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:
25  Int_t idx;
26 
27 public:
30 
31  virtual ~KVSimReader_MMM();
32 
33  void ReadFile() override;
34  Bool_t ReadEvent() override;
35  Bool_t ReadNucleus() override;
36 
37  ClassDefOverride(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 ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
Read ascii file for events of the MMM code at Freeze Out.
Bool_t ReadNucleus() override
virtual ~KVSimReader_MMM()
Destructor.
KVSimReader_MMM()
Default constructor.
void ReadFile() override
Bool_t ReadEvent() override
Base class to read output files for simulation and create tree using KVSimEvent class.
Definition: KVSimReader.h:51
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
str tree_name