LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
MCHitAnaExample (fhicl::ParameterSet const &p) | |
virtual | ~MCHitAnaExample () |
void | analyze (art::Event const &e) override |
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 Attributes | |
std::string | fRecoHitModuleName |
Producer module for recob::Hit. More... | |
std::string | fMCHitModuleName |
Producer module for MCHit. More... | |
TStopwatch | fAnaWatch |
TStopwatch | fSearchWatch |
TStopwatch | fReadWatch |
TH1D * | hRecoHitReadTime |
Time to read recob::Hit from disk. More... | |
TH1D * | hMCHitReadTime |
Time to read MCHit from disk. More... | |
TH1D * | hAnalysisTime |
Time to run analyze() function. More... | |
TH1D * | hMCHitSearchTime |
Time to search for corresponding MCHit per RecoHit. More... | |
TH1D * | hMCHitSearchTimeSum |
Time to search for corresponding MCHit per RecoHit summed over all RecoHits (per event) More... | |
std::vector< TH1D * > | hMCHitQ_v |
Histogram (per plane) for all MCHit charge. More... | |
std::vector< TH1D * > | hMCHitMult_v |
Histogram (per plane) for MCHit multiplicity in each event. More... | |
std::vector< TH1D * > | hRecoHitQ_v |
Histogram (per plane) for RecoHit charge. More... | |
std::vector< TH1D * > | hRecoHitMult_v |
Histogram (per plane) for RecoHit multiplicity in each event. More... | |
std::vector< TH2D * > | hCorrMult_v |
Histogram (per plane) for # of MCHit vs. # of RecoHit. More... | |
std::vector< TH1D * > | hVoidHitQ_v |
Histogram (per plane) for charge of some RecoHit that has no corresponding MCHit. More... | |
std::vector< TH2D * > | hCorrQ_v |
Histogram (per plane) for charge of one MCHit that is closest (in time) to one RecoHit. More... | |
std::vector< TH2D * > | hCorrQSum_v |
Histogram (per plane) for charge sum of multiple MCHit found within start=>end time of one RecoHit. More... | |
std::vector< TH1D * > | hQRatio_v |
Histogram (per plane) for a ratio of RecoHit charge to the closest (in time) RecoHit charge. More... | |
std::vector< TH1D * > | hQSumRatio_v |
std::vector< TH1D * > | hDT_v |
Histogram (per plane) for time-diff between one Reco hit and the closest (in time) RecoHit. More... | |
std::vector< TH1D * > | hMCHitMultPerRecoHit_v |
Histogram (per plane) for MCHit multiplicity within start=>end time region of RecoHit. More... | |
Definition at line 32 of file MCHitAnaExample_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
|
explicit |
Definition at line 130 of file MCHitAnaExample_module.cc.
References fMCHitModuleName, fRecoHitModuleName, fhicl::ParameterSet::get(), hAnalysisTime, hCorrMult_v, hCorrQ_v, hCorrQSum_v, hDT_v, hMCHitMult_v, hMCHitMultPerRecoHit_v, hMCHitQ_v, hMCHitReadTime, hMCHitSearchTime, hMCHitSearchTimeSum, hQRatio_v, hQSumRatio_v, hRecoHitMult_v, hRecoHitQ_v, hRecoHitReadTime, hVoidHitQ_v, and geo::GeometryCore::Nplanes().
|
virtual |
Definition at line 218 of file MCHitAnaExample_module.cc.
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 221 of file MCHitAnaExample_module.cc.
References geo::GeometryCore::ChannelToWire(), DEFINE_ART_MODULE, fAnaWatch, Fill(), fMCHitModuleName, fReadWatch, fRecoHitModuleName, fSearchWatch, art::DataViewImpl::getByLabel(), hAnalysisTime, hCorrMult_v, hCorrQ_v, hCorrQSum_v, hDT_v, hMCHitMult_v, hMCHitMultPerRecoHit_v, hMCHitQ_v, hMCHitReadTime, hMCHitSearchTime, hMCHitSearchTimeSum, hQRatio_v, hQSumRatio_v, hRecoHitMult_v, hRecoHitQ_v, hRecoHitReadTime, hVoidHitQ_v, art::Handle< T >::isValid(), geo::GeometryCore::Nplanes(), sim::MCHit::PeakTime(), geo::GeometryCore::PlaneWireToChannel(), sim::MCHit::SetTime(), and detinfo::DetectorClocks::TPCTick2TDC().
|
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().
|
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().
|
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 55 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Producer module for MCHit.
Definition at line 50 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Definition at line 55 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Producer module for recob::Hit.
Definition at line 47 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Definition at line 55 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Time to run analyze() function.
Definition at line 68 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for # of MCHit vs. # of RecoHit.
Definition at line 101 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for charge of one MCHit that is closest (in time) to one RecoHit.
Definition at line 107 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for charge sum of multiple MCHit found within start=>end time of one RecoHit.
Definition at line 110 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for time-diff between one Reco hit and the closest (in time) RecoHit.
Definition at line 122 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for MCHit multiplicity in each event.
Definition at line 84 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for MCHit multiplicity within start=>end time region of RecoHit.
Definition at line 125 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for all MCHit charge.
Definition at line 81 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to read MCHit from disk.
Definition at line 65 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to search for corresponding MCHit per RecoHit.
Definition at line 71 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to search for corresponding MCHit per RecoHit summed over all RecoHits (per event)
Definition at line 74 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for a ratio of RecoHit charge to the closest (in time) RecoHit charge.
Definition at line 113 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for a ratio of charge sum of multiple MCHit to one RecoHit. Multiple MCHits are found within start=>end time of RecoHit.
Definition at line 119 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for RecoHit multiplicity in each event.
Definition at line 94 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for RecoHit charge.
Definition at line 91 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to read recob::Hit from disk.
Definition at line 62 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for charge of some RecoHit that has no corresponding MCHit.
Definition at line 104 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().