#include <TkSimHitPrinter.h>
Public Member Functions | |
void | printGlobal (const Local3DPoint &, const Local3DPoint &) const |
void | printGlobalMomentum (float, float, float) const |
void | printHitData (const std::string &, float, float, float) const |
void | printLocal (const Local3DPoint &, const Local3DPoint &) const |
void | startNewSimHit (const std::string &, const std::string &, int, int, int, int) |
TkSimHitPrinter (const std::string &) | |
~TkSimHitPrinter () | |
Static Private Attributes | |
static std::ofstream * | theFile |
Definition at line 12 of file TkSimHitPrinter.h.
TkSimHitPrinter::TkSimHitPrinter | ( | const std::string & | filename | ) |
Definition at line 10 of file TkSimHitPrinter.cc.
References corrVsCorr::filename, MillePedeFileConverter_cfg::out, and theFile.
TkSimHitPrinter::~TkSimHitPrinter | ( | ) |
Definition at line 17 of file TkSimHitPrinter.cc.
void TkSimHitPrinter::printGlobal | ( | const Local3DPoint & | p, |
const Local3DPoint & | e | ||
) | const |
Definition at line 28 of file TkSimHitPrinter.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by TkAccumulatingSensitiveDetector::sendHit().
void TkSimHitPrinter::printGlobalMomentum | ( | float | px, |
float | py, | ||
float | pz | ||
) | const |
Definition at line 36 of file TkSimHitPrinter.cc.
References multPhiCorr_741_25nsDY_cfi::px, and multPhiCorr_741_25nsDY_cfi::py.
Referenced by TkAccumulatingSensitiveDetector::sendHit().
void TkSimHitPrinter::printHitData | ( | const std::string & | nam, |
float | p, | ||
float | de, | ||
float | tof | ||
) | const |
Definition at line 33 of file TkSimHitPrinter.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by TkAccumulatingSensitiveDetector::sendHit().
void TkSimHitPrinter::printLocal | ( | const Local3DPoint & | p, |
const Local3DPoint & | e | ||
) | const |
Definition at line 23 of file TkSimHitPrinter.cc.
References MillePedeFileConverter_cfg::e, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by TkAccumulatingSensitiveDetector::sendHit().
void TkSimHitPrinter::startNewSimHit | ( | const std::string & | s, |
const std::string & | d, | ||
int | i, | ||
int | j, | ||
int | k, | ||
int | eve | ||
) |
Definition at line 19 of file TkSimHitPrinter.cc.
References ztail::d, mps_fire::i, dqmiolumiharvest::j, dqmdumpme::k, and alignCSCRings::s.
Referenced by TkAccumulatingSensitiveDetector::sendHit().
|
staticprivate |
Definition at line 23 of file TkSimHitPrinter.h.
Referenced by TkSimHitPrinter().