KaliVeda
Toolkit for HIC analysis
KVSimReader_MMM_asym.h
1 
4 #ifndef __KVSIMREADER_MMM_ASYM_H
5 #define __KVSIMREADER_MMM_ASYM_H
6 
7 #include "KVSimReader.h"
8 
17  void init()
18  {
19  tree_name = "MMM_asym";
20  Info("init", "%s", branch_name.Data());
21  idx = 0;
22  fApplyBoost = kFALSE;
23  }
24 
25 protected:
26  Int_t idx;
27  Bool_t fApplyBoost;
28  TVector3 fBoostQP;
29  TVector3 fBoostQC;
30 
31 public:
34  void SetBoost(TVector3& vQP, TVector3& vQC);
35 
36  virtual ~KVSimReader_MMM_asym();
37 
38  void ReadFile() override;
39  Bool_t ReadEvent() override;
40  Bool_t ReadNucleus() override;
41 
42  ClassDefOverride(KVSimReader_MMM_asym, 1) //Read ascii file for asymptotic events of the MMM code after deexcitation
43 };
44 
45 #endif
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
#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 MMM code after deexcitation.
Bool_t ReadEvent() override
void SetBoost(TVector3 &vQP, TVector3 &vQC)
KVSimReader_MMM_asym()
Default constructor.
Bool_t ReadNucleus() override
virtual ~KVSimReader_MMM_asym()
Destructor.
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