KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_MMM_asym.h
Go to the documentation of this file.
1 
4 #ifndef __KVSIMREADER_MMM_ASYM_H
5 #define __KVSIMREADER_MMM_ASYM_H
6 
7 #include "KVSimReader.h"
8 
16  void init()
17  {
18  tree_name = "MMM_asym";
19  Info("init", "%s", branch_name.Data());
20  idx = 0;
22  }
23 
24 protected:
29 
30 public:
33  void SetBoost(TVector3& vQP, TVector3& vQC);
34 
35  virtual ~KVSimReader_MMM_asym();
36 
37  virtual void ReadFile();
38  virtual Bool_t ReadEvent();
39  virtual Bool_t ReadNucleus();
40 
41  ClassDef(KVSimReader_MMM_asym, 1) //Read ascii file for asymptotic events of the MMM code after deexcitation
42 };
43 
44 #endif
int Int_t
const Bool_t kFALSE
bool Bool_t
#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: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