CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <BesTuningIO.hh>
Public Member Functions | |
BesTuningIO (std::vector< std::string >) | |
~BesTuningIO () | |
void | GetNextEvents (void) |
void | GetMdcHits (void) |
void | GetCgemHits (void) |
void | GetTofHits (void) |
void | GetEmcDigi (void) |
void | GetMucHits (void) |
void | GetRootEvent (int evtID) |
void | GetMdcRootHits () |
void | GetCgemRootHits () |
void | GetTofRootHits () |
void | GetEmcRootDigi () |
Public Attributes | |
TFile * | f |
TTree * | HitTree |
TChain * | HitChain |
Definition at line 26 of file BesTuningIO.hh.
BesTuningIO::BesTuningIO | ( | std::vector< std::string > | name | ) |
Definition at line 41 of file BesTuningIO.cc.
BesTuningIO::~BesTuningIO | ( | ) |
Definition at line 86 of file BesTuningIO.cc.
void BesTuningIO::GetCgemHits | ( | void | ) |
Definition at line 163 of file BesTuningIO.cc.
void BesTuningIO::GetCgemRootHits | ( | ) |
Definition at line 343 of file BesTuningIO.cc.
Referenced by GetRootEvent().
void BesTuningIO::GetEmcDigi | ( | void | ) |
Definition at line 221 of file BesTuningIO.cc.
Referenced by GetNextEvents().
void BesTuningIO::GetEmcRootDigi | ( | ) |
Definition at line 246 of file BesTuningIO.cc.
Referenced by GetRootEvent().
void BesTuningIO::GetMdcHits | ( | void | ) |
Definition at line 120 of file BesTuningIO.cc.
Referenced by GetNextEvents().
void BesTuningIO::GetMdcRootHits | ( | ) |
Definition at line 294 of file BesTuningIO.cc.
Referenced by GetRootEvent().
|
inline |
Definition at line 40 of file BesTuningIO.hh.
Referenced by GetNextEvents(), and GetRootEvent().
void BesTuningIO::GetNextEvents | ( | void | ) |
Definition at line 91 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
void BesTuningIO::GetRootEvent | ( | int | evtID | ) |
Definition at line 233 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
|
inline |
void BesTuningIO::GetTofRootHits | ( | ) |
Definition at line 420 of file BesTuningIO.cc.
Referenced by GetRootEvent().
TFile* BesTuningIO::f |
Definition at line 43 of file BesTuningIO.hh.
TChain* BesTuningIO::HitChain |
Definition at line 45 of file BesTuningIO.hh.
Referenced by BesTuningIO(), and GetRootEvent().
TTree* BesTuningIO::HitTree |
Definition at line 44 of file BesTuningIO.hh.