LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
PFParticleMonitoring class. More...
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
PFParticleMonitoring (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
virtual | ~PFParticleMonitoring () |
Destructor. More... | |
void | beginJob () |
void | endJob () |
void | analyze (const art::Event &evt) |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Private Types | |
typedef std::set< art::Ptr< recob::PFParticle > > | PFParticleSet |
typedef std::set< art::Ptr< simb::MCParticle > > | MCParticleSet |
typedef std::set< art::Ptr< simb::MCTruth > > | MCTruthSet |
Private Member Functions | |
void | BuildTrueNeutrinoHitMaps (const MCTruthToMCParticles &truthToParticles, const MCParticlesToHits &trueParticlesToHits, MCTruthToHits &trueNeutrinosToHits, HitsToMCTruth &trueHitsToNeutrinos) const |
Build mapping from true neutrinos to hits. More... | |
void | BuildRecoNeutrinoHitMaps (const PFParticleMap &recoParticleMap, const PFParticlesToHits &recoParticlesToHits, PFParticlesToHits &recoNeutrinosToHits, HitsToPFParticles &recoHitsToNeutrinos) const |
Build mapping from reconstructed neutrinos to hits. More... | |
void | GetRecoToTrueMatches (const PFParticlesToHits &recoNeutrinosToHits, const HitsToMCTruth &trueHitsToNeutrinos, MCTruthToPFParticles &matchedNeutrinos, MCTruthToHits &matchedNeutrinoHits) const |
Perform matching between true and reconstructed neutrino events. More... | |
void | GetRecoToTrueMatches (const PFParticlesToHits &recoNeutrinosToHits, const HitsToMCTruth &trueHitsToNeutrinos, MCTruthToPFParticles &matchedNeutrinos, MCTruthToHits &matchedNeutrinoHits, PFParticleSet &recoVeto, MCTruthSet &trueVeto) const |
Perform matching between true and reconstructed neutrino events. More... | |
void | GetRecoToTrueMatches (const PFParticlesToHits &recoParticlesToHits, const HitsToMCParticles &trueHitsToParticles, MCParticlesToPFParticles &matchedParticles, MCParticlesToHits &matchedHits) const |
Perform matching between true and reconstructed particles. More... | |
void | GetRecoToTrueMatches (const PFParticlesToHits &recoParticlesToHits, const HitsToMCParticles &trueHitsToParticles, MCParticlesToPFParticles &matchedParticles, MCParticlesToHits &matchedHits, PFParticleSet &recoVeto, MCParticleSet &trueVeto) const |
Perform matching between true and reconstructed particles. More... | |
int | CountHitsByType (const int view, const HitVector &hitVector) const |
Count the number of reconstructed hits in a given wire plane. More... | |
void | GetStartAndEndPoints (const art::Ptr< simb::MCParticle > trueParticle, int &startT, int &endT) const |
Find the start and end points of the true particle in the active region of detector. More... | |
double | GetLength (const art::Ptr< simb::MCParticle > trueParticle, const int startT, const int endT) const |
Find the length of the true particle trajectory through the active region of the detector. More... | |
PFParticleMonitoring class.
Definition at line 24 of file PFParticleMonitoring_module.cc.
|
private |
Definition at line 45 of file PFParticleMonitoring_module.cc.
|
private |
Definition at line 46 of file PFParticleMonitoring_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
private |
Definition at line 44 of file PFParticleMonitoring_module.cc.
lar_pandora::PFParticleMonitoring::PFParticleMonitoring | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset |
Definition at line 300 of file PFParticleMonitoring_module.cc.
References reconfigure().
|
virtual |
void lar_pandora::PFParticleMonitoring::analyze | ( | const art::Event & | evt | ) |
Definition at line 414 of file PFParticleMonitoring_module.cc.
References lar_pandora::LArPandoraHelper::BuildMCParticleHitMaps(), lar_pandora::LArPandoraHelper::BuildMCParticleMap(), lar_pandora::LArPandoraHelper::BuildPFParticleHitMaps(), lar_pandora::LArPandoraHelper::BuildPFParticleMap(), BuildRecoNeutrinoHitMaps(), BuildTrueNeutrinoHitMaps(), lar_pandora::LArPandoraHelper::CollectHits(), lar_pandora::LArPandoraHelper::CollectMCParticles(), lar_pandora::LArPandoraHelper::CollectPFParticles(), lar_pandora::LArPandoraHelper::CollectSpacePoints(), lar_pandora::LArPandoraHelper::CollectT0s(), lar_pandora::LArPandoraHelper::CollectTracks(), lar_pandora::LArPandoraHelper::CollectVertices(), CountHitsByType(), e, simb::MCParticle::E(), recob::Track::End(), art::EventID::event(), lar_pandora::LArPandoraHelper::GetFinalStateMCParticle(), lar_pandora::LArPandoraHelper::GetFinalStatePFParticle(), GetLength(), simb::MCTruth::GetNeutrino(), lar_pandora::LArPandoraHelper::GetParentMCParticle(), lar_pandora::LArPandoraHelper::GetParentNeutrino(), lar_pandora::LArPandoraHelper::GetParentPFParticle(), GetRecoToTrueMatches(), GetStartAndEndPoints(), art::Event::id(), lar_pandora::LArPandoraHelper::IsFinalState(), lar_pandora::LArPandoraHelper::IsNeutrino(), art::Event::isRealData(), lar_pandora::LArPandoraHelper::kAddDaughters, simb::kCC, lar_pandora::LArPandoraHelper::kIgnoreDaughters, geo::kU, lar_pandora::LArPandoraHelper::kUseDaughters, geo::kV, geo::kW, recob::Track::Length(), m_addDaughterMCParticles, m_addDaughterPFParticles, m_backtrackerLabel, m_completeness, m_disableRealDataCheck, m_event, m_geantModuleLabel, m_hitfinderLabel, m_index, m_mcDirX, m_mcDirY, m_mcDirZ, m_mcEndX, m_mcEndY, m_mcEndZ, m_mcEnergy, m_mcIsCC, m_mcIsDecay, m_mcIsNeutrino, m_mcIsPrimary, m_mcLength, m_mcNuPdg, m_mcParentPdg, m_mcPdg, m_mcPrimaryPdg, m_mcStraightLength, m_mcVertex, m_mcVtxX, m_mcVtxY, m_mcVtxZ, m_nDaughterPfos, m_nMatchedHits, m_nMatchedHitsU, m_nMatchedHitsV, m_nMatchedHitsW, m_nMCHits, m_nMCHitsU, m_nMCHitsV, m_nMCHitsW, m_nMCParticles, m_nNeutrinoPfos, m_nPfoHits, m_nPfoHitsU, m_nPfoHitsV, m_nPfoHitsW, m_nPrimaryPfos, m_nRecoWithoutTrueHits, m_nTrueWithoutRecoHits, m_particleLabel, m_pfoDirX, m_pfoDirY, m_pfoDirZ, m_pfoEndX, m_pfoEndY, m_pfoEndZ, m_pfoIsNeutrino, m_pfoIsPrimary, m_pfoIsStitched, m_pfoLength, m_pfoNuPdg, m_pfoParentPdg, m_pfoPdg, m_pfoPrimaryPdg, m_pfoStraightLength, m_pfoTrack, m_pfoVertex, m_pfoVtxX, m_pfoVtxY, m_pfoVtxZ, m_pRecoTree, m_printDebug, m_purity, m_run, m_spacepointsMaxX, m_spacepointsMinX, m_trackLabel, m_useDaughterMCParticles, m_useDaughterPFParticles, simb::MCTruth::NeutrinoSet(), simb::MCParticle::P(), recob::PFParticle::PdgCode(), simb::MCParticle::PdgCode(), simb::MCParticle::Process(), simb::MCParticle::Px(), simb::MCParticle::Py(), simb::MCParticle::Pz(), art::Event::run(), lar_pandora::LArPandoraHelper::SelectNeutrinoPFParticles(), recob::Track::Vertex(), recob::Track::VertexDirection(), simb::MCParticle::Vx(), simb::MCParticle::Vy(), simb::MCParticle::Vz(), X, recob::SpacePoint::XYZ(), and recob::Vertex::XYZ().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 332 of file PFParticleMonitoring_module.cc.
References m_completeness, m_event, m_index, m_mcDirX, m_mcDirY, m_mcDirZ, m_mcEndX, m_mcEndY, m_mcEndZ, m_mcEnergy, m_mcIsCC, m_mcIsDecay, m_mcIsNeutrino, m_mcIsPrimary, m_mcLength, m_mcNuPdg, m_mcParentPdg, m_mcPdg, m_mcPrimaryPdg, m_mcStraightLength, m_mcVertex, m_mcVtxX, m_mcVtxY, m_mcVtxZ, m_nDaughterPfos, m_nMatchedHits, m_nMatchedHitsU, m_nMatchedHitsV, m_nMatchedHitsW, m_nMCHits, m_nMCHitsU, m_nMCHitsV, m_nMCHitsW, m_nMCParticles, m_nNeutrinoPfos, m_nPfoHits, m_nPfoHitsU, m_nPfoHitsV, m_nPfoHitsW, m_nPrimaryPfos, m_nRecoWithoutTrueHits, m_nTrueWithoutRecoHits, m_pfoDirX, m_pfoDirY, m_pfoDirZ, m_pfoEndX, m_pfoEndY, m_pfoEndZ, m_pfoIsNeutrino, m_pfoIsPrimary, m_pfoIsStitched, m_pfoLength, m_pfoNuPdg, m_pfoParentPdg, m_pfoPdg, m_pfoPrimaryPdg, m_pfoStraightLength, m_pfoTrack, m_pfoVertex, m_pfoVtxX, m_pfoVtxY, m_pfoVtxZ, m_pRecoTree, m_purity, m_run, m_spacepointsMaxX, and m_spacepointsMinX.
|
private |
Build mapping from reconstructed neutrinos to hits.
recoParticleMap | the input mapping from reconstructed particle and particle ID |
recoParticlesToHits | the input mapping from reconstructed particles to hits |
recoNeutrinosToHits | the output mapping from reconstructed particles to hits |
recoHitsToNeutrinos | the output mapping from reconstructed hits to particles |
Definition at line 1172 of file PFParticleMonitoring_module.cc.
References lar_pandora::LArPandoraHelper::GetParentPFParticle(), and lar_pandora::LArPandoraHelper::IsNeutrino().
Referenced by analyze().
|
private |
Build mapping from true neutrinos to hits.
truthToParticles | the input mapping from true event to true particles |
trueParticlesToHits | the input mapping from true particles to hits |
trueNeutrinosToHits | the output mapping from trues event to hits |
trueHitsToNeutrinos | the output mappign from hits to true events |
Definition at line 1138 of file PFParticleMonitoring_module.cc.
Referenced by analyze().
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
private |
Count the number of reconstructed hits in a given wire plane.
view | the wire plane ID |
hitVector | the input vector of reconstructed hits |
Definition at line 1396 of file PFParticleMonitoring_module.cc.
References recob::Hit::View().
Referenced by analyze().
|
inherited |
Definition at line 25 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 68 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 84 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 33 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 76 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 92 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 100 of file Analyzer.cc.
References e, and art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 47 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 61 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 40 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 54 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 410 of file PFParticleMonitoring_module.cc.
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
private |
Find the length of the true particle trajectory through the active region of the detector.
trueParticle | the input true particle |
startT | the true start point |
endT | the true end point |
Definition at line 1440 of file PFParticleMonitoring_module.cc.
References simb::MCParticle::Vx(), simb::MCParticle::Vy(), and simb::MCParticle::Vz().
Referenced by analyze().
|
private |
Perform matching between true and reconstructed neutrino events.
recoNeutrinosToHits | the mapping from reconstructed neutrino events to hits |
trueHitsToNeutrinos | the mapping from hits to true neutrino events |
matchedNeutrinos | the output matches between reconstructed and true neutrinos |
matchedNeutrinoHits | the output matches between reconstructed neutrinos and hits |
Definition at line 1204 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and GetRecoToTrueMatches().
|
private |
Perform matching between true and reconstructed neutrino events.
recoNeutrinosToHits | the mapping from reconstructed neutrino events to hits |
trueHitsToNeutrinos | the mapping from hits to true neutrino events |
matchedNeutrinos | the output matches between reconstructed and true neutrinos |
matchedNeutrinoHits | the output matches between reconstructed neutrinos and hits |
recoVeto | the veto list for reconstructed particles |
trueVeto | the veto list for true particles |
Definition at line 1222 of file PFParticleMonitoring_module.cc.
References GetRecoToTrueMatches(), and m_recursiveMatching.
|
private |
Perform matching between true and reconstructed particles.
recoParticlesToHits | the mapping from reconstructed particles to hits |
trueHitsToParticles | the mapping from hits to true particles |
matchedParticles | the output matches between reconstructed and true particles |
matchedHits | the output matches between reconstructed particles and hits |
|
private |
Perform matching between true and reconstructed particles.
recoParticlesToHits | the mapping from reconstructed particles to hits |
trueHitsToParticles | the mapping from hits to true particles |
matchedParticles | the output matches between reconstructed and true particles |
matchedHits | the output matches between reconstructed particles and hits |
recoVeto | the veto list for reconstructed particles |
trueVeto | the veto list for true particles |
|
private |
Find the start and end points of the true particle in the active region of detector.
trueParticle | the input true particle |
startT | the true start point |
endT | the true end point |
Definition at line 1412 of file PFParticleMonitoring_module.cc.
References simb::MCParticle::NumberTrajectoryPoints(), geo::GeometryCore::PositionToTPCptr(), simb::MCParticle::Vx(), simb::MCParticle::Vy(), and simb::MCParticle::Vz().
Referenced by analyze().
|
protectedinherited |
Definition at line 75 of file Observer.cc.
References art::ProductRetriever::get(), and art::Observer::selectors_.
Referenced by art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
protectedinherited |
Definition at line 57 of file Observer.cc.
References art::Observer::process_name_.
Referenced by art::FileDumperOutput::printPrincipal().
void lar_pandora::PFParticleMonitoring::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 312 of file PFParticleMonitoring_module.cc.
References fhicl::ParameterSet::get(), m_addDaughterMCParticles, m_addDaughterPFParticles, m_backtrackerLabel, m_disableRealDataCheck, m_geantModuleLabel, m_hitfinderLabel, m_particleLabel, m_printDebug, m_recursiveMatching, m_trackLabel, m_useDaughterMCParticles, and m_useDaughterPFParticles.
Referenced by PFParticleMonitoring().
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
inlineprotectednoexceptinherited |
Definition at line 31 of file Observer.h.
References e, art::Observer::getTriggerResults(), art::Observer::wantAllEvents_, and art::Observer::wantEvent().
|
protectedinherited |
Definition at line 63 of file Observer.cc.
References art::Observer::rejectors_, art::Observer::selectors_, and art::Observer::wantAllEvents_.
Referenced by art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
private |
Definition at line 256 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 255 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 250 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 220 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Whether to check if the input file contains real data before accessing MC information.
Definition at line 261 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 167 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 251 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 247 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 168 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 213 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 214 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 215 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 210 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 211 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 212 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 216 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 182 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 181 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 179 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 180 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 217 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 176 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 177 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 175 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 178 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 218 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 206 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 207 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 208 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 209 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 173 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 225 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 235 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 236 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 237 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 223 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 227 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 228 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 229 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 170 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 171 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 224 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 231 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 232 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 233 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 172 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Reconstructed hits which don't belong to any true particle - "missing".
Definition at line 242 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
True hits which don't belong to any reconstructed particle - "available".
Definition at line 240 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 249 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 200 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 201 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 202 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 197 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 198 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 199 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 188 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 189 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 190 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 203 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 185 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 186 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 184 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 187 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 204 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 192 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 193 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 194 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 195 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 196 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 164 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
switch for print statements (TODO: use message service!)
Definition at line 259 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 221 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 258 of file PFParticleMonitoring_module.cc.
Referenced by GetRecoToTrueMatches(), and reconfigure().
|
private |
Definition at line 166 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 245 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 244 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 248 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 254 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 253 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().