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;
23  }
24 
25 protected:
30 
31 public:
34  void SetBoost(TVector3& vQP, TVector3& vQC);
35 
36  virtual ~KVSimReader_MMM_asym();
37 
38  virtual void ReadFile();
39  virtual Bool_t ReadEvent();
40  virtual Bool_t ReadNucleus();
41 
42  ClassDef(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 ClassDef(name, id)
Read ascii file for asymptotic events of the MMM code after deexcitation.
void SetBoost(TVector3 &vQP, TVector3 &vQC)
KVSimReader_MMM_asym()
Default constructor.
virtual ~KVSimReader_MMM_asym()
Destructor.
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