LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
NeutrinoTrackingEff (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 | beginJob () |
void | endJob () |
void | beginRun (const art::Run &run) |
void | analyze (const art::Event &evt) |
void | processEff (const art::Event &evt) |
void | truthMatcher (detinfo::DetectorClocksData const &clockData, std::vector< art::Ptr< recob::Hit >> all_hits, std::vector< art::Ptr< recob::Hit >> track_hits, const simb::MCParticle *&MCparticle, double &Efrac, double &Ecomplet) |
double | truthLength (const detinfo::DetectorClocksData &clockData, detinfo::DetectorPropertiesData const &detProp, const simb::MCParticle *MCparticle) |
bool | insideFV (double vertex[4]) |
void | doEfficiencies () |
Definition at line 51 of file NeutrinoTrackingEff_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
explicit |
Definition at line 187 of file NeutrinoTrackingEff_module.cc.
References e, fDriftVelocity, fFidVolCutX, fFidVolCutY, fFidVolCutZ, fisNeutrinoInt, fLeptonPDGcode, fMaxLeptonP, fMaxNeutrinoE, fMCTruthModuleLabel, fNeutrinoPDGcode, fTrackModuleLabel, and fhicl::ParameterSet::get().
|
private |
Definition at line 421 of file NeutrinoTrackingEff_module.cc.
References art::Event::isRealData(), and processEff().
|
privatevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 205 of file NeutrinoTrackingEff_module.cc.
References fFidVolCutX, fFidVolCutY, fFidVolCutZ, fFidVolXmax, fFidVolXmin, fFidVolYmax, fFidVolYmin, fFidVolZmax, fFidVolZmin, fMaxLeptonP, fMaxNeutrinoE, h_Ecomplet_kaon, h_Ecomplet_lepton, h_Ecomplet_michel, h_Ecomplet_pion_minus, h_Ecomplet_pion_plus, h_Ecomplet_proton, h_Efrac_kaon, h_Efrac_lepton, h_Efrac_michel, h_Efrac_pion_minus, h_Efrac_pion_plus, h_Efrac_proton, h_Ev_den, h_Ev_num, h_kaon_length, h_kaonwtrk_length, h_michel_length, h_michelwtrk_length, h_muon_length, h_muonwtrk_length, h_pionm_length, h_pionmwtrk_length, h_pionp_length, h_pionpwtrk_length, h_Pkaon_den, h_Pkaon_num, h_Pmichel_e_den, h_Pmichel_e_num, h_Pmu_den, h_Pmu_num, h_Ppion_minus_den, h_Ppion_minus_num, h_Ppion_plus_den, h_Ppion_plus_num, h_Pproton_den, h_Pproton_num, h_proton_length, h_protonwtrk_length, h_theta_den, h_theta_num, h_trackRes_kaon, h_trackRes_lepton, h_trackRes_michel, h_trackRes_pion_minus, h_trackRes_pion_plus, and h_trackRes_proton.
|
private |
Definition at line 416 of file NeutrinoTrackingEff_module.cc.
|
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().
|
private |
Definition at line 993 of file NeutrinoTrackingEff_module.cc.
References DEFINE_ART_MODULE, h_Eff_Ev, h_Eff_Lkaon, h_Eff_Lmichel, h_Eff_Lmuon, h_Eff_Lpion_minus, h_Eff_Lpion_plus, h_Eff_Lproton, h_Eff_Pkaon, h_Eff_Pmichel, h_Eff_Pmu, h_Eff_Ppion_minus, h_Eff_Ppion_plus, h_Eff_Pproton, h_Eff_theta, h_Ev_den, h_Ev_num, h_kaon_length, h_kaonwtrk_length, h_michel_length, h_michelwtrk_length, h_muon_length, h_muonwtrk_length, h_pionm_length, h_pionmwtrk_length, h_pionp_length, h_pionpwtrk_length, h_Pkaon_den, h_Pkaon_num, h_Pmichel_e_den, h_Pmichel_e_num, h_Pmu_den, h_Pmu_num, h_Ppion_minus_den, h_Ppion_minus_num, h_Ppion_plus_den, h_Ppion_plus_num, h_Pproton_den, h_Pproton_num, h_proton_length, h_protonwtrk_length, h_theta_den, and h_theta_num.
Referenced by endJob().
|
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().
|
privatevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 411 of file NeutrinoTrackingEff_module.cc.
References doEfficiencies().
|
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().
|
private |
Definition at line 983 of file NeutrinoTrackingEff_module.cc.
References fFidVolXmin, fFidVolYmax, fFidVolYmin, fFidVolZmax, fFidVolZmin, x, y, and z.
Referenced by processEff().
|
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().
|
private |
save FS particles
Definition at line 428 of file NeutrinoTrackingEff_module.cc.
References sim::ParticleList::begin(), simb::MCNeutrino::CCNC(), sim::ParticleList::end(), art::fill_ptr_vector(), fisNeutrinoInt, fLeptonPDGcode, fMaxNeutrinoE, fMCTruthModuleLabel, fNeutrinoPDGcode, fTrackModuleLabel, art::ProductRetriever::getByLabel(), simb::MCTruth::GetNeutrino(), h_Ecomplet_kaon, h_Ecomplet_lepton, h_Ecomplet_michel, h_Ecomplet_pion_minus, h_Ecomplet_pion_plus, h_Ecomplet_proton, h_Efrac_kaon, h_Efrac_lepton, h_Efrac_michel, h_Efrac_pion_minus, h_Efrac_pion_plus, h_Efrac_proton, h_Ev_den, h_Ev_num, h_kaon_length, h_kaonwtrk_length, h_michel_length, h_michelwtrk_length, h_muon_length, h_muonwtrk_length, h_pionm_length, h_pionmwtrk_length, h_pionp_length, h_pionpwtrk_length, h_Pkaon_den, h_Pkaon_num, h_Pmichel_e_den, h_Pmichel_e_num, h_Pmu_den, h_Pmu_num, h_Ppion_minus_den, h_Ppion_minus_num, h_Ppion_plus_den, h_Ppion_plus_num, h_Pproton_den, h_Pproton_num, h_proton_length, h_protonwtrk_length, h_theta_den, h_theta_num, h_trackRes_kaon, h_trackRes_lepton, h_trackRes_michel, h_trackRes_pion_minus, h_trackRes_pion_plus, h_trackRes_proton, insideFV(), recob::Track::Length(), MC_incoming_P, MC_incoming_PDG, MC_isCC, MC_kaonID, MC_kaonP, MC_leading_PionMinusID, MC_leading_PionMinusP, MC_leading_PionPlusID, MC_leading_PionPlusP, MC_leading_protonID, MC_leading_ProtonP, MC_lepton_startMomentum, MC_leptonID, MC_leptonP, MC_michelID, MC_michelP, MC_vertex, MF_LOG_DEBUG, simb::MCParticle::Momentum(), simb::MCParticle::Mother(), simb::MCTruth::NeutrinoSet(), simb::MCNeutrino::Nu(), cheat::ParticleInventoryService::ParticleList(), simb::MCParticle::PdgCode(), simb::MCParticle::Position(), simb::MCParticle::Process(), track, simb::MCParticle::TrackId(), truthLength(), and truthMatcher().
Referenced by analyze().
|
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().
|
private |
Definition at line 937 of file NeutrinoTrackingEff_module.cc.
References fDriftVelocity, geo::GeometryCore::FindTPCAtPosition(), geom, geo::PlaneGeo::GetCenter(), detinfo::DetectorPropertiesData::NumberTimeSamples(), simb::MCParticle::NumberTrajectoryPoints(), geo::TPCGeo::Plane(), simb::MCParticle::Position(), simb::MCParticle::T(), detinfo::ElecClock::TickPeriod(), geo::vect::toPoint(), geo::GeometryCore::TPC(), detinfo::DetectorClocksData::TPCClock(), detinfo::trigger_offset(), simb::MCParticle::Vx(), simb::MCParticle::Vy(), and simb::MCParticle::Vz().
Referenced by processEff().
|
private |
Definition at line 875 of file NeutrinoTrackingEff_module.cc.
References cheat::BackTrackerService::HitToTrackIDEs(), and cheat::ParticleInventoryService::TrackIdToParticle_P().
Referenced by processEff().
|
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 181 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and truthLength().
|
private |
Definition at line 170 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and NeutrinoTrackingEff().
|
private |
Definition at line 171 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and NeutrinoTrackingEff().
|
private |
Definition at line 172 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and NeutrinoTrackingEff().
|
private |
Definition at line 175 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob().
|
private |
Definition at line 174 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and insideFV().
|
private |
Definition at line 177 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and insideFV().
|
private |
Definition at line 176 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and insideFV().
|
private |
Definition at line 179 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and insideFV().
|
private |
Definition at line 178 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and insideFV().
|
private |
Definition at line 81 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 78 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 80 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and NeutrinoTrackingEff().
|
private |
Definition at line 79 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 75 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 77 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 76 of file NeutrinoTrackingEff_module.cc.
Referenced by NeutrinoTrackingEff(), and processEff().
|
private |
Definition at line 182 of file NeutrinoTrackingEff_module.cc.
Referenced by truthLength().
|
private |
Definition at line 156 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 117 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 159 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 123 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 121 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 119 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 138 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 167 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 168 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 145 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 148 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 147 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 146 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 165 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 166 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 139 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 143 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 142 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 141 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 140 of file NeutrinoTrackingEff_module.cc.
Referenced by doEfficiencies().
|
private |
Definition at line 155 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 116 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 158 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 122 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 120 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 118 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 103 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 104 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 161 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 163 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 162 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 164 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 129 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 133 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 132 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 136 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 131 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 135 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 151 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 152 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 153 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 154 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 105 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 106 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 113 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 114 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 111 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 112 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 109 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 110 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 130 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 134 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 107 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 108 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), doEfficiencies(), and processEff().
|
private |
Definition at line 157 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 124 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 160 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 127 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 126 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 125 of file NeutrinoTrackingEff_module.cc.
Referenced by beginJob(), and processEff().
|
private |
Definition at line 85 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 84 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 83 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 93 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 100 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 91 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 99 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 90 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 97 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 89 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 98 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 87 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 92 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 96 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 94 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 101 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().
|
private |
Definition at line 86 of file NeutrinoTrackingEff_module.cc.
Referenced by processEff().