LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
PFParticleCosmicAna class. More...
Public Types | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
PFParticleCosmicAna (fhicl::ParameterSet const &pset) | |
Constructor. More... | |
virtual | ~PFParticleCosmicAna () |
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 Member Functions | |
void | FillRecoTree (const PFParticlesToHits &recoParticlesToHits, const PFParticlesToTracks &recoParticlesToTracks, const TracksToCosmicTags &recoTracksToCosmicTags) |
Fill event-level variables using input maps between reconstructed objects. More... | |
void | FillTrueTree (const HitVector &hitVector, const HitsToMCParticles &trueHitsToParticles, const HitsToPFParticles &recoHitsToParticles, const MCParticlesToMCTruth &particlesToTruth, const PFParticlesToTracks &particlesToTracks, const TracksToCosmicTags &tracksToCosmicTags) |
Fill track-level variables using input maps between reconstructed objects. More... | |
float | GetCosmicScore (const art::Ptr< recob::PFParticle > particle, const PFParticlesToTracks &recoParticlesToTracks, const TracksToCosmicTags &recoTracksToCosmicTags) const |
Get cosmic score for a PFParticle using track-level information. More... | |
PFParticleCosmicAna class.
Definition at line 24 of file PFParticleCosmicAna_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
lar_pandora::PFParticleCosmicAna::PFParticleCosmicAna | ( | fhicl::ParameterSet const & | pset | ) |
Constructor.
pset |
Definition at line 170 of file PFParticleCosmicAna_module.cc.
References reconfigure().
|
virtual |
void lar_pandora::PFParticleCosmicAna::analyze | ( | const art::Event & | evt | ) |
Definition at line 264 of file PFParticleCosmicAna_module.cc.
References lar_pandora::LArPandoraHelper::BuildMCParticleHitMaps(), lar_pandora::LArPandoraHelper::BuildPFParticleHitMaps(), lar_pandora::LArPandoraHelper::CollectCosmicTags(), lar_pandora::LArPandoraHelper::CollectHits(), lar_pandora::LArPandoraHelper::CollectMCParticles(), lar_pandora::LArPandoraHelper::CollectPFParticles(), lar_pandora::LArPandoraHelper::CollectTracks(), art::EventID::event(), FillRecoTree(), FillTrueTree(), art::Event::id(), lar_pandora::LArPandoraHelper::kAddDaughters, lar_pandora::LArPandoraHelper::kIgnoreDaughters, m_cosmicLabel, m_event, m_geantModuleLabel, m_hitfinderLabel, m_particleLabel, m_run, m_trackfitLabel, m_useDaughterMCParticles, m_useDaughterPFParticles, and art::Event::run().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 199 of file PFParticleCosmicAna_module.cc.
References m_cosmicScore, m_event, m_index, m_isPrimary, m_isTrackLike, m_nCosmicHits, m_nCosmicHitsFullyTagged, m_nCosmicHitsNotReconstructed, m_nCosmicHitsNotTagged, m_nCosmicHitsReconstructed, m_nCosmicHitsSemiTagged, m_nHits, m_nNeutrinoHits, m_nNeutrinoHitsFullyTagged, m_nNeutrinoHitsNotReconstructed, m_nNeutrinoHitsNotTagged, m_nNeutrinoHitsReconstructed, m_nNeutrinoHitsSemiTagged, m_nTracks, m_pdgCode, m_pRecoTree, m_pTrueTree, m_run, m_self, m_trackEndContained, m_trackEndDeltaYZ, m_trackEndDirX, m_trackEndDirY, m_trackEndDirZ, m_trackEndX, m_trackEndY, m_trackEndZ, m_trackLength, m_trackVtxContained, m_trackVtxDeltaYZ, m_trackVtxDirX, m_trackVtxDirY, m_trackVtxDirZ, m_trackVtxX, m_trackVtxY, m_trackVtxZ, m_trackWidthX, m_trackWidthY, m_trackWidthZ, and art::TFileDirectory::make().
|
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().
|
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 258 of file PFParticleCosmicAna_module.cc.
|
private |
Fill event-level variables using input maps between reconstructed objects.
recoParticlesToHits | mapping from particles to hits |
recoParticlesToTracks | mapping from particles to tracks |
recoTracksToCosmicTags | mapping from tracks to cosmic tags |
Definition at line 332 of file PFParticleCosmicAna_module.cc.
References geo::GeometryCore::DetHalfHeight(), geo::GeometryCore::DetHalfWidth(), geo::GeometryCore::DetLength(), recob::Track::End(), recob::Track::EndDirection(), GetCosmicScore(), recob::PFParticle::IsPrimary(), lar_pandora::LArPandoraHelper::IsTrack(), recob::Track::Length(), m_cosmicContainmentCut, m_cosmicScore, m_index, m_isPrimary, m_isTrackLike, m_nHits, m_nTracks, m_pdgCode, m_pRecoTree, m_self, m_trackEndContained, m_trackEndDeltaYZ, m_trackEndDirX, m_trackEndDirY, m_trackEndDirZ, m_trackEndX, m_trackEndY, m_trackEndZ, m_trackLength, m_trackVtxContained, m_trackVtxDeltaYZ, m_trackVtxDirX, m_trackVtxDirY, m_trackVtxDirZ, m_trackVtxX, m_trackVtxY, m_trackVtxZ, m_trackWidthX, m_trackWidthY, m_trackWidthZ, min, recob::PFParticle::PdgCode(), recob::PFParticle::Self(), track, recob::Track::Vertex(), and recob::Track::VertexDirection().
Referenced by analyze().
|
private |
Fill track-level variables using input maps between reconstructed objects.
hitVector | input vector of reconstructed hits |
trueHitsToParticles | mapping between true hits and particles |
recoHitsToParticles | mapping between reconstructed hits and particles |
particlesToTruth | mapping between MC particles and MC truth |
particlesToTracks | mapping between reconstructed particles and tracks |
tracksToCosmicTags | mapping between reconstructed tracks and cosmic tags |
Definition at line 483 of file PFParticleCosmicAna_module.cc.
References GetCosmicScore(), m_nCosmicHits, m_nCosmicHitsFullyTagged, m_nCosmicHitsNotReconstructed, m_nCosmicHitsNotTagged, m_nCosmicHitsReconstructed, m_nCosmicHitsSemiTagged, m_nHits, m_nNeutrinoHits, m_nNeutrinoHitsFullyTagged, m_nNeutrinoHitsNotReconstructed, m_nNeutrinoHitsNotTagged, m_nNeutrinoHitsReconstructed, m_nNeutrinoHitsSemiTagged, m_pTrueTree, and simb::MCTruth::NeutrinoSet().
Referenced by analyze().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
private |
Get cosmic score for a PFParticle using track-level information.
particle | input reconstructed particle |
recoParticlesToTracks | mapping between reconstructed particles and tracks |
recoTracksToCosmicTags | mapping between reconstructed tracks and cosmic tags |
Definition at line 559 of file PFParticleCosmicAna_module.cc.
References anab::CosmicTag::CosmicScore(), f, and track.
Referenced by FillRecoTree(), and FillTrueTree().
|
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::PFParticleCosmicAna::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 183 of file PFParticleCosmicAna_module.cc.
References fhicl::ParameterSet::get(), m_cosmicContainmentCut, m_cosmicLabel, m_geantModuleLabel, m_hitfinderLabel, m_particleLabel, m_trackfitLabel, m_useDaughterMCParticles, and m_useDaughterPFParticles.
Referenced by PFParticleCosmicAna().
|
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 139 of file PFParticleCosmicAna_module.cc.
Referenced by FillRecoTree(), and reconfigure().
|
private |
Definition at line 133 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 90 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 83 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 134 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 130 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 84 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 89 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 88 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 123 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 124 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 127 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 126 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 128 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 125 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 92 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), FillRecoTree(), and FillTrueTree().
|
private |
Definition at line 116 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 117 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 120 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 119 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 121 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 118 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 91 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 132 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 87 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 79 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 80 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillTrueTree().
|
private |
Definition at line 82 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 86 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 114 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 111 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 103 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 104 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 105 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 97 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 98 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 99 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 131 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 106 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 113 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 110 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 100 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 101 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 102 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 94 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 95 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 96 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 107 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 108 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 109 of file PFParticleCosmicAna_module.cc.
Referenced by beginJob(), and FillRecoTree().
|
private |
Definition at line 137 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 136 of file PFParticleCosmicAna_module.cc.
Referenced by analyze(), and reconfigure().