#include <SimG4FluxProducer.h>
Public Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
SimG4FluxProducer (const edm::ParameterSet &p) | |
~SimG4FluxProducer () override | |
Public Member Functions inherited from SimProducer | |
void | registerProducts (edm::ProducesCollector producesCollector) |
SimProducer () | |
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 () |
Public Member Functions inherited from Observer< const BeginOfEvent * > | |
Observer () | |
void | slotForUpdate (const BeginOfEvent * iT) |
virtual | ~Observer () |
Public Member Functions inherited from Observer< const G4Step * > | |
Observer () | |
void | slotForUpdate (const G4Step * iT) |
virtual | ~Observer () |
Private Member Functions | |
void | endOfEvent (ParticleFlux &pflx, unsigned int k) |
std::map< G4LogicalVolume *, std::pair< unsigned int, std::string > >::iterator | findLV (G4LogicalVolume *plv) |
G4VPhysicalVolume * | getTopPV () |
const SimG4FluxProducer & | operator= (const SimG4FluxProducer &)=delete |
SimG4FluxProducer (const SimG4FluxProducer &)=delete | |
void | update (const BeginOfEvent *evt) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const BeginOfRun *run) override |
This routine will be called when the appropriate signal arrives. More... | |
void | update (const G4Step *step) override |
This routine will be called when the appropriate signal arrives. More... | |
Private Attributes | |
unsigned int | count_ |
bool | init_ |
std::vector< std::string > | LVNames_ |
std::vector< int > | LVTypes_ |
std::map< G4LogicalVolume *, std::pair< unsigned int, std::string > > | mapLV_ |
std::map< std::pair< G4LogicalVolume *, unsigned int >, ParticleFlux > | store_ |
G4VPhysicalVolume * | topPV_ |
Additional Inherited Members | |
Protected Member Functions inherited from SimProducer | |
template<class T > | |
void | produces () |
template<class T > | |
void | produces (const std::string &instanceName) |
Definition at line 25 of file SimG4FluxProducer.h.
SimG4FluxProducer::SimG4FluxProducer | ( | const edm::ParameterSet & | p | ) |
Definition at line 18 of file SimG4FluxProducer.cc.
References gather_cfg::cout, edm::ParameterSet::getUntrackedParameter(), dqmdumpme::k, LVNames_, LVTypes_, and AlCaHLTBitMon_ParallelJobs::p.
|
override |
Definition at line 31 of file SimG4FluxProducer.cc.
|
privatedelete |
|
private |
Definition at line 113 of file SimG4FluxProducer.cc.
References gather_cfg::cout, fileCollector::done, dqmdumpme::first, ParticleFlux::getComponents(), ParticleFlux::getFlux(), ParticleFlux::getId(), ParticleFlux::getName(), dqmdumpme::k, mapLV_, and store_.
Referenced by produce().
|
private |
Definition at line 145 of file SimG4FluxProducer.cc.
References dqmdumpme::k, LVNames_, mapLV_, Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by update().
|
private |
Definition at line 141 of file SimG4FluxProducer.cc.
Referenced by update().
|
privatedelete |
|
overridevirtual |
Implements SimProducer.
Definition at line 33 of file SimG4FluxProducer.cc.
References MillePedeFileConverter_cfg::e, endOfEvent(), dqmdumpme::k, LVNames_, eostools::move(), Skims_PA_cff::name, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfEvent * >.
Definition at line 65 of file SimG4FluxProducer.cc.
References count_, and store_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const BeginOfRun * >.
Definition at line 42 of file SimG4FluxProducer.cc.
References gather_cfg::cout, findLV(), dqmdumpme::first, getTopPV(), init_, dqmdumpme::k, mapLV_, and topPV_.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
overrideprivatevirtual |
This routine will be called when the appropriate signal arrives.
Implements Observer< const G4Step * >.
Definition at line 72 of file SimG4FluxProducer.cc.
References filterCSVwithJSON::copy, gather_cfg::cout, findLV(), dqmdumpme::first, ParticleFlux::flux::hitPoint, init_, createfilelist::int, crabWrapper::key, LVTypes_, mapLV_, ParticleFlux::flux::momentum, EgammaValidation_cff::pdgid, store_, ntuplemaker::time, HLT_FULL_cff::track, and ParticleFlux::flux::vertex.
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 55 of file SimG4FluxProducer.h.
Referenced by update().
|
private |
Definition at line 56 of file SimG4FluxProducer.h.
Referenced by update().
|
private |
Definition at line 49 of file SimG4FluxProducer.h.
Referenced by findLV(), produce(), and SimG4FluxProducer().
|
private |
Definition at line 50 of file SimG4FluxProducer.h.
Referenced by SimG4FluxProducer(), and update().
|
private |
Definition at line 52 of file SimG4FluxProducer.h.
Referenced by endOfEvent(), findLV(), and update().
|
private |
Definition at line 57 of file SimG4FluxProducer.h.
Referenced by endOfEvent(), and update().
|
private |
Definition at line 51 of file SimG4FluxProducer.h.
Referenced by update().