BOSS 7.0.9
BESIII Offline Software System
|
#include <BesRootIO.hh>
Public Member Functions | |
BesRootIO (G4int, G4int, G4int, G4int, G4int, G4int, G4int, G4int, G4String) | |
~BesRootIO () | |
void | SetMdcDigiFlag (G4int flag) |
void | SaveEmcDigiRootEvent () |
void | SaveHitRootEvent (G4int, const G4Event *) |
void | SaveMdcHitRoot () |
void | SaveTofHitRoot () |
Public Attributes | |
TFile * | f |
TTree * | HitTree |
Definition at line 17 of file BesRootIO.hh.
BesRootIO::BesRootIO | ( | G4int | mdcTruFlag, |
G4int | mdcDigiFlag, | ||
G4int | tofTruFlag, | ||
G4int | tofDigiFlag, | ||
G4int | emcTruFlag, | ||
G4int | emcDigiFlag, | ||
G4int | mucTruFlag, | ||
G4int | mucDigiFlag, | ||
G4String | name | ||
) |
Definition at line 40 of file BesRootIO.cc.
BesRootIO::~BesRootIO | ( | ) |
Definition at line 60 of file BesRootIO.cc.
void BesRootIO::SaveEmcDigiRootEvent | ( | ) |
Definition at line 85 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
void BesRootIO::SaveHitRootEvent | ( | G4int | runId, |
const G4Event * | evt | ||
) |
Definition at line 65 of file BesRootIO.cc.
Referenced by BesEventAction::EndOfEventAction().
void BesRootIO::SaveMdcHitRoot | ( | ) |
Definition at line 117 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
void BesRootIO::SaveTofHitRoot | ( | ) |
Definition at line 158 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
|
inline |
Definition at line 29 of file BesRootIO.hh.
TFile* BesRootIO::f |
Definition at line 23 of file BesRootIO.hh.
Referenced by BesRootIO(), and ~BesRootIO().
TTree* BesRootIO::HitTree |
Definition at line 24 of file BesRootIO.hh.
Referenced by BesRootIO(), and SaveHitRootEvent().