#include <PrintSensitive.h>
Public Member Functions | |
PrintSensitive (edm::ParameterSet const &p) | |
~PrintSensitive () override | |
Public Member Functions inherited from SimWatcher | |
SimWatcher () | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const BeginOfRun * > | |
Observer () | |
void | slotForUpdate (const BeginOfRun * iT) |
virtual | ~Observer () |
Private Member Functions | |
int | dumpTouch (G4VPhysicalVolume *pv, unsigned int leafDepth, bool printIt, int ns, std::ostream &out=std::cout) |
G4VPhysicalVolume * | getTopPV () |
void | update (const BeginOfRun *run) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
G4NavigationHistory | fHistory |
std::string | name_ |
int | nchar_ |
Additional Inherited Members |
Definition at line 16 of file PrintSensitive.h.
PrintSensitive::PrintSensitive | ( | edm::ParameterSet const & | p | ) |
Definition at line 13 of file PrintSensitive.cc.
References gather_cfg::cout, name_, nchar_, AlCaHLTBitMon_ParallelJobs::p, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 21 of file PrintSensitive.cc.
|
private |
Definition at line 29 of file PrintSensitive.cc.
References fHistory, name_, nchar_, MillePedeFileConverter_cfg::out, MetAnalyzer::pv(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by update().
|
private |
Definition at line 66 of file PrintSensitive.cc.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 23 of file PrintSensitive.cc.
References gather_cfg::cout, dumpTouch(), getTopPV(), and name_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 29 of file PrintSensitive.h.
Referenced by dumpTouch().
|
private |
Definition at line 27 of file PrintSensitive.h.
Referenced by dumpTouch(), PrintSensitive(), and update().
|
private |
Definition at line 28 of file PrintSensitive.h.
Referenced by dumpTouch(), and PrintSensitive().