KaliVeda
Toolkit for HIC analysis
KVSimReader_MMM.h
1 
4 #ifndef __KVSIMREADER_MMM_H
5 #define __KVSIMREADER_MMM_H
6 
7 #include "KVSimReader.h"
8 
15 class KVSimReader_MMM : public KVSimReader {
16 
17  void init()
18  {
19  tree_name = "MMM";
20  Info("init", "%s", branch_name.Data());
21  idx = 0;
22  }
23 
24 protected:
26 
27 public:
29  KVSimReader_MMM(KVString filename);
30 
31  virtual ~KVSimReader_MMM();
32 
33  virtual void ReadFile();
34  virtual Bool_t ReadEvent();
35  virtual Bool_t ReadNucleus();
36 
37  ClassDef(KVSimReader_MMM, 1) //Read ascii file for events of the MMM code at Freeze Out
38 };
39 
40 #endif
int Int_t
bool Bool_t
#define ClassDef(name, id)
Read ascii file for events of the MMM code at Freeze Out.
virtual Bool_t ReadNucleus()
virtual Bool_t ReadEvent()
virtual ~KVSimReader_MMM()
Destructor.
KVSimReader_MMM()
Default constructor.
virtual void ReadFile()
Base class to read output files for simulation and create tree using KVSimEvent class.
Definition: KVSimReader.h:51
KVString tree_name
Definition: KVSimReader.h:63
KVString branch_name
Definition: KVSimReader.h:63
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:73
virtual void Info(const char *method, const char *msgfmt,...) const
const char * Data() const