BOSS 7.0.8
BESIII Offline Software System
|
#include <BesTuningIO.hh>
Public Member Functions | |
BesTuningIO (std::vector< std::string >) | |
~BesTuningIO () | |
void | GetNextEvents (void) |
void | GetMdcHits (void) |
void | GetTofHits (void) |
void | GetEmcDigi (void) |
void | GetMucHits (void) |
void | GetRootEvent (int evtID) |
void | GetMdcRootHits () |
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 39 of file BesTuningIO.cc.
BesTuningIO::~BesTuningIO | ( | ) |
Definition at line 84 of file BesTuningIO.cc.
void BesTuningIO::GetEmcDigi | ( | void | ) |
Definition at line 161 of file BesTuningIO.cc.
Referenced by GetNextEvents().
void BesTuningIO::GetEmcRootDigi | ( | ) |
Definition at line 185 of file BesTuningIO.cc.
Referenced by GetRootEvent().
void BesTuningIO::GetMdcHits | ( | void | ) |
Definition at line 118 of file BesTuningIO.cc.
Referenced by GetNextEvents().
void BesTuningIO::GetMdcRootHits | ( | ) |
Definition at line 233 of file BesTuningIO.cc.
Referenced by GetRootEvent().
|
inline |
Definition at line 39 of file BesTuningIO.hh.
Referenced by GetNextEvents(), and GetRootEvent().
void BesTuningIO::GetNextEvents | ( | void | ) |
Definition at line 89 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
void BesTuningIO::GetRootEvent | ( | int | evtID | ) |
Definition at line 173 of file BesTuningIO.cc.
Referenced by BesEventAction::EndOfEventAction().
|
inline |
void BesTuningIO::GetTofRootHits | ( | ) |
Definition at line 282 of file BesTuningIO.cc.
Referenced by GetRootEvent().
TFile* BesTuningIO::f |
Definition at line 42 of file BesTuningIO.hh.
TChain* BesTuningIO::HitChain |
Definition at line 44 of file BesTuningIO.hh.
Referenced by BesTuningIO(), and GetRootEvent().
TTree* BesTuningIO::HitTree |
Definition at line 43 of file BesTuningIO.hh.