LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
Public Member Functions | |
CellTree (fhicl::ParameterSet const &pset) | |
virtual | ~CellTree () |
void | beginJob () |
void | endJob () |
void | beginRun (const art::Run &run) |
void | analyze (const art::Event &evt) |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | initOutput () |
void | printEvent () |
void | print_vector (ostream &out, vector< double > &v, TString desc, bool end=false) |
void | processRaw (const art::Event &evt) |
void | processCalib (const art::Event &evt) |
void | processOpHit (const art::Event &evt) |
void | processOpFlash (const art::Event &evt) |
void | processSpacePoint (const art::Event &event, TString option, ostream &out=cout) |
void | processSimChannel (const art::Event &evt) |
void | processMC (const art::Event &evt) |
void | processMCTracks () |
void | processTrigger (const art::Event &evt) |
void | reset () |
void | InitProcessMap () |
bool | IsPrimary (int i) |
bool | KeepMC (int i) |
double | KE (float *momentum) |
TString | PDGName (int pdg) |
bool | DumpMCJSON (int id, ostream &out) |
void | DumpMCJSON (ostream &out=cout) |
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 Attributes | |
std::string | fRawDigitLabel |
std::string | fCalibLabel |
std::string | fOpHitLabel |
std::string | fOpFlashLabel |
std::string | fTriggerLabel |
std::vector< std::string > | fSpacePointLabels |
std::string | fOutFileName |
std::string | mcOption |
int | nRawSamples |
float | opMultPEThresh |
bool | fSaveMCTrackPoints |
bool | fSaveSimChannel |
bool | fSaveRaw |
bool | fSaveCalib |
bool | fSaveOpHit |
bool | fSaveOpFlash |
bool | fSaveMC |
bool | fSaveTrigger |
bool | fSaveJSON |
art::ServiceHandle< geo::Geometry > | fGeometry |
TFile * | fOutFile |
TTree * | fEventTree |
std::map< std::string, int > | processMap |
std::map< int, int > | savedMCTrackIdMap |
int | entryNo |
int | fEvent |
int | fRun |
int | fSubRun |
double | fEventTime |
unsigned int | fTriggernumber |
double | fTriggertime |
double | fBeamgatetime |
unsigned int | fTriggerbits |
int | fCalib_nChannel |
std::vector< int > | fCalib_channelId |
TClonesArray * | fCalib_wf |
int | oh_nHits |
vector< int > | oh_channel |
vector< double > | oh_bgtime |
vector< double > | oh_trigtime |
vector< double > | oh_pe |
int | of_nFlash |
vector< float > | of_t |
vector< float > | of_peTotal |
vector< int > | of_multiplicity |
TClonesArray * | fPEperOpDet |
int | fRaw_nChannel |
std::vector< int > | fRaw_channelId |
TClonesArray * | fRaw_wf |
int | fSIMIDE_size |
vector< int > | fSIMIDE_channelIdY |
vector< int > | fSIMIDE_trackId |
vector< unsigned short > | fSIMIDE_tdc |
vector< float > | fSIMIDE_x |
vector< float > | fSIMIDE_y |
vector< float > | fSIMIDE_z |
vector< float > | fSIMIDE_numElectrons |
int | mc_Ntrack |
int | mc_id [MAX_TRACKS] |
int | mc_pdg [MAX_TRACKS] |
int | mc_process [MAX_TRACKS] |
int | mc_mother [MAX_TRACKS] |
float | mc_startXYZT [MAX_TRACKS][4] |
float | mc_endXYZT [MAX_TRACKS][4] |
float | mc_startMomentum [MAX_TRACKS][4] |
float | mc_endMomentum [MAX_TRACKS][4] |
std::vector< std::vector< int > > | mc_daughters |
TObjArray * | fMC_trackPosition |
int | mc_isnu |
int | mc_nGeniePrimaries |
int | mc_nu_pdg |
int | mc_nu_ccnc |
int | mc_nu_mode |
int | mc_nu_intType |
int | mc_nu_target |
int | mc_hitnuc |
int | mc_hitquark |
double | mc_nu_Q2 |
double | mc_nu_W |
double | mc_nu_X |
double | mc_nu_Y |
double | mc_nu_Pt |
double | mc_nu_Theta |
float | mc_nu_pos [4] |
float | mc_nu_mom [4] |
std::map< int, int > | trackIndex |
std::vector< std::vector< int > > | trackParents |
std::vector< std::vector< int > > | trackChildren |
std::vector< std::vector< int > > | trackSiblings |
TDatabasePDG * | dbPDG |
Definition at line 75 of file CellTree_module.cc.
|
inherited |
Definition at line 39 of file EDAnalyzer.h.
|
inherited |
Definition at line 38 of file EDAnalyzer.h.
|
explicit |
Definition at line 231 of file CellTree_module.cc.
References dbPDG, entryNo, initOutput(), InitProcessMap(), and reconfigure().
|
virtual |
Definition at line 243 of file CellTree_module.cc.
void wc::CellTree::analyze | ( | const art::Event & | evt | ) |
Definition at line 407 of file CellTree_module.cc.
References DumpMCJSON(), entryNo, fEvent, fEventTime, fEventTree, fRun, fSaveCalib, fSaveJSON, fSaveMC, fSaveOpFlash, fSaveOpHit, fSaveRaw, fSaveSimChannel, fSaveTrigger, fSpacePointLabels, fSubRun, processCalib(), processMC(), processMCTracks(), processOpFlash(), processOpHit(), processRaw(), processSimChannel(), processSpacePoint(), processTrigger(), reset(), art::Timestamp::timeHigh(), and art::Timestamp::timeLow().
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 374 of file CellTree_module.cc.
void wc::CellTree::beginRun | ( | const art::Run & | run | ) |
Definition at line 401 of file CellTree_module.cc.
|
inlineprotectedinherited |
Definition at line 79 of file EventObserverBase.h.
References art::EventObserverBase::selectors_.
Referenced by art::EDAnalyzer::doEvent(), and art::OutputModule::doWriteEvent().
|
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().
bool wc::CellTree::DumpMCJSON | ( | int | id, |
ostream & | out | ||
) |
Definition at line 950 of file CellTree_module.cc.
References e, KE(), KeepMC(), mc_daughters, mc_endXYZT, mc_pdg, mc_startMomentum, mc_startXYZT, PDGName(), and trackIndex.
Referenced by analyze(), and DumpMCJSON().
void wc::CellTree::DumpMCJSON | ( | ostream & | out = cout | ) |
Definition at line 999 of file CellTree_module.cc.
References DumpMCJSON(), IsPrimary(), KeepMC(), mc_id, and mc_Ntrack.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 382 of file CellTree_module.cc.
References fEventTree, fOutFile, fSaveJSON, and system().
|
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().
void wc::CellTree::initOutput | ( | ) |
Definition at line 271 of file CellTree_module.cc.
References fBeamgatetime, fCalib_channelId, fCalib_nChannel, fCalib_wf, fEvent, fEventTime, fEventTree, fMC_trackPosition, fOutFile, fOutFileName, fPEperOpDet, fRaw_channelId, fRaw_nChannel, fRaw_wf, fRun, fSaveJSON, fSIMIDE_channelIdY, fSIMIDE_numElectrons, fSIMIDE_size, fSIMIDE_tdc, fSIMIDE_trackId, fSIMIDE_x, fSIMIDE_y, fSIMIDE_z, fSubRun, fTriggerbits, fTriggernumber, fTriggertime, mc_daughters, mc_endMomentum, mc_endXYZT, mc_hitnuc, mc_hitquark, mc_id, mc_isnu, mc_mother, mc_nGeniePrimaries, mc_Ntrack, mc_nu_ccnc, mc_nu_intType, mc_nu_mode, mc_nu_mom, mc_nu_pdg, mc_nu_pos, mc_nu_Pt, mc_nu_Q2, mc_nu_target, mc_nu_Theta, mc_nu_W, mc_nu_X, mc_nu_Y, mc_pdg, mc_process, mc_startMomentum, mc_startXYZT, of_multiplicity, of_nFlash, of_peTotal, of_t, oh_bgtime, oh_channel, oh_nHits, oh_pe, oh_trigtime, and system().
Referenced by CellTree().
void wc::CellTree::InitProcessMap | ( | ) |
Definition at line 1097 of file CellTree_module.cc.
References DEFINE_ART_MODULE, and processMap.
Referenced by CellTree().
|
inline |
Definition at line 104 of file CellTree_module.cc.
Referenced by DumpMCJSON(), and processMCTracks().
double wc::CellTree::KE | ( | float * | momentum | ) |
Definition at line 1024 of file CellTree_module.cc.
Referenced by DumpMCJSON(), and KeepMC().
bool wc::CellTree::KeepMC | ( | int | i | ) |
Definition at line 1031 of file CellTree_module.cc.
References e, KE(), mc_pdg, and mc_startMomentum.
Referenced by DumpMCJSON().
|
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_().
TString wc::CellTree::PDGName | ( | int | pdg | ) |
|
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().
void wc::CellTree::print_vector | ( | ostream & | out, |
vector< double > & | v, | ||
TString | desc, | ||
bool | end = false |
||
) |
Definition at line 858 of file CellTree_module.cc.
Referenced by processSpacePoint().
void wc::CellTree::printEvent | ( | ) |
Definition at line 1077 of file CellTree_module.cc.
References fEvent, fRun, fSubRun, mc_daughters, mc_endMomentum, mc_endXYZT, mc_id, mc_mother, mc_Ntrack, mc_pdg, mc_startMomentum, and mc_startXYZT.
void wc::CellTree::processCalib | ( | const art::Event & | evt | ) |
Definition at line 558 of file CellTree_module.cc.
References fCalib_channelId, fCalib_nChannel, fCalibLabel, art::fill_ptr_vector(), art::DataViewImpl::getByLabel(), and nRawSamples.
Referenced by analyze().
void wc::CellTree::processMC | ( | const art::Event & | evt | ) |
Definition at line 680 of file CellTree_module.cc.
References simb::MCNeutrino::CCNC(), art::fill_ptr_vector(), fMC_trackPosition, fSaveMCTrackPoints, art::DataViewImpl::getByLabel(), simb::MCTruth::GetNeutrino(), simb::MCNeutrino::HitNuc(), simb::MCNeutrino::HitQuark(), simb::MCNeutrino::InteractionType(), MAX_TRACKS, mc_daughters, mc_endMomentum, mc_endXYZT, mc_hitnuc, mc_hitquark, mc_id, mc_isnu, mc_mother, mc_nGeniePrimaries, mc_Ntrack, mc_nu_ccnc, mc_nu_intType, mc_nu_mode, mc_nu_mom, mc_nu_pdg, mc_nu_pos, mc_nu_Pt, mc_nu_Q2, mc_nu_target, mc_nu_Theta, mc_nu_W, mc_nu_X, mc_nu_Y, mc_pdg, mc_process, mc_startMomentum, mc_startXYZT, mcOption, simb::MCNeutrino::Mode(), simb::MCParticle::Momentum(), simb::MCTruth::NeutrinoSet(), simb::MCTruth::NParticles(), simb::MCNeutrino::Nu(), simb::MCTruth::Origin(), simb::MCParticle::PdgCode(), simb::MCParticle::Position(), processMap, simb::MCNeutrino::Pt(), simb::MCNeutrino::QSqr(), savedMCTrackIdMap, simb::MCNeutrino::Target(), simb::MCNeutrino::Theta(), simb::MCNeutrino::W(), simb::MCNeutrino::X(), and simb::MCNeutrino::Y().
Referenced by analyze().
void wc::CellTree::processMCTracks | ( | ) |
Definition at line 875 of file CellTree_module.cc.
References IsPrimary(), mc_daughters, mc_id, mc_mother, mc_Ntrack, trackChildren, trackIndex, trackParents, and trackSiblings.
Referenced by analyze().
|
inlineinherited |
Definition at line 41 of file EventObserverBase.h.
References art::EventObserverBase::process_name_.
Referenced by art::FileDumperOutput::printPrincipal(), and art::RootOutput::RootOutput().
void wc::CellTree::processOpFlash | ( | const art::Event & | evt | ) |
Definition at line 611 of file CellTree_module.cc.
References fGeometry, art::fill_ptr_vector(), fOpFlashLabel, art::DataViewImpl::getByLabel(), geo::GeometryCore::NOpDets(), of_multiplicity, of_nFlash, of_peTotal, of_t, and opMultPEThresh.
Referenced by analyze().
void wc::CellTree::processOpHit | ( | const art::Event & | evt | ) |
Definition at line 590 of file CellTree_module.cc.
References art::fill_ptr_vector(), fOpHitLabel, art::DataViewImpl::getByLabel(), oh_bgtime, oh_channel, oh_nHits, oh_pe, and oh_trigtime.
Referenced by analyze().
void wc::CellTree::processRaw | ( | const art::Event & | evt | ) |
Definition at line 524 of file CellTree_module.cc.
References art::fill_ptr_vector(), fRaw_channelId, fRaw_nChannel, fRawDigitLabel, art::DataViewImpl::getByLabel(), nRawSamples, and raw::Uncompress().
Referenced by analyze().
void wc::CellTree::processSimChannel | ( | const art::Event & | evt | ) |
Definition at line 643 of file CellTree_module.cc.
References fSIMIDE_channelIdY, fSIMIDE_numElectrons, fSIMIDE_size, fSIMIDE_tdc, fSIMIDE_trackId, fSIMIDE_x, fSIMIDE_y, and fSIMIDE_z.
Referenced by analyze().
void wc::CellTree::processSpacePoint | ( | const art::Event & | event, |
TString | option, | ||
ostream & | out = cout |
||
) |
Definition at line 804 of file CellTree_module.cc.
References geo::GeometryCore::DetectorName(), fEvent, fGeometry, art::fill_ptr_vector(), fRun, fSubRun, art::DataViewImpl::getByLabel(), print_vector(), x, y, and z.
Referenced by analyze().
void wc::CellTree::processTrigger | ( | const art::Event & | evt | ) |
Definition at line 925 of file CellTree_module.cc.
References fBeamgatetime, art::fill_ptr_vector(), fTriggerbits, fTriggerLabel, fTriggernumber, fTriggertime, and art::DataViewImpl::getByLabel().
Referenced by analyze().
void wc::CellTree::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 248 of file CellTree_module.cc.
References fCalibLabel, fOpFlashLabel, fOpHitLabel, fOutFileName, fRawDigitLabel, fSaveCalib, fSaveJSON, fSaveMC, fSaveMCTrackPoints, fSaveOpFlash, fSaveOpHit, fSaveRaw, fSaveSimChannel, fSaveTrigger, fSpacePointLabels, fTriggerLabel, fhicl::ParameterSet::get(), mcOption, nRawSamples, and opMultPEThresh.
Referenced by CellTree().
|
inlineinherited |
Definition at line 33 of file EventObserverBase.h.
void wc::CellTree::reset | ( | void | ) |
Definition at line 453 of file CellTree_module.cc.
References fCalib_channelId, fCalib_wf, fMC_trackPosition, fPEperOpDet, fRaw_channelId, fRaw_wf, fSIMIDE_channelIdY, fSIMIDE_numElectrons, fSIMIDE_tdc, fSIMIDE_trackId, fSIMIDE_x, fSIMIDE_y, fSIMIDE_z, MAX_TRACKS, mc_daughters, mc_endMomentum, mc_endXYZT, mc_hitnuc, mc_hitquark, mc_id, mc_isnu, mc_mother, mc_nGeniePrimaries, mc_Ntrack, mc_nu_ccnc, mc_nu_intType, mc_nu_mode, mc_nu_mom, mc_nu_pdg, mc_nu_pos, mc_nu_Pt, mc_nu_Q2, mc_nu_target, mc_nu_Theta, mc_nu_W, mc_nu_X, mc_nu_Y, mc_pdg, mc_startMomentum, mc_startXYZT, of_multiplicity, of_peTotal, of_t, oh_bgtime, oh_channel, oh_pe, oh_trigtime, savedMCTrackIdMap, trackChildren, trackIndex, trackParents, and trackSiblings.
Referenced by analyze().
|
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 |
Definition at line 225 of file CellTree_module.cc.
Referenced by CellTree(), and PDGName().
|
private |
Definition at line 144 of file CellTree_module.cc.
Referenced by analyze(), and CellTree().
|
private |
Definition at line 154 of file CellTree_module.cc.
Referenced by initOutput(), and processTrigger().
|
private |
Definition at line 160 of file CellTree_module.cc.
Referenced by initOutput(), processCalib(), and reset().
|
private |
Definition at line 157 of file CellTree_module.cc.
Referenced by initOutput(), and processCalib().
|
private |
Definition at line 162 of file CellTree_module.cc.
Referenced by initOutput(), and reset().
|
private |
Definition at line 116 of file CellTree_module.cc.
Referenced by processCalib(), and reconfigure().
|
private |
Definition at line 147 of file CellTree_module.cc.
Referenced by analyze(), initOutput(), printEvent(), and processSpacePoint().
|
private |
Definition at line 150 of file CellTree_module.cc.
Referenced by analyze(), and initOutput().
|
private |
Definition at line 140 of file CellTree_module.cc.
Referenced by analyze(), endJob(), and initOutput().
|
private |
Definition at line 134 of file CellTree_module.cc.
Referenced by processOpFlash(), and processSpacePoint().
|
private |
Definition at line 200 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 118 of file CellTree_module.cc.
Referenced by processOpFlash(), and reconfigure().
|
private |
Definition at line 117 of file CellTree_module.cc.
Referenced by processOpHit(), and reconfigure().
|
private |
Definition at line 139 of file CellTree_module.cc.
Referenced by endJob(), and initOutput().
|
private |
Definition at line 121 of file CellTree_module.cc.
Referenced by initOutput(), and reconfigure().
|
private |
Definition at line 175 of file CellTree_module.cc.
Referenced by initOutput(), and reset().
|
private |
Definition at line 178 of file CellTree_module.cc.
Referenced by initOutput(), processRaw(), and reset().
|
private |
Definition at line 177 of file CellTree_module.cc.
Referenced by initOutput(), and processRaw().
|
private |
Definition at line 179 of file CellTree_module.cc.
Referenced by initOutput(), and reset().
|
private |
Definition at line 115 of file CellTree_module.cc.
Referenced by processRaw(), and reconfigure().
|
private |
Definition at line 148 of file CellTree_module.cc.
Referenced by analyze(), initOutput(), printEvent(), and processSpacePoint().
|
private |
Definition at line 128 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 133 of file CellTree_module.cc.
Referenced by analyze(), endJob(), initOutput(), and reconfigure().
|
private |
Definition at line 131 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 125 of file CellTree_module.cc.
Referenced by processMC(), and reconfigure().
|
private |
Definition at line 130 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 129 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 127 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 126 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 132 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 182 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 188 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 181 of file CellTree_module.cc.
Referenced by initOutput(), and processSimChannel().
|
private |
Definition at line 184 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 183 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 185 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 186 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 187 of file CellTree_module.cc.
Referenced by initOutput(), processSimChannel(), and reset().
|
private |
Definition at line 120 of file CellTree_module.cc.
Referenced by analyze(), and reconfigure().
|
private |
Definition at line 149 of file CellTree_module.cc.
Referenced by analyze(), initOutput(), printEvent(), and processSpacePoint().
|
private |
Definition at line 155 of file CellTree_module.cc.
Referenced by initOutput(), and processTrigger().
|
private |
Definition at line 119 of file CellTree_module.cc.
Referenced by processTrigger(), and reconfigure().
|
private |
Definition at line 152 of file CellTree_module.cc.
Referenced by initOutput(), and processTrigger().
|
private |
Definition at line 153 of file CellTree_module.cc.
Referenced by initOutput(), and processTrigger().
|
private |
Definition at line 199 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), printEvent(), processMC(), processMCTracks(), and reset().
|
private |
Definition at line 198 of file CellTree_module.cc.
Referenced by initOutput(), printEvent(), processMC(), and reset().
|
private |
Definition at line 196 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), printEvent(), processMC(), and reset().
|
private |
Definition at line 209 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 210 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 191 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), printEvent(), processMC(), processMCTracks(), and reset().
|
private |
Definition at line 202 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 194 of file CellTree_module.cc.
Referenced by initOutput(), printEvent(), processMC(), processMCTracks(), and reset().
|
private |
Definition at line 203 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 190 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), printEvent(), processMC(), processMCTracks(), and reset().
|
private |
Definition at line 205 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 207 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 206 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 218 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 204 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 217 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 215 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 211 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 208 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 216 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 212 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 213 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 214 of file CellTree_module.cc.
Referenced by initOutput(), processMC(), and reset().
|
private |
Definition at line 192 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), KeepMC(), printEvent(), processMC(), and reset().
|
private |
Definition at line 193 of file CellTree_module.cc.
Referenced by initOutput(), and processMC().
|
private |
Definition at line 197 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), KeepMC(), printEvent(), processMC(), and reset().
|
private |
Definition at line 195 of file CellTree_module.cc.
Referenced by DumpMCJSON(), initOutput(), printEvent(), processMC(), and reset().
|
private |
Definition at line 122 of file CellTree_module.cc.
Referenced by processMC(), and reconfigure().
|
private |
Definition at line 123 of file CellTree_module.cc.
Referenced by processCalib(), processRaw(), and reconfigure().
|
private |
Definition at line 174 of file CellTree_module.cc.
Referenced by initOutput(), processOpFlash(), and reset().
|
private |
Definition at line 171 of file CellTree_module.cc.
Referenced by initOutput(), and processOpFlash().
|
private |
Definition at line 173 of file CellTree_module.cc.
Referenced by initOutput(), processOpFlash(), and reset().
|
private |
Definition at line 172 of file CellTree_module.cc.
Referenced by initOutput(), processOpFlash(), and reset().
|
private |
Definition at line 167 of file CellTree_module.cc.
Referenced by initOutput(), processOpHit(), and reset().
|
private |
Definition at line 166 of file CellTree_module.cc.
Referenced by initOutput(), processOpHit(), and reset().
|
private |
Definition at line 165 of file CellTree_module.cc.
Referenced by initOutput(), and processOpHit().
|
private |
Definition at line 169 of file CellTree_module.cc.
Referenced by initOutput(), processOpHit(), and reset().
|
private |
Definition at line 168 of file CellTree_module.cc.
Referenced by initOutput(), processOpHit(), and reset().
|
private |
Definition at line 124 of file CellTree_module.cc.
Referenced by processOpFlash(), and reconfigure().
|
private |
Definition at line 141 of file CellTree_module.cc.
Referenced by InitProcessMap(), and processMC().
|
private |
Definition at line 142 of file CellTree_module.cc.
Referenced by processMC(), and reset().
|
private |
Definition at line 223 of file CellTree_module.cc.
Referenced by processMCTracks(), and reset().
|
private |
Definition at line 221 of file CellTree_module.cc.
Referenced by DumpMCJSON(), processMCTracks(), and reset().
|
private |
Definition at line 222 of file CellTree_module.cc.
Referenced by processMCTracks(), and reset().
|
private |
Definition at line 224 of file CellTree_module.cc.
Referenced by processMCTracks(), and reset().