![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
SpacePointAna (fhicl::ParameterSet const &pset) | |
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 (const art::Event &evt) override |
void | bookHistograms (bool mc) |
Private Attributes | |
const SpacePointAlg | fSptalgTime |
const SpacePointAlg | fSptalgSep |
const SpacePointAlg | fSptalgDefault |
std::string | fHitModuleLabel |
bool | fUseClusterHits |
std::string | fClusterModuleLabel |
bool | fUseMC |
double | fMinX |
double | fMaxX |
double | fMinY |
double | fMaxY |
double | fMinZ |
double | fMaxZ |
bool | fBooked {false} |
TH1F * | fHDTUE {nullptr} |
TH1F * | fHDTVE {nullptr} |
TH1F * | fHDTWE {nullptr} |
TH1F * | fHDTUPull {nullptr} |
TH1F * | fHDTVPull {nullptr} |
TH1F * | fHDTWPull {nullptr} |
TH1F * | fHDTUV {nullptr} |
TH1F * | fHDTVW {nullptr} |
TH1F * | fHDTWU {nullptr} |
TH2F * | fHDTUVU {nullptr} |
TH2F * | fHDTUVV {nullptr} |
TH2F * | fHDTVWV {nullptr} |
TH2F * | fHDTVWW {nullptr} |
TH2F * | fHDTWUW {nullptr} |
TH2F * | fHDTWUU {nullptr} |
TH1F * | fHS {nullptr} |
TH1F * | fHchisq {nullptr} |
TH1F * | fHx {nullptr} |
TH1F * | fHy {nullptr} |
TH1F * | fHz {nullptr} |
TH1F * | fHAmpU {nullptr} |
TH1F * | fHAmpV {nullptr} |
TH1F * | fHAmpW {nullptr} |
TH1F * | fHAreaU {nullptr} |
TH1F * | fHAreaV {nullptr} |
TH1F * | fHAreaW {nullptr} |
TH1F * | fHSumU {nullptr} |
TH1F * | fHSumV {nullptr} |
TH1F * | fHSumW {nullptr} |
TH1F * | fHMCdx {nullptr} |
TH1F * | fHMCdy {nullptr} |
TH1F * | fHMCdz {nullptr} |
TH1F * | fHMCxpull {nullptr} |
TH1F * | fHMCypull {nullptr} |
TH1F * | fHMCzpull {nullptr} |
int | fNumEvent {0} |
Definition at line 51 of file SpacePointAna_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
explicit |
Definition at line 122 of file SpacePointAna_module.cc.
References fClusterModuleLabel, fHitModuleLabel, fUseClusterHits, and fUseMC.
|
overrideprivate |
Definition at line 224 of file SpacePointAna_module.cc.
References bookHistograms(), trkf::SpacePointAlg::correctedTime(), geo::CryostatID::Cryostat, fClusterModuleLabel, fHAmpU, fHAmpV, fHAmpW, fHAreaU, fHAreaV, fHAreaW, fHchisq, fHDTUE, fHDTUPull, fHDTUV, fHDTUVU, fHDTUVV, fHDTVE, fHDTVPull, fHDTVW, fHDTVWV, fHDTVWW, fHDTWE, fHDTWPull, fHDTWU, fHDTWUU, fHDTWUW, fHitModuleLabel, fHMCdx, fHMCdy, fHMCdz, fHMCxpull, fHMCypull, fHMCzpull, fHS, fHSumU, fHSumV, fHSumW, fHx, fHy, fHz, fMaxX, fMaxY, fMaxZ, fMinX, fMinY, fMinZ, fNumEvent, fSptalgDefault, fSptalgSep, fSptalgTime, fUseClusterHits, fUseMC, trkf::SpacePointAlg::getAssociatedHits(), art::ProductRetriever::getByLabel(), hits(), cheat::BackTrackerService::HitToXYZ(), recob::Hit::Integral(), art::Event::isRealData(), art::Handle< T >::isValid(), geo::kU, geo::kV, geo::kZ, trkf::SpacePointAlg::makeMCTruthSpacePoints(), trkf::SpacePointAlg::makeSpacePoints(), trkf::SpacePointAlg::merge(), MF_LOG_DEBUG, recob::Hit::PeakAmplitude(), recob::Hit::PeakTime(), geo::PlaneID::Plane, art::PtrVector< T >::push_back(), art::PtrVector< T >::reserve(), recob::Hit::ROISummedADC(), trkf::SpacePointAlg::separation(), recob::Hit::SigmaPeakTime(), art::PtrVector< T >::size(), cheat::BackTrackerService::SpacePointHitsToWeightedXYZ(), t1, t2, lar::to_element, geo::TPCID::TPC, lar::dump::vector(), recob::Hit::View(), geo::WireID::Wire, recob::Hit::WireID(), geo::WireID::WireID(), and x.
|
private |
Definition at line 145 of file SpacePointAna_module.cc.
References dir, fBooked, fHAmpU, fHAmpV, fHAmpW, fHAreaU, fHAreaV, fHAreaW, fHchisq, fHDTUE, fHDTUPull, fHDTUV, fHDTUVU, fHDTUVV, fHDTVE, fHDTVPull, fHDTVW, fHDTVWV, fHDTVWW, fHDTWE, fHDTWPull, fHDTWU, fHDTWUU, fHDTWUW, fHMCdx, fHMCdy, fHMCdz, fHMCxpull, fHMCypull, fHMCzpull, fHS, fHSumU, fHSumV, fHSumW, fHx, fHy, fHz, fSptalgTime, fUseMC, Get, geo::kU, geo::kV, geo::kZ, trkf::SpacePointAlg::merge(), and geo::GeometryCore::TPC().
Referenced by analyze().
|
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 78 of file SpacePointAna_module.cc.
Referenced by bookHistograms().
|
private |
Definition at line 67 of file SpacePointAna_module.cc.
Referenced by analyze(), and SpacePointAna().
|
private |
Definition at line 99 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 100 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 101 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 102 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 103 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 104 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 95 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 89 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 80 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 90 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 91 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 81 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 87 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 93 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 92 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file SpacePointAna_module.cc.
Referenced by analyze(), and SpacePointAna().
|
private |
Definition at line 108 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 109 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 110 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 111 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 112 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 113 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 94 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 105 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 106 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 107 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 96 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 97 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 98 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 72 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 74 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 69 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 71 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 117 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 64 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 63 of file SpacePointAna_module.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file SpacePointAna_module.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file SpacePointAna_module.cc.
Referenced by analyze(), and SpacePointAna().
|
private |
Definition at line 68 of file SpacePointAna_module.cc.
Referenced by analyze(), bookHistograms(), and SpacePointAna().