KaliVeda
Toolkit for HIC analysis
KVSimReader_HIPSE_asym.h
1 
4 #ifndef __KVSIMREADER_HIPSE_ASYM_H
5 #define __KVSIMREADER_HIPSE_ASYM_H
6 
7 #include "KVSimReader_HIPSE.h"
8 #include "KVNameValueList.h"
9 #include "TRotation.h"
10 
11 class KVNucleus;
12 class TH1F;
13 
22  void init()
23  {
24  Info("init", "passe");
25  tree_name = "HIPSE_asym";
26  Info("init", "%s", branch_name.Data());
27  fPhiPlan = 0.;
28  }
29 
30 protected:
33  virtual void define_output_filename();
34 
35 public:
36 
39 
40  virtual ~KVSimReader_HIPSE_asym();
41 
42  virtual Bool_t ReadEvent();
43  virtual Bool_t ReadNucleus();
44 
45  void ConvertEventsInFile(KVString filename);
46 
47  ClassDef(KVSimReader_HIPSE_asym, 1) //Read ascii file for asymptotic events of the HIPSE code after SIMON deexcitation
48 };
49 
50 #endif
bool Bool_t
double Double_t
#define ClassDef(name, id)
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:126
Read ascii file for asymptotic events of the HIPSE code after SIMON deexcitation.
virtual ~KVSimReader_HIPSE_asym()
Destructor.
KVSimReader_HIPSE_asym()
Default constructor.
void ConvertEventsInFile(KVString filename)
Read ascii file for events of the HIPSE code after clusterization.
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