LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
RecoCheckAna (fhicl::ParameterSet const &p) | |
virtual | ~RecoCheckAna () |
virtual void | analyze (art::Event const &e) |
virtual void | reconfigure (fhicl::ParameterSet const &p) |
virtual void | beginRun (art::Run const &r) |
std::string | workerType () const |
bool | modifiesEvent () const |
void | registerProducts (MasterProductRegistry &, ProductDescriptions &, ModuleDescription const &) |
std::string const & | processName () const |
bool | wantAllEvents () const |
bool | wantEvent (Event const &e) |
fhicl::ParameterSetID | selectorConfig () const |
art::Handle< art::TriggerResults > | getTriggerResults (Event const &e) const |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | consumes (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | consumesView (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ProductToken< T > | mayConsume (InputTag const &it) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , art::BranchType BT> | |
art::ViewToken< T > | mayConsumeView (InputTag const &it) |
base_engine_t & | createEngine (seed_t seed) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make) |
base_engine_t & | createEngine (seed_t seed, std::string const &kind_of_engine_to_make, label_t const &engine_label) |
seed_t | get_seed_value (fhicl::ParameterSet const &pset, char const key[]="seed", seed_t const implicit_seed=-1) |
Static Public Member Functions | |
static cet::exempt_ptr< Consumer > | non_module_context () |
Protected Member Functions | |
CurrentProcessingContext const * | currentContext () const |
detail::CachedProducts & | cachedProducts () |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
Private Member Functions | |
void | CheckReco (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 (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 > | fBT |
the back tracker service More... | |
art::ServiceHandle< cheat::ParticleInventoryService > | 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 42 of file RecoCheckAna_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
|
explicit |
Definition at line 156 of file RecoCheckAna_module.cc.
References reconfigure().
|
virtual |
Definition at line 163 of file RecoCheckAna_module.cc.
|
virtual |
Implements art::EDAnalyzer.
Definition at line 169 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::DataViewImpl::getByLabel(), art::Event::id(), art::Event::isRealData(), and art::Event::run().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 239 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, fVertexPurityEfficiency, and art::TFileDirectory::make().
|
inlineprotectedinherited |
Definition at line 79 of file EventObserverBase.h.
References art::EventObserverBase::selectors_.
Referenced by art::EDAnalyzer::doEvent(), and art::OutputModule::doWriteEvent().
|
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 338 of file RecoCheckAna_module.cc.
References CheckReco(), fG4ClusterIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 461 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 380 of file RecoCheckAna_module.cc.
References CheckReco(), fG4ShowerIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 359 of file RecoCheckAna_module.cc.
References CheckReco(), fG4TrackIDToPurityEfficiency, and hits().
Referenced by analyze().
|
private |
Definition at line 403 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().
|
inherited |
|
inherited |
Definition at line 147 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 162 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 172 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 26 of file EngineCreator.cc.
References art::EngineCreator::rng().
Referenced by evgen::CosmicsGen::CosmicsGen(), rndm::NuRandomService::createEngine(), cluster::fuzzyCluster::fuzzyCluster(), cluster::HoughLineFinder::HoughLineFinder(), art::MixFilter< T >::initEngine_(), larg4::LArG4::LArG4(), evgen::LightSource::LightSource(), evgen::NeutronOsc::NeutronOsc(), evgen::NucleonDecay::NucleonDecay(), opdet::OpMCDigi::OpMCDigi(), opdet::OptDetDigitizer::OptDetDigitizer(), phot::PhotonLibraryPropagation::PhotonLibraryPropagation(), detsim::SimDriftElectrons::SimDriftElectrons(), evgen::SingleGen::SingleGen(), evgen::SNNueAr40CCGen::SNNueAr40CCGen(), ToyOneShowerGen::ToyOneShowerGen(), and trkf::Track3DKalman::Track3DKalman().
|
inherited |
Definition at line 32 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
inherited |
Definition at line 40 of file EngineCreator.cc.
References art::EngineCreator::rng().
|
protectedinherited |
Definition at line 114 of file EDAnalyzer.cc.
References art::EDAnalyzer::current_context_.
Referenced by art::EDAnalyzer::workerType().
|
private |
Definition at line 560 of file RecoCheckAna_module.cc.
References 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(), simb::MCParticle::P(), part, simb::MCParticle::PdgCode(), s, cheat::ParticleInventoryService::TrackIdToParticle_P(), and cheat::BackTrackerService::TrackIdToSimIDEs_Ps().
Referenced by analyze().
|
private |
Definition at line 503 of file RecoCheckAna_module.cc.
Referenced by FillResults().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
Definition at line 61 of file EventObserverBase.h.
References art::detail::CachedProducts::getOneTriggerResults(), and art::EventObserverBase::selectors_.
Referenced by art::OutputModule::doWriteEvent().
|
inherited |
|
inherited |
Definition at line 190 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inherited |
Definition at line 205 of file Consumer.h.
|
inherited |
|
inherited |
Definition at line 215 of file Consumer.h.
References art::InputTag::instance(), art::InputTag::label(), and art::InputTag::process().
|
inlineinherited |
Definition at line 25 of file EventObserverBase.h.
|
staticinherited |
Definition at line 76 of file Consumer.cc.
Referenced by art::RootOutput::beginSubRun(), art::OutputModule::doBeginRun(), art::OutputModule::doBeginSubRun(), art::OutputModule::doEndRun(), art::OutputModule::doEndSubRun(), art::ProducingService::doPostReadEvent(), art::ProducingService::doPostReadRun(), art::ProducingService::doPostReadSubRun(), art::OutputModule::doWriteEvent(), art::ProcessPackage< L >::postScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::Run >::End::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::postScheduleSignal(), art::BeginEndPackage< Level::SubRun >::End::postScheduleSignal(), art::ProcessPackage< L >::preScheduleSignal(), art::BeginEndPackage< Level::Run >::Begin::preScheduleSignal(), art::BeginEndPackage< Level::SubRun >::Begin::preScheduleSignal(), art::EventProcessor::readEvent(), art::EventProcessor::readRun(), art::EmptyEvent::readRun_(), art::EventProcessor::readSubRun(), and art::EmptyEvent::readSubRun_().
|
protectedinherited |
Definition at line 89 of file Consumer.cc.
References fhicl::ParameterSet::get_if_present().
Referenced by art::EDProducer::doBeginJob(), art::EDFilter::doBeginJob(), and art::EDAnalyzer::doBeginJob().
|
inlineinherited |
Definition at line 41 of file EventObserverBase.h.
References art::EventObserverBase::process_name_.
Referenced by art::FileDumperOutput::printPrincipal(), and art::RootOutput::RootOutput().
|
virtual |
Definition at line 222 of file RecoCheckAna_module.cc.
References fCheckClusters, fCheckEvents, fCheckShowers, fCheckTracks, fCheckVertices, fClusterModuleLabel, fEventModuleLabel, fHitModuleLabel, fShowerModuleLabel, fTrackModuleLabel, fVertexModuleLabel, and fhicl::ParameterSet::get().
Referenced by RecoCheckAna().
|
inlineinherited |
Definition at line 33 of file EventObserverBase.h.
|
inlineinherited |
Definition at line 56 of file EventObserverBase.h.
References art::EventObserverBase::selector_config_id_.
Referenced by art::RootOutputFile::writeOne().
|
protectedinherited |
Definition at line 125 of file Consumer.cc.
Referenced by art::EDProducer::doEndJob(), art::EDFilter::doEndJob(), art::EDAnalyzer::doEndJob(), and art::RootOutput::endJob().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
inlineinherited |
Definition at line 46 of file EventObserverBase.h.
References art::EventObserverBase::wantAllEvents_.
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), art::OutputModule::doWriteEvent(), art::RootOutput::RootOutput(), and art::OutputWorker::wantAllEvents().
|
inlineinherited |
Definition at line 51 of file EventObserverBase.h.
References art::EventObserverBase::selectors_, and art::detail::CachedProducts::wantEvent().
Referenced by art::EDAnalyzer::doEvent(), art::OutputModule::doEvent(), and art::OutputModule::doWriteEvent().
|
inlineinherited |
Definition at line 109 of file EDAnalyzer.h.
References art::EDAnalyzer::currentContext().
|
private |
the back tracker service
Definition at line 91 of file RecoCheckAna_module.cc.
Referenced by CheckReco(), CheckRecoEvents(), CheckRecoVertices(), and FillResults().
|
private |
should we check the reconstruction of clusters?
Definition at line 101 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and reconfigure().
|
private |
should we check the reconstruction of events?
Definition at line 105 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), and reconfigure().
|
private |
should we check the reconstruction of showers?
Definition at line 102 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and reconfigure().
|
private |
should we check the reconstruction of tracks?
Definition at line 103 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), FillResults(), and reconfigure().
|
private |
should we check the reconstruction of vertices?
Definition at line 104 of file RecoCheckAna_module.cc.
Referenced by analyze(), beginRun(), and reconfigure().
|
private |
cluster efficiencies
Definition at line 141 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
cluster IDs
Definition at line 143 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
cluster purities
Definition at line 142 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of cluster efficiency
Definition at line 108 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the clusters
Definition at line 95 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
histogram of cluster purity
Definition at line 107 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of cluster efficiency times purity
Definition at line 109 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 110 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
event number
Definition at line 135 of file RecoCheckAna_module.cc.
Referenced by analyze(), and beginRun().
|
private |
histogram of event efficiency
Definition at line 123 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
label for module making the events
Definition at line 99 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
histogram of event purity
Definition at line 122 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
histogram of event efficiency times purity
Definition at line 124 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoEvents().
|
private |
Definition at line 129 of file RecoCheckAna_module.cc.
Referenced by CheckRecoClusters(), and FillResults().
|
private |
Definition at line 130 of file RecoCheckAna_module.cc.
Referenced by CheckRecoShowers(), and FillResults().
|
private |
Definition at line 131 of file RecoCheckAna_module.cc.
Referenced by CheckRecoTracks(), and FillResults().
|
private |
hitfinder efficiency for this particle
Definition at line 139 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the hits
Definition at line 94 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
number of clusters for this particle
Definition at line 140 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
number of showers for this particle
Definition at line 144 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
number of tracks for this particle
Definition at line 148 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
particle pdg code
Definition at line 137 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
the back tracker service
Definition at line 92 of file RecoCheckAna_module.cc.
Referenced by CheckRecoEvents(), CheckRecoVertices(), and FillResults().
|
private |
particle momentum
Definition at line 138 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
run number
Definition at line 134 of file RecoCheckAna_module.cc.
Referenced by analyze(), and beginRun().
|
private |
histogram of shower efficiency
Definition at line 112 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the showers
Definition at line 96 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
histogram of shower purity
Definition at line 111 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of shower efficiency times purity
Definition at line 113 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 114 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower efficiencies
Definition at line 145 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower IDs
Definition at line 147 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
shower purities
Definition at line 146 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of track efficiency
Definition at line 116 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
geant track ID
Definition at line 136 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
label for module making the tracks
Definition at line 97 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
histogram of track purity
Definition at line 115 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of track efficiency times purity
Definition at line 117 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
scatter histogram of cluster purity and efficiency
Definition at line 118 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
TTree to save efficiencies.
Definition at line 133 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track efficiencies
Definition at line 149 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track IDs
Definition at line 151 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
track purities
Definition at line 150 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and FillResults().
|
private |
histogram of vertex efficiency
Definition at line 120 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().
|
private |
label for module making the vertices
Definition at line 98 of file RecoCheckAna_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
histogram of vertex purity
Definition at line 119 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().
|
private |
histogram of vertex efficiency times purity
Definition at line 121 of file RecoCheckAna_module.cc.
Referenced by beginRun(), and CheckRecoVertices().