|
BOSS 8.0.0
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 16 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 62 of file BesRootIO.cc.
| void BesRootIO::SaveEmcDigiRootEvent | ( | ) |
Definition at line 75 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
| void BesRootIO::SaveHitRootEvent | ( | G4int | runId, |
| const G4Event * | evt ) |
Definition at line 64 of file BesRootIO.cc.
Referenced by BesEventAction::EndOfEventAction().
| void BesRootIO::SaveMdcHitRoot | ( | ) |
Definition at line 110 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
| void BesRootIO::SaveTofHitRoot | ( | ) |
Definition at line 149 of file BesRootIO.cc.
Referenced by SaveHitRootEvent().
|
inline |
Definition at line 26 of file BesRootIO.hh.
| TFile* BesRootIO::f |
Definition at line 20 of file BesRootIO.hh.
Referenced by BesRootIO(), and ~BesRootIO().
| TTree* BesRootIO::HitTree |
Definition at line 21 of file BesRootIO.hh.
Referenced by BesRootIO(), and SaveHitRootEvent().