#include <MaterialBudgetHcal.h>
Public Member Functions | |
MaterialBudgetHcal (const edm::ParameterSet &) | |
MaterialBudgetHcal (const MaterialBudgetHcal &)=delete | |
const MaterialBudgetHcal & | operator= (const MaterialBudgetHcal &)=delete |
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 BeginOfJob * > | |
Observer () | |
void | slotForUpdate (const BeginOfJob *iT) |
virtual | ~Observer () |
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 BeginOfJob *) override |
This routine will be called when the appropriate signal arrives. More... | |
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 | |
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 18 of file MaterialBudgetHcal.h.
MaterialBudgetHcal::MaterialBudgetHcal | ( | const edm::ParameterSet & | p | ) |
Definition at line 22 of file MaterialBudgetHcal.cc.
References fromdd4hep_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), visualization-live-secondInstance_cfg::m, rMax_, theHistoCastor_, theHistoHcal_, and zMax_.
|
delete |
|
delete |
|
private |
Definition at line 84 of file MaterialBudgetHcal.cc.
References funct::abs(), rMax_, findQualityFiles::rr, and zMax_.
Referenced by update().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfJob * >.
Definition at line 39 of file MaterialBudgetHcal.cc.
References fromdd4hep_, 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 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_FULL_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 40 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and update().
|
private |
Definition at line 39 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and stopAfter().
|
private |
Definition at line 38 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and update().
|
private |
Definition at line 37 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and update().
|
private |
Definition at line 39 of file MaterialBudgetHcal.h.
Referenced by MaterialBudgetHcal(), and stopAfter().