LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
RecoCheckAna (fhicl::ParameterSet const &p) | |
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 |
void | beginRun (art::Run const &r) override |
void | CheckReco (detinfo::DetectorClocksData const &clockData, int const &colID, std::vector< art::Ptr< recob::Hit >> const &allhits, std::vector< art::Ptr< recob::Hit >> const &colHits, std::map< std::pair< int, int >, std::pair< double, double >> &g4RecoBaseIDToPurityEfficiency) |
void | CheckRecoClusters (art::Event const &evt, std::string const &label, art::Handle< std::vector< recob::Cluster >> const &clscol, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | CheckRecoTracks (art::Event const &evt, std::string const &label, art::Handle< std::vector< recob::Track >> const &tcol, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | CheckRecoShowers (art::Event const &evt, std::string const &label, art::Handle< std::vector< recob::Shower >> const &scol, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | CheckRecoVertices (art::Event const &evt, std::string const &label, art::Handle< std::vector< recob::Vertex >> const &vtxcol, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | CheckRecoEvents (art::Event const &evt, std::string const &label, art::Handle< std::vector< recob::Event >> const &evtcol, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | FillResults (detinfo::DetectorClocksData const &clockData, std::vector< art::Ptr< recob::Hit >> const &allhits) |
void | FlattenMap (std::map< std::pair< int, int >, std::pair< double, double >> const &g4RecoBaseIDToPurityEfficiency, std::map< int, std::vector< std::pair< int, std::pair< double, double >>>> &g4IDToRecoBasePurityEfficiency, TH1D *purity, TH1D *efficiency, TH1D *purityEfficiency, TH2D *purityEfficiency2D) |
Private Attributes | |
art::ServiceHandle< cheat::BackTrackerService const > | fBT |
the back tracker service More... | |
art::ServiceHandle< cheat::ParticleInventoryService const > | fPI |
the back tracker service More... | |
std::string | fHitModuleLabel |
label for module making the hits More... | |
std::string | fClusterModuleLabel |
label for module making the clusters More... | |
std::string | fShowerModuleLabel |
label for module making the showers More... | |
std::string | fTrackModuleLabel |
label for module making the tracks More... | |
std::string | fVertexModuleLabel |
label for module making the vertices More... | |
std::string | fEventModuleLabel |
label for module making the events More... | |
bool | fCheckClusters |
should we check the reconstruction of clusters? More... | |
bool | fCheckShowers |
should we check the reconstruction of showers? More... | |
bool | fCheckTracks |
should we check the reconstruction of tracks? More... | |
bool | fCheckVertices |
should we check the reconstruction of vertices? More... | |
bool | fCheckEvents |
should we check the reconstruction of events? More... | |
TH1D * | fClusterPurity |
histogram of cluster purity More... | |
TH1D * | fClusterEfficiency |
histogram of cluster efficiency More... | |
TH1D * | fClusterPurityEfficiency |
histogram of cluster efficiency times purity More... | |
TH2D * | fClusterPurityEfficiency2D |
scatter histogram of cluster purity and efficiency More... | |
TH1D * | fShowerPurity |
histogram of shower purity More... | |
TH1D * | fShowerEfficiency |
histogram of shower efficiency More... | |
TH1D * | fShowerPurityEfficiency |
histogram of shower efficiency times purity More... | |
TH2D * | fShowerPurityEfficiency2D |
scatter histogram of cluster purity and efficiency More... | |
TH1D * | fTrackPurity |
histogram of track purity More... | |
TH1D * | fTrackEfficiency |
histogram of track efficiency More... | |
TH1D * | fTrackPurityEfficiency |
histogram of track efficiency times purity More... | |
TH2D * | fTrackPurityEfficiency2D |
scatter histogram of cluster purity and efficiency More... | |
TH1D * | fVertexPurity |
histogram of vertex purity More... | |
TH1D * | fVertexEfficiency |
histogram of vertex efficiency More... | |
TH1D * | fVertexPurityEfficiency |
histogram of vertex efficiency times purity More... | |
TH1D * | fEventPurity |
histogram of event purity More... | |
TH1D * | fEventEfficiency |
histogram of event efficiency More... | |
TH1D * | fEventPurityEfficiency |
histogram of event efficiency times purity More... | |
std::map< std::pair< int, int >, std::pair< double, double > > | fG4ClusterIDToPurityEfficiency |
std::map< std::pair< int, int >, std::pair< double, double > > | fG4ShowerIDToPurityEfficiency |
std::map< std::pair< int, int >, std::pair< double, double > > | fG4TrackIDToPurityEfficiency |
TTree * | fTree |
TTree to save efficiencies. More... | |
int | frun |
run number More... | |
int | fevent |
event number More... | |
int | ftrackid |
geant track ID More... | |
int | fpdg |
particle pdg code More... | |
double | fpmom |
particle momentum More... | |
double | fhiteff |
hitfinder efficiency for this particle More... | |
int | fnclu |
number of clusters for this particle More... | |
std::vector< double > | fclueff |
cluster efficiencies More... | |
std::vector< double > | fclupur |
cluster purities More... | |
std::vector< int > | fcluid |
cluster IDs More... | |
int | fnshw |
number of showers for this particle More... | |
std::vector< double > | fshweff |
shower efficiencies More... | |
std::vector< double > | fshwpur |
shower purities More... | |
std::vector< int > | fshwid |
shower IDs More... | |
int | fntrk |
number of tracks for this particle More... | |
std::vector< double > | ftrkeff |
track efficiencies More... | |
std::vector< double > | ftrkpur |
track purities More... | |
std::vector< int > | ftrkid |
track IDs More... | |
Definition at line 50 of file RecoCheckAna_module.cc.
|
inherited |
Definition at line 22 of file EDAnalyzer.h.
|
explicit |
Definition at line 162 of file RecoCheckAna_module.cc.
References fCheckClusters, fCheckEvents, fCheckShowers, fCheckTracks, fCheckVertices, fClusterModuleLabel, fEventModuleLabel, fShowerModuleLabel, fTrackModuleLabel, fVertexModuleLabel, and fhicl::ParameterSet::get().
|
overrideprivatevirtual |
Implements art::EDAnalyzer.
Definition at line 178 of file RecoCheckAna_module.cc.
References CheckRecoClusters(), CheckRecoEvents(), CheckRecoShowers(), CheckRecoTracks(), CheckRecoVertices(), art::EventID::event(), art::Handle< T >::failedToGet(), fCheckClusters, fCheckEvents, fCheckShowers, fCheckTracks, fCheckVertices, fClusterModuleLabel, fevent, fEventModuleLabel, fHitModuleLabel, art::fill_ptr_vector(), FillResults(), frun, fShowerModuleLabel, fTrackModuleLabel, fVertexModuleLabel, art::ProductRetriever::getByLabel(), art::Event::id(), art::Event::isRealData(), and art::Event::run().
|
overrideprivatevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 231 of file RecoCheckAna_module.cc.
References fCheckClusters, fCheckEvents, fCheckShowers, fCheckTracks, fCheckVertices, fclueff, fcluid, fclupur, fClusterEfficiency, fClusterPurity, fClusterPurityEfficiency, fClusterPurityEfficiency2D, fevent, fEventEfficiency, fEventPurity, fEventPurityEfficiency, fhiteff, fnclu, fnshw, fntrk, fpdg, fpmom, frun, fShowerEfficiency, fShowerPurity, fShowerPurityEfficiency, fShowerPurityEfficiency2D, fshweff, fshwid, fshwpur, fTrackEfficiency, ftrackid, fTrackPurity, fTrackPurityEfficiency, fTrackPurityEfficiency2D, fTree, ftrkeff, ftrkid, ftrkpur, fVertexEfficiency, fVertexPurity, and fVertexPurityEfficiency.
|
private |
Definition at line 298 of file RecoCheckAna_module.cc.
References fBT, cheat::BackTrackerService::GetSetOfTrackIds(), cheat::BackTrackerService::HitCollectionEfficiency(), and cheat::BackTrackerService::HitCollectionPurity().
Referenced by CheckRecoClusters(), CheckRecoShowers(), and CheckRecoTracks().
|
private |
Definition at line 339 of file RecoCheckAna_module.cc.
References CheckReco(), fG4ClusterIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 465 of file RecoCheckAna_module.cc.
References d, simb::MCParticle::Daughter(), fBT, fEventEfficiency, fEventPurity, fEventPurityEfficiency, fPI, cheat::BackTrackerService::HitCollectionEfficiency(), cheat::BackTrackerService::HitCollectionPurity(), hits(), geo::k3D, simb::MCParticle::NumberDaughters(), part, and cheat::ParticleInventoryService::ParticleList().
Referenced by analyze().
|
private |
Definition at line 381 of file RecoCheckAna_module.cc.
References CheckReco(), fG4ShowerIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 360 of file RecoCheckAna_module.cc.
References CheckReco(), fG4TrackIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 404 of file RecoCheckAna_module.cc.
References d, simb::MCParticle::Daughter(), fBT, fPI, fVertexEfficiency, fVertexPurity, fVertexPurityEfficiency, cheat::BackTrackerService::HitCollectionEfficiency(), cheat::BackTrackerService::HitCollectionPurity(), hits(), geo::k3D, simb::MCParticle::NumberDaughters(), part, and cheat::ParticleInventoryService::ParticleList().
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().
|
private |
Definition at line 566 of file RecoCheckAna_module.cc.
References util::abs(), DEFINE_ART_MODULE, e, energy, fBT, fCheckClusters, fCheckShowers, fCheckTracks, fclueff, fcluid, fclupur, fClusterEfficiency, fClusterPurity, fClusterPurityEfficiency, fClusterPurityEfficiency2D, fG4ClusterIDToPurityEfficiency, fG4ShowerIDToPurityEfficiency, fG4TrackIDToPurityEfficiency, fhiteff, FlattenMap(), fnclu, fnshw, fntrk, fpdg, fPI, fpmom, fShowerEfficiency, fShowerPurity, fShowerPurityEfficiency, fShowerPurityEfficiency2D, fshweff, fshwid, fshwpur, fTrackEfficiency, ftrackid, fTrackPurity, fTrackPurityEfficiency, fTrackPurityEfficiency2D, fTree, ftrkeff, ftrkid, ftrkpur, cheat::BackTrackerService::GetSetOfTrackIds(), cheat::BackTrackerService::HitToTrackIDEs(), if(), simb::MCParticle::P(), part, simb::MCParticle::PdgCode(), cheat::ParticleInventoryService::TrackIdToParticle_P(), and cheat::BackTrackerService::TrackIdToSimIDEs_Ps().
Referenced by analyze().
|
private |
Definition at line 507 of file RecoCheckAna_module.cc.
Referenced by FillResults().
|
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 |
the back tracker service
Definition at line 98 of file RecoCheckAna_module.cc.
Referenced by CheckReco(), CheckRecoEvents(), CheckRecoVertices(), and FillResults().
|
private |
should we check the reconstruction of clusters?
Definition at line 108 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and RecoCheckAna().
|
private |
should we check the reconstruction of events?
Definition at line 112 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), and RecoCheckAna().
|
private |
should we check the reconstruction of showers?
Definition at line 109 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and RecoCheckAna().
|
private |
should we check the reconstruction of tracks?
Definition at line 110 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and RecoCheckAna().
|
private |
should we check the reconstruction of vertices?
Definition at line 111 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), and RecoCheckAna().
|
private |
cluster efficiencies
Definition at line 148 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
cluster IDs
Definition at line 150 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
cluster purities
Definition at line 149 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of cluster efficiency
Definition at line 115 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the clusters
Definition at line 102 of file RecoCheckAna_module.cc.
Referenced by analyze(), and RecoCheckAna().
|
private |
histogram of cluster purity
Definition at line 114 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of cluster efficiency times purity
Definition at line 116 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 117 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
event number
Definition at line 142 of file RecoCheckAna_module.cc.
Referenced by analyze(), and beginRun().
|
private |
histogram of event efficiency
Definition at line 130 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
label for module making the events
Definition at line 106 of file RecoCheckAna_module.cc.
Referenced by analyze(), and RecoCheckAna().
|
private |
histogram of event purity
Definition at line 129 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
histogram of event efficiency times purity
Definition at line 131 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
Definition at line 136 of file RecoCheckAna_module.cc.
Referenced by CheckRecoClusters(), and FillResults().
|
private |
Definition at line 137 of file RecoCheckAna_module.cc.
Referenced by CheckRecoShowers(), and FillResults().
|
private |
Definition at line 138 of file RecoCheckAna_module.cc.
Referenced by CheckRecoTracks(), and FillResults().
|
private |
hitfinder efficiency for this particle
Definition at line 146 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the hits
Definition at line 101 of file RecoCheckAna_module.cc.
Referenced by analyze().
|
private |
number of clusters for this particle
Definition at line 147 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
number of showers for this particle
Definition at line 151 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
number of tracks for this particle
Definition at line 155 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
particle pdg code
Definition at line 144 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
the back tracker service
Definition at line 99 of file RecoCheckAna_module.cc.
Referenced by CheckRecoEvents(), CheckRecoVertices(), and FillResults().
|
private |
particle momentum
Definition at line 145 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
run number
Definition at line 141 of file RecoCheckAna_module.cc.
Referenced by analyze(), and beginRun().
|
private |
histogram of shower efficiency
Definition at line 119 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the showers
Definition at line 103 of file RecoCheckAna_module.cc.
Referenced by analyze(), and RecoCheckAna().
|
private |
histogram of shower purity
Definition at line 118 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of shower efficiency times purity
Definition at line 120 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 121 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower efficiencies
Definition at line 152 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower IDs
Definition at line 154 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower purities
Definition at line 153 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of track efficiency
Definition at line 123 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
geant track ID
Definition at line 143 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the tracks
Definition at line 104 of file RecoCheckAna_module.cc.
Referenced by analyze(), and RecoCheckAna().
|
private |
histogram of track purity
Definition at line 122 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of track efficiency times purity
Definition at line 124 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 125 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
TTree to save efficiencies.
Definition at line 140 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track efficiencies
Definition at line 156 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track IDs
Definition at line 158 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track purities
Definition at line 157 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of vertex efficiency
Definition at line 127 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().
|
private |
label for module making the vertices
Definition at line 105 of file RecoCheckAna_module.cc.
Referenced by analyze(), and RecoCheckAna().
|
private |
histogram of vertex purity
Definition at line 126 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().
|
private |
histogram of vertex efficiency times purity
Definition at line 128 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().