#include <MaterialBudgetHcal.h>
Public Member Functions | |
void | beginRun (edm::EventSetup const &) override |
MaterialBudgetHcal (const edm::ParameterSet &) | |
MaterialBudgetHcal (const MaterialBudgetHcal &)=delete | |
const MaterialBudgetHcal & | operator= (const MaterialBudgetHcal &)=delete |
void | registerConsumes (edm::ConsumesCollector) override |
Public Member Functions inherited from SimWatcher | |
bool | isMT () const |
const SimWatcher & | operator= (const SimWatcher &)=delete |
SimWatcher () | |
SimWatcher (const SimWatcher &)=delete | |
virtual | ~SimWatcher () |
Public Member Functions inherited from Observer< const BeginOfTrack *> | |
Observer () | |
void | slotForUpdate (const BeginOfTrack * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const G4Step *> | |
Observer () | |
void | slotForUpdate (const G4Step * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const EndOfTrack *> | |
Observer () | |
void | slotForUpdate (const EndOfTrack * iT) |
virtual | ~Observer () |
Private Member Functions | |
bool | stopAfter (const G4Step *) |
void | update (const BeginOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const EndOfTrack *) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
edm::ESGetToken< cms::DDCompactView, IdealGeometryRecord > | cpvTokenDD4hep_ |
edm::ESGetToken< DDCompactView, IdealGeometryRecord > | cpvTokenDDD_ |
bool | fromdd4hep_ |
double | rMax_ |
std::unique_ptr< MaterialBudgetCastorHistos > | theHistoCastor_ |
std::unique_ptr< MaterialBudgetHcalHistos > | theHistoHcal_ |
double | zMax_ |
Additional Inherited Members | |
Protected Member Functions inherited from SimWatcher | |
void | setMT (bool val) |
Definition at line 21 of file MaterialBudgetHcal.h.
MaterialBudgetHcal::MaterialBudgetHcal | ( | const edm::ParameterSet & | p | ) |
Definition at line 16 of file MaterialBudgetHcal.cc.
References fromdd4hep_, edm::ParameterSet::getUntrackedParameter(), visualization-live-secondInstance_cfg::m, AlCaHLTBitMon_ParallelJobs::p, rMax_, theHistoCastor_, theHistoHcal_, and zMax_.
|
delete |
|
overridevirtual |
Reimplemented from SimWatcher.
Definition at line 41 of file MaterialBudgetHcal.cc.
References cpvTokenDD4hep_, cpvTokenDDD_, fromdd4hep_, edm::EventSetup::getHandle(), and theHistoHcal_.
|
delete |
|
overridevirtual |
Reimplemented from SimWatcher.
Definition at line 33 of file MaterialBudgetHcal.cc.
References edm::BeginRun, cpvTokenDD4hep_, cpvTokenDDD_, edm::ConsumesCollector::esConsumes(), and fromdd4hep_.
|
private |
Definition at line 84 of file MaterialBudgetHcal.cc.
References funct::abs(), rMax_, findQualityFiles::rr, zMax_, and geometryCSVtoXML::zz.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfTrack *>.
Definition at line 55 of file MaterialBudgetHcal.cc.
References theHistoCastor_, and theHistoHcal_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step *>.
Definition at line 63 of file MaterialBudgetHcal.cc.
References stopAfter(), theHistoCastor_, theHistoHcal_, and HLT_2022v15_cff::track.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const EndOfTrack *>.
Definition at line 77 of file MaterialBudgetHcal.cc.
References theHistoCastor_, and theHistoHcal_.
Referenced by MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 44 of file MaterialBudgetHcal.h.
Referenced by beginRun(), and registerConsumes().
|
private |
Definition at line 43 of file MaterialBudgetHcal.h.
Referenced by beginRun(), and registerConsumes().
|
private |
Definition at line 46 of file MaterialBudgetHcal.h.
Referenced by beginRun(), MaterialBudgetHcal(), and registerConsumes().
|
private |
Definition at line 45 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and stopAfter().
|
private |
Definition at line 42 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and update().
|
private |
Definition at line 41 of file MaterialBudgetHcal.h.
Referenced by beginRun(), MaterialBudgetHcal(), and update().
|
private |
Definition at line 45 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and stopAfter().