KaliVeda
Toolkit for HIC analysis
KVSimReader_SMF_asym.h
1 
4 #ifndef __KVSIMREADER_SMF_ASYM_H
5 #define __KVSIMREADER_SMF_ASYM_H
6 
7 #include "KVSimReader.h"
8 
17 
18  void init()
19  {
20  tree_name = "SMF_asym";
21  ndes = 0;
22  }
23 
24 protected:
25  Int_t ndes;
26 
27 public:
30 
31  virtual ~KVSimReader_SMF_asym();
32 
33  void ReadFile() override;
34  Bool_t ReadHeader() override;
35  Bool_t ReadEvent() override;
36  Bool_t ReadNucleus() override;
37 
38 
39  ClassDefOverride(KVSimReader_SMF_asym, 1) //Read ascii file for asymptotic events of the SMF code after SIMON deexcitation
40 };
41 
42 #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 asymptotic events of the SMF code after SIMON deexcitation.
Bool_t ReadNucleus() override
virtual ~KVSimReader_SMF_asym()
Destructor.
KVSimReader_SMF_asym()
Default constructor.
Bool_t ReadHeader() 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
str tree_name