![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
| using | ModuleType = EDAnalyzer |
Public Member Functions | |
| OpFlashMCTruthAna (const fhicl::ParameterSet &) | |
| void | analyze (const art::Event &) |
| 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 Attributes | |
| std::string | fFlashInputModule |
| std::string | fTruthInputModule |
| TTree * | fAnalysisTree |
| TTree * | fPerEventTree |
| Int_t | fEventID |
| Int_t | fNFlashes |
| Int_t | fNTruths |
| Float_t | fFlashY |
| Float_t | fFlashZ |
| Float_t | fFlashU |
| Float_t | fFlashV |
| Float_t | fFlashT |
| Float_t | fFlashPE |
| Float_t | fFlashFastToTotal |
| Float_t | fFlashWidthY |
| Float_t | fFlashWidthZ |
| Float_t | fFlashWidthU |
| Float_t | fFlashWidthV |
| Float_t | fVertexX |
| Float_t | fVertexY |
| Float_t | fVertexZ |
| Float_t | fVertexT |
| Float_t | fTrueE |
| Int_t | fTruePDG |
| Float_t | fCenterX |
| Float_t | fCenterY |
| Float_t | fCenterZ |
| Float_t | fDistFlashCenter |
| Float_t | fDistFlashVertex |
| Float_t | fDistFlashCenterNorm |
| Float_t | fDistFlashVertexNorm |
Definition at line 31 of file OpFlashMCTruthAna_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
| opdet::OpFlashMCTruthAna::OpFlashMCTruthAna | ( | const fhicl::ParameterSet & | ) |
Definition at line 81 of file OpFlashMCTruthAna_module.cc.
References fAnalysisTree, fCenterX, fCenterY, fCenterZ, fDistFlashCenter, fDistFlashVertex, fEventID, fFlashFastToTotal, fFlashInputModule, fFlashPE, fFlashT, fFlashU, fFlashV, fFlashWidthU, fFlashWidthV, fFlashWidthY, fFlashWidthZ, fFlashY, fFlashZ, fNFlashes, fPerEventTree, fTrueE, fTruePDG, fTruthInputModule, fVertexX, fVertexY, fVertexZ, and fhicl::ParameterSet::get().
| void opdet::OpFlashMCTruthAna::analyze | ( | const art::Event & | evt | ) |
Definition at line 141 of file OpFlashMCTruthAna_module.cc.
References simb::MCParticle::E(), simb::MCParticle::EndX(), simb::MCParticle::EndY(), simb::MCParticle::EndZ(), art::EventID::event(), fAnalysisTree, recob::OpFlash::FastToTotal(), fCenterX, fCenterY, fCenterZ, fDistFlashCenter, fDistFlashCenterNorm, fDistFlashVertex, fDistFlashVertexNorm, fEventID, fFlashFastToTotal, fFlashInputModule, fFlashPE, fFlashT, fFlashU, fFlashV, fFlashWidthU, fFlashWidthV, fFlashWidthY, fFlashWidthZ, fFlashY, fFlashZ, fNFlashes, fNTruths, fPerEventTree, fTrueE, fTruePDG, fTruthInputModule, fVertexT, fVertexX, fVertexY, fVertexZ, art::ProductRetriever::getByLabel(), art::Event::id(), simb::MCParticle::PdgCode(), simb::MCParticle::T(), recob::OpFlash::Time(), recob::OpFlash::TotalPE(), simb::MCParticle::Vx(), simb::MCParticle::Vy(), simb::MCParticle::Vz(), recob::OpFlash::WireCenters(), recob::OpFlash::WireWidths(), recob::OpFlash::YCenter(), recob::OpFlash::YWidth(), recob::OpFlash::ZCenter(), and recob::OpFlash::ZWidth().
|
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 47 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 57 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 57 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 57 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 58 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 59 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 58 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 59 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 50 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 52 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 44 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 52 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 51 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 51 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 51 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 53 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 53 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 53 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 53 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 51 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 51 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 50 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 50 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 48 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 55 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 56 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 45 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 54 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 54 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().
|
private |
Definition at line 54 of file OpFlashMCTruthAna_module.cc.
Referenced by analyze(), and OpFlashMCTruthAna().