KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_ELIE2023.h
Go to the documentation of this file.
1 #ifndef __KVSIMREADER_ELIE2023_H
2 #define __KVSIMREADER_ELIE2023_H
3 
4 #include "KVSimReader_ELIE.h"
5 
24 public:
27  {
28  ConvertEventsInFile(filename);
29  }
30 
32  Bool_t ReadEvent();
34 
35  ClassDef(KVSimReader_ELIE2023, 1) //Read ASCII files generated by ELIE (new format 2022)
36 };
37 
38 #endif
bool Bool_t
#define ClassDef(name, id)
Read ASCII files generated by ELIE (new format 2022)
KVSimReader_ELIE2023(KVString filename)
Read ascii files containing events generated by Elie.
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