KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_HIPSE_asym.h
Go to the documentation of this file.
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 
21  void init()
22  {
23  Info("init", "passe");
24  tree_name = "HIPSE_asym";
25  Info("init", "%s", branch_name.Data());
26  fPhiPlan = 0.;
27  }
28 
29 protected:
32  virtual void define_output_filename();
33 
34 public:
35 
38 
39  virtual ~KVSimReader_HIPSE_asym();
40 
41  virtual Bool_t ReadEvent();
42  virtual Bool_t ReadNucleus();
43 
44  void ConvertEventsInFile(KVString filename);
45 
46  ClassDef(KVSimReader_HIPSE_asym, 1) //Read ascii file for asymptotic events of the HIPSE code after SIMON deexcitation
47 };
48 
49 #endif
bool Bool_t
double Double_t
#define ClassDef(name, id)
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125
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)
Method called by constructors with KVString filename argument.
Read ascii file for events of the HIPSE code after clusterization.
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