KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVSimReader_ELIE.h
Go to the documentation of this file.
1 
4 #ifndef __KVSIMREADER_ELIE_H
5 #define __KVSIMREADER_ELIE_H
6 
7 #include "KVSimReader.h"
8 
64 class KVSimReader_ELIE : public KVSimReader {
65  void init()
66  {
67  tree_name = "ELIE";
69  }
70 
71 protected:
75  virtual void define_output_filename();
76  void transform_to_cm();
77 
78 public:
80  KVSimReader_ELIE(KVString filename);
81  virtual ~KVSimReader_ELIE();
82  virtual void ConvertEventsInFile(KVString filename);
83 
84  void ReadFile();
86  Bool_t ReadEvent();
88 
89  ClassDef(KVSimReader_ELIE, 1) //Read ELIE events before secondary decay
90 };
91 
92 #endif
bool Bool_t
double Double_t
#define ClassDef(name, id)
Handles lists of named parameters with different types, a list of KVNamedParameter objects.
Description of properties and kinematics of atomic nuclei.
Definition: KVNucleus.h:125
Read ascii files containing events generated by Elie.
virtual void define_output_filename()
virtual ~KVSimReader_ELIE()
Destructor.
virtual void ConvertEventsInFile(KVString filename)
Method called by constructors with KVString filename argument.
KVNameValueList * elie_params
void transform_to_cm()
transform all particle kinematics to CM frame from lab
KVSimReader_ELIE()
Default constructor.
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
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition: KVString.h:72