KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVSimReader_SMF_asym.h
Go to the documentation of this file.
1 
4 #ifndef __KVSIMREADER_SMF_ASYM_H
5 #define __KVSIMREADER_SMF_ASYM_H
6 
7 #include "KVSimReader.h"
8 
16 
17  void init()
18  {
19  tree_name = "SMF_asym";
20  ndes = 0;
21  }
22 
23 protected:
25 
26 public:
29 
30  virtual ~KVSimReader_SMF_asym();
31 
32  virtual void ReadFile();
33  virtual Bool_t ReadHeader();
34  virtual Bool_t ReadEvent();
35  virtual Bool_t ReadNucleus();
36 
37 
38  ClassDef(KVSimReader_SMF_asym, 1) //Read ascii file for asymptotic events of the SMF code after SIMON deexcitation
39 };
40 
41 #endif
int Int_t
bool Bool_t
#define ClassDef(name, id)
Read ascii file for asymptotic events of the SMF code after SIMON deexcitation.
virtual ~KVSimReader_SMF_asym()
Destructor.
KVSimReader_SMF_asym()
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