LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
ConsolidatedPFParticleAnalysisTemplate class. More...
Public Types | |
typedef art::Handle< std::vector< recob::PFParticle > > | PFParticleHandle |
typedef std::map< size_t, art::Ptr< recob::PFParticle > > | PFParticleIdMap |
typedef std::vector< art::Ptr< recob::PFParticle > > | PFParticleVector |
typedef std::vector< art::Ptr< recob::Track > > | TrackVector |
typedef std::vector< art::Ptr< recob::Shower > > | ShowerVector |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
ConsolidatedPFParticleAnalysisTemplate (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
void | reconfigure (fhicl::ParameterSet const &pset) |
Configure memeber variables using FHiCL parameters. More... | |
void | analyze (const art::Event &evt) |
Analyze an event! More... | |
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 Member Functions | |
void | GetPFParticleIdMap (const PFParticleHandle &pfParticleHandle, PFParticleIdMap &pfParticleMap) |
Produce a mapping from PFParticle ID to the art ptr to the PFParticle itself for fast navigation. More... | |
void | PrintOutScores (const art::Event &evt, const PFParticleHandle &pfParticleHandle) const |
Print out scores in PFParticleMetadata. More... | |
void | GetFinalStatePFParticleVectors (const PFParticleIdMap &pfParticleMap, PFParticleVector &crParticles, PFParticleVector &nuParticles) |
Produce a mapping from PFParticle ID to the art ptr to the PFParticle itself for fast navigation. More... | |
void | CollectTracksAndShowers (const PFParticleVector &particles, const PFParticleHandle &pfParticleHandle, const art::Event &evt, TrackVector &tracks, ShowerVector &showers) |
Collect associated tracks and showers to particles in an input particle vector. More... | |
Private Attributes | |
std::string | m_pandoraLabel |
The label for the pandora producer. More... | |
std::string | m_trackLabel |
The label for the track producer from PFParticles. More... | |
std::string | m_showerLabel |
The label for the shower producer from PFParticles. More... | |
bool | m_printOutScores |
Option to investigate the associations to scores for PFParticles. More... | |
ConsolidatedPFParticleAnalysisTemplate class.
Definition at line 24 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
typedef art::Handle< std::vector<recob::PFParticle> > lar_pandora::ConsolidatedPFParticleAnalysisTemplate::PFParticleHandle |
Definition at line 27 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
typedef std::map< size_t, art::Ptr<recob::PFParticle> > lar_pandora::ConsolidatedPFParticleAnalysisTemplate::PFParticleIdMap |
Definition at line 28 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
typedef std::vector< art::Ptr<recob::PFParticle> > lar_pandora::ConsolidatedPFParticleAnalysisTemplate::PFParticleVector |
Definition at line 29 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
typedef std::vector< art::Ptr<recob::Shower> > lar_pandora::ConsolidatedPFParticleAnalysisTemplate::ShowerVector |
Definition at line 31 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
typedef std::vector< art::Ptr<recob::Track> > lar_pandora::ConsolidatedPFParticleAnalysisTemplate::TrackVector |
Definition at line 30 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
lar_pandora::ConsolidatedPFParticleAnalysisTemplate::ConsolidatedPFParticleAnalysisTemplate | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset | the set of input fhicl parameters |
Definition at line 122 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References reconfigure().
void lar_pandora::ConsolidatedPFParticleAnalysisTemplate::analyze | ( | const art::Event & | evt | ) |
Analyze an event!
evt | the art event to analyze |
Investigate scores associated as larpandoraobject::metadata for the PFParticles
Definition at line 139 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References CollectTracksAndShowers(), art::DataViewImpl::getByLabel(), GetFinalStatePFParticleVectors(), GetPFParticleIdMap(), art::Handle< T >::isValid(), m_pandoraLabel, m_printOutScores, and PrintOutScores().
|
inlineprotectedinherited |
Definition at line 79 of file EventObserverBase.h.
References art::EventObserverBase::selectors_.
Referenced by art::EDAnalyzer::doEvent(), and art::OutputModule::doWriteEvent().
|
private |
Collect associated tracks and showers to particles in an input particle vector.
particles | a vector holding PFParticles from which to find the associated tracks and showers |
pfParticleHandle | the handle for the PFParticle collection |
evt | the art event to analyze |
tracks | a vector to hold the associated tracks |
showers | a vector to hold the associated showers |
Definition at line 265 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References m_showerLabel, and m_trackLabel.
Referenced by analyze().
|
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().
|
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().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
private |
Produce a mapping from PFParticle ID to the art ptr to the PFParticle itself for fast navigation.
pfParticleMap | the mapping from ID to PFParticle |
crParticles | a vector to hold the top-level PFParticles reconstructed under the cosmic hypothesis |
nuParticles | a vector to hold the final-states of the reconstruced neutrino |
Definition at line 225 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References recob::PFParticle::Daughters(), recob::PFParticle::IsPrimary(), and recob::PFParticle::PdgCode().
Referenced by analyze().
|
private |
Produce a mapping from PFParticle ID to the art ptr to the PFParticle itself for fast navigation.
pfParticleHandle | the handle for the PFParticle collection |
pfParticleMap | the mapping from ID to PFParticle |
Definition at line 185 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References recob::PFParticle::Self().
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().
|
private |
Print out scores in PFParticleMetadata.
evt | the art event to analyze |
pfParticleHandle | the handle for the PFParticle collection |
Definition at line 199 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References m_pandoraLabel, and recob::PFParticle::Self().
Referenced by analyze().
|
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::ConsolidatedPFParticleAnalysisTemplate::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Configure memeber variables using FHiCL parameters.
pset | the set of input fhicl parameters |
Definition at line 129 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
References fhicl::ParameterSet::get(), m_pandoraLabel, m_printOutScores, m_showerLabel, and m_trackLabel.
Referenced by ConsolidatedPFParticleAnalysisTemplate().
|
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 |
The label for the pandora producer.
Definition at line 91 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
Referenced by analyze(), PrintOutScores(), and reconfigure().
|
private |
Option to investigate the associations to scores for PFParticles.
Definition at line 94 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
The label for the shower producer from PFParticles.
Definition at line 93 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
Referenced by CollectTracksAndShowers(), and reconfigure().
|
private |
The label for the track producer from PFParticles.
Definition at line 92 of file ConsolidatedPFParticleAnalysisTemplate_module.cc.
Referenced by CollectTracksAndShowers(), and reconfigure().