BOSS 7.0.8
BESIII Offline Software System
|
#include <PrintMcInfo.h>
Public Member Functions | |
PrintMcInfo (const std::string &name, ISvcLocator *pSvcLocator) | |
~PrintMcInfo () | |
StatusCode | initialize () |
StatusCode | beginRun () |
StatusCode | execute () |
StatusCode | endRun () |
StatusCode | finalize () |
void | mkmap () |
void | printTitle (ofstream &os, int) |
void | printTree (ofstream &, Event::McParticle *, int, int) |
void | printPartInf (ofstream &, Event::McParticle *, int, int) |
void | printHitInf (ofstream &) |
void | printHit (ofstream &, Event::MdcMcHitCol &, Event::TofMcHitCol &, Event::EmcMcHitCol &, Event::MucMcHitCol &, int &) |
void | printDigi (ofstream &) |
Definition at line 47 of file PrintMcInfo.h.
PrintMcInfo::PrintMcInfo | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Definition at line 24 of file PrintMcInfo.cxx.
PrintMcInfo::~PrintMcInfo | ( | ) |
Definition at line 31 of file PrintMcInfo.cxx.
StatusCode PrintMcInfo::beginRun | ( | ) |
Definition at line 53 of file PrintMcInfo.cxx.
StatusCode PrintMcInfo::endRun | ( | ) |
Definition at line 131 of file PrintMcInfo.cxx.
StatusCode PrintMcInfo::execute | ( | ) |
Definition at line 65 of file PrintMcInfo.cxx.
StatusCode PrintMcInfo::finalize | ( | ) |
Definition at line 137 of file PrintMcInfo.cxx.
StatusCode PrintMcInfo::initialize | ( | ) |
Definition at line 33 of file PrintMcInfo.cxx.
void PrintMcInfo::mkmap | ( | ) |
Definition at line 4 of file McTruth.cxx.
Referenced by initialize().
void PrintMcInfo::printDigi | ( | ofstream & | os | ) |
Definition at line 5 of file Digi.cxx.
Referenced by execute().
void PrintMcInfo::printHit | ( | ofstream & | os, |
Event::MdcMcHitCol & | mdcCol, | ||
Event::TofMcHitCol & | tofCol, | ||
Event::EmcMcHitCol & | emcCol, | ||
Event::MucMcHitCol & | mucCol, | ||
int & | trk_Idx | ||
) |
Definition at line 226 of file McTruth.cxx.
Referenced by printPartInf().
void PrintMcInfo::printHitInf | ( | ofstream & | ) |
void PrintMcInfo::printPartInf | ( | ofstream & | os, |
Event::McParticle * | pMc, | ||
int | m_OutputLevel, | ||
int | tab = 0 |
||
) |
Definition at line 113 of file McTruth.cxx.
Referenced by execute(), and printPartInf().
void PrintMcInfo::printTitle | ( | ofstream & | os, |
int | m_OutputLevel | ||
) |
Definition at line 27 of file McTruth.cxx.
Referenced by execute().
void PrintMcInfo::printTree | ( | ofstream & | os, |
Event::McParticle * | pmcp, | ||
int | m_OutputLevel, | ||
int | tab = 0 |
||
) |
Definition at line 55 of file McTruth.cxx.
Referenced by execute(), and printTree().