KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_MMM.h
Go to the documentation of this file.
1 
4 #ifndef __KVSIMREADER_MMM_H
5 #define __KVSIMREADER_MMM_H
6 
7 #include "KVSimReader.h"
8 
14 class KVSimReader_MMM : public KVSimReader {
15 
16  void init()
17  {
18  tree_name = "MMM";
19  Info("init", "%s", branch_name.Data());
20  idx = 0;
21  }
22 
23 protected:
25 
26 public:
28  KVSimReader_MMM(KVString filename);
29 
30  virtual ~KVSimReader_MMM();
31 
32  virtual void ReadFile();
33  virtual Bool_t ReadEvent();
34  virtual Bool_t ReadNucleus();
35 
36  ClassDef(KVSimReader_MMM, 1) //Read ascii file for events of the MMM code at Freeze Out
37 };
38 
39 #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:57
KVString tree_name
Definition: KVSimReader.h:69
KVString branch_name
Definition: KVSimReader.h:69
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:72
virtual void Info(const char *method, const char *msgfmt,...) const
const char * Data() const