LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
StandardPandora class. More...
Public Types | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = ProducerBase::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
StandardPandora (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
~StandardPandora () | |
Destructor. More... | |
void | beginJob () |
void | produce (art::Event &evt) |
template<typename PROD , BranchType B = InEvent> | |
ProductID | getProductID (std::string const &instanceName={}) const |
template<typename PROD , BranchType B> | |
ProductID | getProductID (ModuleDescription const &moduleDescription, std::string const &instanceName) const |
bool | modifiesEvent () 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 |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
Protected Attributes | |
std::string | m_configFile |
The config file. More... | |
bool | m_shouldRunAllHitsCosmicReco |
Steering: whether to run all hits cosmic-ray reconstruction. More... | |
bool | m_shouldRunStitching |
Steering: whether to stitch cosmic-ray muons crossing between volumes. More... | |
bool | m_shouldRunCosmicHitRemoval |
Steering: whether to remove hits from tagged cosmic-rays. More... | |
bool | m_shouldRunSlicing |
Steering: whether to slice events into separate regions for processing. More... | |
bool | m_shouldRunNeutrinoRecoOption |
Steering: whether to run neutrino reconstruction for each slice. More... | |
bool | m_shouldRunCosmicRecoOption |
Steering: whether to run cosmic-ray reconstruction for each slice. More... | |
bool | m_shouldPerformSliceId |
Steering: whether to identify slices and select most appropriate pfos. More... | |
bool | m_shouldProduceAllOutcomes |
Steering: whether to produce all reconstruction outcomes. More... | |
bool | m_printOverallRecoStatus |
Steering: whether to print current operation status messages. More... | |
const pandora::Pandora * | m_pPrimaryPandora |
The address of the primary pandora instance. More... | |
Private Member Functions | |
void | CreatePandoraInstances () |
Create pandora instances. More... | |
void | ConfigurePandoraInstances () |
Configure pandora instances. More... | |
void | RunPandoraInstances () |
Run all associated pandora instances. More... | |
void | ResetPandoraInstances () |
Reset all associated pandora instances. More... | |
void | DeletePandoraInstances () |
Delete pandora instances. More... | |
void | ProvideExternalSteeringParameters (const pandora::Pandora *const pPandora) const |
Pass external steering parameters, read from fhicl parameter set, to LArMaster Pandora algorithm. More... | |
StandardPandora class.
Definition at line 19 of file StandardPandora_module.cc.
|
inherited |
Definition at line 34 of file EDProducer.h.
|
inherited |
Definition at line 43 of file EDProducer.h.
|
inherited |
Definition at line 35 of file EDProducer.h.
lar_pandora::StandardPandora::StandardPandora | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset | the parameter set |
Definition at line 71 of file StandardPandora_module.cc.
lar_pandora::StandardPandora::~StandardPandora | ( | ) |
Destructor.
Definition at line 78 of file StandardPandora_module.cc.
References DeletePandoraInstances().
|
virtualinherited |
Reimplemented from art::EDProducer.
Definition at line 120 of file LArPandora.cxx.
References lar_pandora::ILArPandora::ConfigurePandoraInstances(), lar_pandora::LArPandoraInput::CreatePandoraDetectorGaps(), lar_pandora::ILArPandora::CreatePandoraInstances(), lar_pandora::LArPandoraInput::CreatePandoraLArTPCs(), lar_pandora::LArPandoraGeometry::LoadDetectorGaps(), lar_pandora::LArPandoraGeometry::LoadGeometry(), lar_pandora::LArPandora::m_driftVolumeMap, lar_pandora::LArPandora::m_enableDetectorGaps, lar_pandora::LArPandora::m_inputSettings, lar_pandora::LArPandora::m_outputSettings, lar_pandora::LArPandoraInput::Settings::m_pPrimaryPandora, lar_pandora::LArPandoraOutput::Settings::m_pPrimaryPandora, and lar_pandora::ILArPandora::m_pPrimaryPandora.
|
privatevirtual |
Configure pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 100 of file StandardPandora_module.cc.
References lar_pandora::LArPandora::m_configFile, lar_pandora::ILArPandora::m_pPrimaryPandora, and ProvideExternalSteeringParameters().
|
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().
|
privatevirtual |
Create pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 85 of file StandardPandora_module.cc.
References MultiPandoraApi::AddPrimaryPandoraInstance(), lar_pandora::ILArPandora::m_pPrimaryPandora, LArContent::RegisterAlgorithms(), and LArContent::RegisterBasicPlugins().
|
protectedinherited |
|
privatevirtual |
Delete pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 128 of file StandardPandora_module.cc.
References MultiPandoraApi::DeletePandoraInstances(), and lar_pandora::ILArPandora::m_pPrimaryPandora.
Referenced by ~StandardPandora().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
|
inherited |
Definition at line 56 of file ProducerBase.h.
References B, and art::ModuleDescription::moduleLabel().
Referenced by art::ProducerBase::modifiesEvent().
|
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 40 of file ProducerBase.h.
References art::ProducerBase::getProductID().
|
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().
|
virtualinherited |
Implements art::EDProducer.
Definition at line 150 of file LArPandora.cxx.
References lar_pandora::LArPandora::CreatePandoraInput(), lar_pandora::LArPandora::ProcessPandoraOutput(), lar_pandora::ILArPandora::ResetPandoraInstances(), and lar_pandora::ILArPandora::RunPandoraInstances().
|
private |
Pass external steering parameters, read from fhicl parameter set, to LArMaster Pandora algorithm.
pPandora | the address of the relevant pandora instance |
Definition at line 135 of file StandardPandora_module.cc.
References lar_pandora::LArPandora::m_printOverallRecoStatus, lar_pandora::LArPandora::m_shouldPerformSliceId, lar_pandora::LArPandora::m_shouldRunAllHitsCosmicReco, lar_content::MasterAlgorithm::ExternalSteeringParameters::m_shouldRunAllHitsCosmicReco, lar_pandora::LArPandora::m_shouldRunCosmicHitRemoval, lar_pandora::LArPandora::m_shouldRunCosmicRecoOption, lar_pandora::LArPandora::m_shouldRunNeutrinoRecoOption, lar_pandora::LArPandora::m_shouldRunSlicing, and lar_pandora::LArPandora::m_shouldRunStitching.
Referenced by ConfigurePandoraInstances().
|
privatevirtual |
Reset all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 121 of file StandardPandora_module.cc.
References lar_pandora::ILArPandora::m_pPrimaryPandora, and Reset().
|
privatevirtual |
Run all associated pandora instances.
Implements lar_pandora::ILArPandora.
Definition at line 114 of file StandardPandora_module.cc.
References lar_pandora::ILArPandora::m_pPrimaryPandora, and ProcessEvent().
|
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.
|
protectedinherited |
The config file.
Definition at line 39 of file LArPandora.h.
Referenced by ConfigurePandoraInstances().
|
protectedinherited |
The address of the primary pandora instance.
Definition at line 82 of file ILArPandora.h.
Referenced by lar_pandora::LArPandora::beginJob(), ConfigurePandoraInstances(), CreatePandoraInstances(), DeletePandoraInstances(), ResetPandoraInstances(), and RunPandoraInstances().
|
protectedinherited |
Steering: whether to print current operation status messages.
Definition at line 49 of file LArPandora.h.
Referenced by ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to identify slices and select most appropriate pfos.
Definition at line 47 of file LArPandora.h.
Referenced by ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to produce all reconstruction outcomes.
Definition at line 48 of file LArPandora.h.
Referenced by lar_pandora::LArPandora::LArPandora(), and lar_pandora::LArPandora::ProcessPandoraOutput().
|
protectedinherited |
Steering: whether to run all hits cosmic-ray reconstruction.
Definition at line 41 of file LArPandora.h.
Referenced by ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to remove hits from tagged cosmic-rays.
Definition at line 43 of file LArPandora.h.
Referenced by ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to run cosmic-ray reconstruction for each slice.
Definition at line 46 of file LArPandora.h.
Referenced by lar_pandora::LArPandora::LArPandora(), and ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to run neutrino reconstruction for each slice.
Definition at line 45 of file LArPandora.h.
Referenced by lar_pandora::LArPandora::LArPandora(), and ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to slice events into separate regions for processing.
Definition at line 44 of file LArPandora.h.
Referenced by lar_pandora::LArPandora::LArPandora(), and ProvideExternalSteeringParameters().
|
protectedinherited |
Steering: whether to stitch cosmic-ray muons crossing between volumes.
Definition at line 42 of file LArPandora.h.
Referenced by lar_pandora::LArPandora::LArPandora(), and ProvideExternalSteeringParameters().