LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
PFParticleMonitoring class. More...
Public Types | |
using | WorkerType = WorkerT< EDAnalyzer > |
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) |
std::string | workerType () const |
bool | modifiesEvent () const |
void | registerProducts (MasterProductRegistry &, ProductDescriptions &, ModuleDescription const &) |
std::string const & | processName () const |
bool | wantAllEvents () const |
bool | wantEvent (Event const &e) |
fhicl::ParameterSetID | selectorConfig () const |
art::Handle< art::TriggerResults > | getTriggerResults (Event const &e) const |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | consumes (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | consumesView (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | mayConsume (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | mayConsumeView (InputTag const &it) |
base_engine_t & | createEngine (seed_t seed) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make, label_t const &engine_label) |
seed_t | get_seed_value (fhicl::ParameterSet const &pset, char const key[]="seed", seed_t const implicit_seed=-1) |
Static Public Member Functions | |
static cet::exempt_ptr< Consumer > | non_module_context () |
Protected Member Functions | |
CurrentProcessingContext const * | currentContext () const |
detail::CachedProducts & | cachedProducts () |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
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 25 of file PFParticleMonitoring_module.cc.
|
private |
Definition at line 48 of file PFParticleMonitoring_module.cc.
|
private |
Definition at line 49 of file PFParticleMonitoring_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
private |
Definition at line 47 of file PFParticleMonitoring_module.cc.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
lar_pandora::PFParticleMonitoring::PFParticleMonitoring | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset |
Definition at line 281 of file PFParticleMonitoring_module.cc.
References reconfigure().
|
virtual |
void lar_pandora::PFParticleMonitoring::analyze | ( | const art::Event & | evt | ) |
Definition at line 397 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_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, max, min, 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 313 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, m_spacepointsMinX, and art::TFileDirectory::make().
|
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 1119 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 1090 of file PFParticleMonitoring_module.cc.
Referenced by analyze().
|
inlineprotectedinherited |
Definition at line 79 of file EventObserverBase.h.
References art::EventObserverBase::selectors_.
Referenced by art::EDAnalyzer::doEvent(), and art::OutputModule::doWriteEvent().
|
inherited |
|
inherited |
Definition at line 147 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 162 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 172 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
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 1313 of file PFParticleMonitoring_module.cc.
References recob::Hit::View().
Referenced by analyze().
|
inherited |
Definition at line 26 of file EngineCreator.cc.
References art::EngineCreator::rng().
Referenced by evgen::CosmicsGen::CosmicsGen(), rndm::NuRandomService::createEngine(), cluster::fuzzyCluster::fuzzyCluster(), cluster::HoughLineFinder::HoughLineFinder(), art::MixFilter< T >::initEngine_(), larg4::LArG4::LArG4(), evgen::LightSource::LightSource(), evgen::NeutronOsc::NeutronOsc(), evgen::NucleonDecay::NucleonDecay(), opdet::OpMCDigi::OpMCDigi(), opdet::OptDetDigitizer::OptDetDigitizer(), phot::PhotonLibraryPropagation::PhotonLibraryPropagation(), detsim::SimDriftElectrons::SimDriftElectrons(), evgen::SingleGen::SingleGen(), evgen::SNNueAr40CCGen::SNNueAr40CCGen(), ToyOneShowerGen::ToyOneShowerGen(), and trkf::Track3DKalman::Track3DKalman().
|
inherited |
Definition at line 32 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
inherited |
Definition at line 40 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
protectedinherited |
Definition at line 114 of file EDAnalyzer.cc.
References art::EDAnalyzer::current_context_.
Referenced by art::EDAnalyzer::workerType().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 391 of file PFParticleMonitoring_module.cc.
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
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 1366 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 1147 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 1157 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 1329 of file PFParticleMonitoring_module.cc.
References e, max, simb::MCParticle::NumberTrajectoryPoints(), geo::GeometryCore::PositionToTPC(), simb::MCParticle::Vx(), simb::MCParticle::Vy(), and simb::MCParticle::Vz().
Referenced by analyze().
|
inlineinherited |
Definition at line 61 of file EventObserverBase.h.
References art::detail::CachedProducts::getOneTriggerResults(), and art::EventObserverBase::selectors_.
Referenced by art::OutputModule::doWriteEvent().
|
inherited |
|
inherited |
Definition at line 190 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 205 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 215 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inlineinherited |
Definition at line 25 of file EventObserverBase.h.
|
staticinherited |
Definition at line 76 of file Consumer.cc.
Referenced by art::RootOutput::beginSubRun(), art::OutputModule::doBeginRun(), art::OutputModule::doBeginSubRun(), art::OutputModule::doEndRun(), art::OutputModule::doEndSubRun(), art::ProducingService::doPostReadEvent(), art::ProducingService::doPostReadRun(), art::ProducingService::doPostReadSubRun(), art::OutputModule::doWriteEvent(), art::ProcessPackage< L >::postScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::Run >::End::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::End::postScheduleSignal(), art::ProcessPackage< L >::preScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::preScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::preScheduleSignal(), art::EventProcessor::readEvent(), art::EventProcessor::readRun(), art::EmptyEvent::readRun_(), art::EventProcessor::readSubRun(), and art::EmptyEvent::readSubRun_().
|
protectedinherited |
Definition at line 89 of file Consumer.cc.
References fhicl::ParameterSet::get_if_present().
Referenced by art::EDProducer::doBeginJob(), art::EDFilter::doBeginJob(), and art::EDAnalyzer::doBeginJob().
|
inlineinherited |
Definition at line 41 of file EventObserverBase.h.
References art::EventObserverBase::process_name_.
Referenced by art::FileDumperOutput::printPrincipal(), and art::RootOutput::RootOutput().
void lar_pandora::PFParticleMonitoring::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 294 of file PFParticleMonitoring_module.cc.
References fhicl::ParameterSet::get(), m_addDaughterMCParticles, m_addDaughterPFParticles, m_backtrackerLabel, m_geantModuleLabel, m_hitfinderLabel, m_particleLabel, m_printDebug, m_recursiveMatching, m_trackLabel, m_useDaughterMCParticles, and m_useDaughterPFParticles.
Referenced by PFParticleMonitoring().
|
inlineinherited |
Definition at line 33 of file EventObserverBase.h.
|
inlineinherited |
Definition at line 56 of file EventObserverBase.h.
References art::EventObserverBase::selector_config_id_.
Referenced by art::RootOutputFile::writeOne().
|
protectedinherited |
Definition at line 125 of file Consumer.cc.
Referenced by art::EDProducer::doEndJob(), art::EDFilter::doEndJob(), art::EDAnalyzer::doEndJob(), and art::RootOutput::endJob().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
inlineinherited |
Definition at line 46 of file EventObserverBase.h.
References art::EventObserverBase::wantAllEvents_.
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), art::RootOutput::RootOutput(), and art::OutputWorker::wantAllEvents().
|
inlineinherited |
Definition at line 51 of file EventObserverBase.h.
References art::EventObserverBase::selectors_, and art::detail::CachedProducts::wantEvent().
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), and art::OutputModule::doWriteEvent().
|
inlineinherited |
Definition at line 109 of file EDAnalyzer.h.
References art::EDAnalyzer::currentContext().
|
private |
Definition at line 238 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 237 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 232 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 204 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 151 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 233 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 229 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 152 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 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 200 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 166 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 165 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 163 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 |
Definition at line 201 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 160 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 161 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 159 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 162 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 190 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 191 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 157 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 219 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 220 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 221 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 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 213 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 154 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 155 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 215 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 217 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 156 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 224 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 223 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 231 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 184 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 181 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 183 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 |
Definition at line 173 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 174 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 169 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 168 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 188 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 178 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 148 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
switch for print statements (TODO: use message service!)
Definition at line 241 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 205 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 240 of file PFParticleMonitoring_module.cc.
Referenced by GetRecoToTrueMatches(), and reconfigure().
|
private |
Definition at line 150 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 226 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 230 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 236 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 235 of file PFParticleMonitoring_module.cc.
Referenced by analyze(), and reconfigure().