KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_ELIE2023_asym.h
Go to the documentation of this file.
1 #ifndef __KVSIMREADER_ELIE2023_ASYM_H
2 #define __KVSIMREADER_ELIE2023_ASYM_H
3 
4 #include "KVSimReader_ELIE2023.h"
5 
17 protected:
19 public:
22  {
23  ConvertEventsInFile(filename);
24  }
25 
26  ClassDef(KVSimReader_ELIE2023_asym, 1) //Read ASCII files generated by ELIE (new format 2022)
27 };
28 
29 #endif
#define ClassDef(name, id)
Read ASCII files generated by ELIE (new format 2022)
KVSimReader_ELIE2023_asym(KVString filename)
Read ASCII files generated by ELIE (new format 2022)
void ConvertEventsInFile(KVString filename)
Method called by constructors with KVString filename argument.
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:72