LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
enum | hit_origin_t { hit_origin_Unknown = -1, hit_origin_Cosmic = 0, hit_origin_NonCosmic = 1 } |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
CosmicRemovalAna (fhicl::ParameterSet const &pset) | |
void | analyze (const art::Event &evt) |
read access to event More... | |
void | beginJob () |
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 | InitEventTree (int run_number, int event_number) |
void | FillMCInfo (std::vector< recob::Hit > const &hitlist, std::vector< hit_origin_t > &hitOrigins, std::vector< sim::MCHitCollection > const &mchitCollectionVector, std::map< int, const simb::MCTruth * > const &trackIDToTruthMap) |
void | FillTrackInfo (size_t const &hit_iter, hit_origin_t const &origin, float const &charge, std::vector< size_t > const &track_indices_this_hit, std::vector< std::vector< const anab::CosmicTag * > > const &tags_per_cluster, std::vector< bool > &hitsAccounted_per_tag, std::vector< bool > &hitsAllTags) |
void | FillClusterInfo (size_t const &hit_iter, hit_origin_t const &origin, float const &charge, std::vector< size_t > const &cluster_indices_this_hit, std::vector< std::vector< const anab::CosmicTag * > > const &tags_per_cluster, std::vector< bool > &hitsAccounted_per_tag, std::vector< bool > &hitsAllTags) |
void | FillAllTagsInfo (recob::Hit const &hit, hit_origin_t const &origin) |
Private Attributes | |
unsigned int | nCosmicTags |
TTree * | tEventTree |
std::string | fHitsModuleLabel |
std::string | fMCModuleLabel |
std::string | fMCHitsModuleLabel |
std::string | fClusterModuleLabel |
std::string | fTrackModuleLabel |
float | fHitCompareCut |
std::vector< std::string > | fCosmicTagAssocLabel |
std::vector< float > | fCosmicScoreThresholds |
std::vector< float > | cTaggedCharge_Cosmic |
std::vector< float > | cTaggedCharge_NonCosmic |
std::vector< int > | cTaggedHits_Cosmic |
std::vector< int > | cTaggedHits_NonCosmic |
Definition at line 55 of file CosmicRemovalAna_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
Enumerator | |
---|---|
hit_origin_Unknown | |
hit_origin_Cosmic | |
hit_origin_NonCosmic |
Definition at line 65 of file CosmicRemovalAna_module.cc.
|
explicit |
Definition at line 181 of file CosmicRemovalAna_module.cc.
void microboone::CosmicRemovalAna::analyze | ( | const art::Event & | evt | ) |
read access to event
Definition at line 225 of file CosmicRemovalAna_module.cc.
References art::Event::event(), fClusterModuleLabel, fCosmicTagAssocLabel, fHitsModuleLabel, FillAllTagsInfo(), FillClusterInfo(), FillMCInfo(), FillTrackInfo(), fMCHitsModuleLabel, fMCModuleLabel, fTrackModuleLabel, util::GetAssociatedVectorManyI(), util::GetAssociatedVectorOneP(), art::DataViewImpl::getByLabel(), InitEventTree(), geo::origin(), art::Event::run(), and tEventTree.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 199 of file CosmicRemovalAna_module.cc.
References cTaggedCharge_Cosmic, cTaggedCharge_NonCosmic, cTaggedHits_Cosmic, cTaggedHits_NonCosmic, fCosmicTagAssocLabel, art::TFileDirectory::make(), nCosmicTags, and tEventTree.
|
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().
|
private |
Definition at line 539 of file CosmicRemovalAna_module.cc.
References DEFINE_ART_MODULE, hit_origin_Cosmic, hit_origin_NonCosmic, recob::Hit::Integral(), cEventProperties_t::TotalTaggedCharge_Cosmic, cEventProperties_t::TotalTaggedCharge_NonCosmic, cEventProperties_t::TotalTaggedHits_Cosmic, and cEventProperties_t::TotalTaggedHits_NonCosmic.
Referenced by analyze().
|
private |
Definition at line 491 of file CosmicRemovalAna_module.cc.
References anab::CosmicTag::CosmicScore(), cTaggedCharge_Cosmic, cTaggedCharge_NonCosmic, cTaggedHits_Cosmic, cTaggedHits_NonCosmic, fCosmicScoreThresholds, fCosmicTagAssocLabel, hit_origin_Cosmic, hit_origin_NonCosmic, cEventProperties_t::nHitsCluster, cEventProperties_t::nHitsCluster_Cosmic, cEventProperties_t::nHitsCluster_NonCosmic, cEventProperties_t::qCluster, cEventProperties_t::qCluster_Cosmic, and cEventProperties_t::qCluster_NonCosmic.
Referenced by analyze().
|
private |
Definition at line 389 of file CosmicRemovalAna_module.cc.
References recob::Hit::Channel(), energy, fHitCompareCut, hit_origin_Cosmic, hit_origin_NonCosmic, hit_origin_Unknown, recob::Hit::Integral(), simb::kBeamNeutrino, cEventProperties_t::nHitsTotal_Cosmic, cEventProperties_t::nHitsTotal_NonCosmic, cEventProperties_t::nHitsTotal_Unknown, geo::origin(), recob::Hit::PeakTime(), cEventProperties_t::qTotal_Cosmic, cEventProperties_t::qTotal_NonCosmic, and cEventProperties_t::qTotal_Unknown.
Referenced by analyze().
|
private |
Definition at line 445 of file CosmicRemovalAna_module.cc.
References anab::CosmicTag::CosmicScore(), cTaggedCharge_Cosmic, cTaggedCharge_NonCosmic, cTaggedHits_Cosmic, cTaggedHits_NonCosmic, fCosmicScoreThresholds, fCosmicTagAssocLabel, hit_origin_Cosmic, hit_origin_NonCosmic, cEventProperties_t::nHitsTrack, cEventProperties_t::nHitsTrack_Cosmic, cEventProperties_t::nHitsTrack_NonCosmic, cEventProperties_t::qTrack, cEventProperties_t::qTrack_Cosmic, and cEventProperties_t::qTrack_NonCosmic.
Referenced by analyze().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
Definition at line 61 of file EventObserverBase.h.
References art::detail::CachedProducts::getOneTriggerResults(), and art::EventObserverBase::selectors_.
Referenced by art::OutputModule::doWriteEvent().
|
private |
Definition at line 344 of file CosmicRemovalAna_module.cc.
References cTaggedCharge_Cosmic, cTaggedCharge_NonCosmic, cTaggedHits_Cosmic, cTaggedHits_NonCosmic, cEventProperties_t::eventNumber, fCosmicTagAssocLabel, cEventProperties_t::nHitsCluster, cEventProperties_t::nHitsCluster_Cosmic, cEventProperties_t::nHitsCluster_NonCosmic, cEventProperties_t::nHitsTotal_Cosmic, cEventProperties_t::nHitsTotal_NonCosmic, cEventProperties_t::nHitsTotal_Unknown, cEventProperties_t::nHitsTrack, cEventProperties_t::nHitsTrack_Cosmic, cEventProperties_t::nHitsTrack_NonCosmic, cEventProperties_t::qCluster, cEventProperties_t::qCluster_Cosmic, cEventProperties_t::qCluster_NonCosmic, cEventProperties_t::qTotal_Cosmic, cEventProperties_t::qTotal_NonCosmic, cEventProperties_t::qTotal_Unknown, cEventProperties_t::qTrack, cEventProperties_t::qTrack_Cosmic, cEventProperties_t::qTrack_NonCosmic, cEventProperties_t::runNumber, cEventProperties_t::TotalTaggedCharge_Cosmic, cEventProperties_t::TotalTaggedCharge_NonCosmic, cEventProperties_t::TotalTaggedHits_Cosmic, and cEventProperties_t::TotalTaggedHits_NonCosmic.
Referenced by analyze().
|
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().
|
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 113 of file CosmicRemovalAna_module.cc.
Referenced by beginJob(), FillClusterInfo(), FillTrackInfo(), and InitEventTree().
|
private |
Definition at line 114 of file CosmicRemovalAna_module.cc.
Referenced by beginJob(), FillClusterInfo(), FillTrackInfo(), and InitEventTree().
|
private |
Definition at line 115 of file CosmicRemovalAna_module.cc.
Referenced by beginJob(), FillClusterInfo(), FillTrackInfo(), and InitEventTree().
|
private |
Definition at line 116 of file CosmicRemovalAna_module.cc.
Referenced by beginJob(), FillClusterInfo(), FillTrackInfo(), and InitEventTree().
|
private |
Definition at line 81 of file CosmicRemovalAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file CosmicRemovalAna_module.cc.
Referenced by FillClusterInfo(), and FillTrackInfo().
|
private |
Definition at line 84 of file CosmicRemovalAna_module.cc.
Referenced by analyze(), beginJob(), FillClusterInfo(), FillTrackInfo(), and InitEventTree().
|
private |
Definition at line 83 of file CosmicRemovalAna_module.cc.
Referenced by FillMCInfo().
|
private |
Definition at line 78 of file CosmicRemovalAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 80 of file CosmicRemovalAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file CosmicRemovalAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 82 of file CosmicRemovalAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file CosmicRemovalAna_module.cc.
Referenced by beginJob().
|
private |
Definition at line 76 of file CosmicRemovalAna_module.cc.
Referenced by analyze(), and beginJob().