KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVSimReader_SMF_asym.h
1
3
4#ifndef __KVSIMREADER_SMF_ASYM_H
5#define __KVSIMREADER_SMF_ASYM_H
6
7#include "KVSimReader.h"
8
17
18 void init()
19 {
20 tree_name = "SMF_asym";
21 ndes = 0;
22 }
23
24protected:
26
27public:
30
31 virtual ~KVSimReader_SMF_asym();
32
33 virtual void ReadFile();
34 virtual Bool_t ReadHeader();
35 virtual Bool_t ReadEvent();
36 virtual Bool_t ReadNucleus();
37
38
39 ClassDef(KVSimReader_SMF_asym, 1) //Read ascii file for asymptotic events of the SMF code after SIMON deexcitation
40};
41
42#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:51
KVString tree_name
Definition KVSimReader.h:63
Extension of ROOT TString class which allows backwards compatibility with ROOT v3....
Definition KVString.h:73