KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVSimReader_ELIE_asym.h
Go to the documentation of this file.
1 
4 #ifndef __KVSIMREADER_ELIE_ASYM_H
5 #define __KVSIMREADER_ELIE_ASYM_H
6 
7 #include "KVSimReader_ELIE.h"
8 
65 protected:
67 public:
70 
71  virtual ~KVSimReader_ELIE_asym();
72  void ConvertEventsInFile(KVString filename);
74 
75  ClassDef(KVSimReader_ELIE_asym, 1) //Read ELIE events after secondary decay
76 };
77 
78 #endif
bool Bool_t
#define ClassDef(name, id)
Read ELIE events after secondary decay.
virtual ~KVSimReader_ELIE_asym()
Destructor.
void ConvertEventsInFile(KVString filename)
Method called by constructors with KVString filename argument.
KVSimReader_ELIE_asym()
Default constructor.
Read ascii files containing events generated by Elie.
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:72