LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
MCHitAnaExample (fhicl::ParameterSet const &p) | |
virtual | ~MCHitAnaExample () |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Protected Member Functions | |
std::string const & | processName () const |
bool | wantAllEvents () const noexcept |
bool | wantEvent (ScheduleID id, Event const &e) const |
Handle< TriggerResults > | getTriggerResults (Event const &e) const |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Private Member Functions | |
void | analyze (art::Event const &e) override |
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 30 of file MCHitAnaExample_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
explicit |
Definition at line 124 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 270 of file MCHitAnaExample_module.cc.
|
overrideprivatevirtual |
Implements art::EDAnalyzer.
Definition at line 272 of file MCHitAnaExample_module.cc.
References geo::GeometryCore::ChannelToWire(), DEFINE_ART_MODULE, fAnaWatch, fMCHitModuleName, fReadWatch, fRecoHitModuleName, fSearchWatch, art::ProductRetriever::getValidHandle(), 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, geo::GeometryCore::Nplanes(), sim::MCHit::PeakTime(), geo::GeometryCore::PlaneWireToChannel(), and sim::MCHit::SetTime().
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
inherited |
Definition at line 25 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 68 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 84 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 33 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 76 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 92 of file Analyzer.cc.
References art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 100 of file Analyzer.cc.
References e, and art::ModuleContext::scheduleID().
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 47 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 61 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 40 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 54 of file Analyzer.cc.
Referenced by art::detail::Analyzer::Analyzer().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
protectedinherited |
Definition at line 75 of file Observer.cc.
References art::ProductRetriever::get(), and art::Observer::selectors_.
Referenced by art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
protectedinherited |
Definition at line 57 of file Observer.cc.
References art::Observer::process_name_.
Referenced by art::FileDumperOutput::printPrincipal().
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
inlineprotectednoexceptinherited |
Definition at line 31 of file Observer.h.
References e, art::Observer::getTriggerResults(), art::Observer::wantAllEvents_, and art::Observer::wantEvent().
|
protectedinherited |
Definition at line 63 of file Observer.cc.
References art::Observer::rejectors_, art::Observer::selectors_, and art::Observer::wantAllEvents_.
Referenced by art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), and art::Observer::wantAllEvents().
|
private |
Definition at line 51 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Producer module for MCHit.
Definition at line 46 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Definition at line 51 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Producer module for recob::Hit.
Definition at line 43 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Definition at line 51 of file MCHitAnaExample_module.cc.
Referenced by analyze().
|
private |
Time to run analyze() function.
Definition at line 64 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for # of MCHit vs. # of RecoHit.
Definition at line 97 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 103 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 106 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 118 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for MCHit multiplicity in each event.
Definition at line 80 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 121 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for all MCHit charge.
Definition at line 77 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to read MCHit from disk.
Definition at line 61 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to search for corresponding MCHit per RecoHit.
Definition at line 67 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 70 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 109 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 115 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for RecoHit multiplicity in each event.
Definition at line 90 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Histogram (per plane) for RecoHit charge.
Definition at line 87 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().
|
private |
Time to read recob::Hit from disk.
Definition at line 58 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 100 of file MCHitAnaExample_module.cc.
Referenced by analyze(), and MCHitAnaExample().