#include <CheckOverlap.h>
Public Member Functions | |
CheckOverlap (edm::ParameterSet const &p) | |
~CheckOverlap () override | |
Public Member Functions inherited from SimWatcher | |
virtual void | beginRun (edm::EventSetup const &) |
bool | isMT () const |
const SimWatcher & | operator= (const SimWatcher &)=delete |
virtual void | registerConsumes (edm::ConsumesCollector) |
SimWatcher () | |
SimWatcher (const SimWatcher &)=delete | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const BeginOfRun *> | |
Observer () | |
void | slotForUpdate (const BeginOfRun * iT) |
virtual | ~Observer () |
Private Member Functions | |
void | checkHierarchyLeafPVLV (G4LogicalVolume *lv, unsigned int leafDepth) |
void | checkPV (G4VPhysicalVolume *pv, unsigned int leafDepth) |
void | dumpLV (G4LogicalVolume *lv, std::string str) |
G4VPhysicalVolume * | getTopPV () |
void | update (const BeginOfRun *run) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
std::vector< std::string > | nodeNames |
int | nPoints |
std::vector< G4LogicalVolume * > | topLV |
Additional Inherited Members | |
Protected Member Functions inherited from SimWatcher | |
void | setMT (bool val) |
Definition at line 18 of file CheckOverlap.h.
CheckOverlap::CheckOverlap | ( | edm::ParameterSet const & | p | ) |
Definition at line 20 of file CheckOverlap.cc.
References ecalTB2006H4_GenSimDigiReco_cfg::G4cout, cuy::ii, nodeNames, nPoints, and AlCaHLTBitMon_ParallelJobs::p.
|
override |
Definition at line 30 of file CheckOverlap.cc.
|
private |
Definition at line 64 of file CheckOverlap.cc.
References checkPV().
Referenced by update().
|
private |
Definition at line 89 of file CheckOverlap.cc.
References dumpLV(), ecalTB2006H4_GenSimDigiReco_cfg::G4cout, nPoints, convertSQLiteXML::ok, MetAnalyzer::pv(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by checkHierarchyLeafPVLV().
|
private |
Definition at line 128 of file CheckOverlap.cc.
References ecalTB2006H4_GenSimDigiReco_cfg::G4cout, and str.
Referenced by checkPV().
|
private |
Definition at line 124 of file CheckOverlap.cc.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun *>.
Definition at line 32 of file CheckOverlap.cc.
References checkHierarchyLeafPVLV(), ecalTB2006H4_GenSimDigiReco_cfg::G4cout, getTopPV(), mps_fire::i, cuy::ii, nodeNames, and topLV.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 31 of file CheckOverlap.h.
Referenced by CheckOverlap(), and update().
|
private |
Definition at line 32 of file CheckOverlap.h.
Referenced by CheckOverlap(), and checkPV().
|
private |
Definition at line 33 of file CheckOverlap.h.
Referenced by update().