LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = ProducerBase::Table< UserConfig, KeysToIgnore > |
Public Member Functions | |
PhotonCounterT0Matching (fhicl::ParameterSet const &p) | |
PhotonCounterT0Matching (PhotonCounterT0Matching const &)=delete | |
PhotonCounterT0Matching (PhotonCounterT0Matching &&)=delete | |
PhotonCounterT0Matching & | operator= (PhotonCounterT0Matching const &)=delete |
PhotonCounterT0Matching & | operator= (PhotonCounterT0Matching &&)=delete |
void | produce (art::Event &e) override |
void | beginJob () override |
void | reconfigure (fhicl::ParameterSet const &p) |
template<typename PROD , BranchType B = InEvent> | |
ProductID | getProductID (std::string const &instanceName={}) const |
template<typename PROD , BranchType B> | |
ProductID | getProductID (ModuleDescription const &moduleDescription, std::string const &instanceName) const |
bool | modifiesEvent () 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 |
void | validateConsumedProduct (BranchType const bt, ProductInfo const &pi) |
void | prepareForJob (fhicl::ParameterSet const &pset) |
void | showMissingConsumes () const |
Private Member Functions | |
void | TrackProp (double TrackStart_X, double TrackEnd_X, double &TrackLength_X, double &TrackCentre_X, double TrackStart_Y, double TrackEnd_Y, double &TrackLength_Y, double &TrackCentre_Y, double TrackStart_Z, double TrackEnd_Z, double &TrackLength_Z, double &TrackCentre_Z, double trkTimeStart, double trkTimeEnd, double &trkTimeLengh, double &trkTimeCentre, double &TrackLength) |
double | DistFromPoint (double StartY, double EndY, double StartZ, double EndZ, double PointY, double PointZ) |
Definition at line 86 of file PhotonCounterT0Matching_module.cc.
|
inherited |
Definition at line 34 of file EDProducer.h.
|
inherited |
Definition at line 43 of file EDProducer.h.
|
inherited |
Definition at line 35 of file EDProducer.h.
|
explicit |
Definition at line 164 of file PhotonCounterT0Matching_module.cc.
References reconfigure().
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from art::EDProducer.
Definition at line 196 of file PhotonCounterT0Matching_module.cc.
References BestFitParam, BestFlashTime, BestminYZSep, BestPredictedX, BestTimeSep, BestTimeSepPredX, BestTrackCentre_X, BesttrkTimeCentre, fTree, hdeltaX_deltaYZ, hdeltaYZ_Length, hFitParam_Length, hPhotonT0_MCT0, hPredX_PE, hPredX_T, hPredX_T_PE, hT0_diff_full, hT0_diff_zoom, art::TFileDirectory::make(), and MCTruthT0.
|
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 |
|
private |
Calculate the distance between the centre of the flash and the centre of a line connecting two adjacent space points.
Definition at line 477 of file PhotonCounterT0Matching_module.cc.
References DEFINE_ART_MODULE.
Referenced by produce().
|
inherited |
Definition at line 49 of file EngineCreator.cc.
References fhicl::ParameterSet::get().
Referenced by art::MixFilter< T >::initEngine_().
|
inlineinherited |
|
inherited |
Definition at line 56 of file ProducerBase.h.
References B, and art::ModuleDescription::moduleLabel().
Referenced by art::ProducerBase::modifiesEvent().
|
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 40 of file ProducerBase.h.
References art::ProducerBase::getProductID().
|
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_().
|
delete |
|
delete |
|
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().
|
overridevirtual |
Implements art::EDProducer.
Definition at line 228 of file PhotonCounterT0Matching_module.cc.
References BestDeltaPredX, BestFitParam, BestFlash, BestFlashTime, BestminYZSep, BestPredictedX, BestTimeSep, BestTimeSepPredX, BestTrackCentre_X, BestTrackLength, BesttrkTimeCentre, util::CreateAssn(), DeltaPredX, DistFromPoint(), fDriftWindowSize, fFlashModuleLabel, fHitsModuleLabel, Fill(), art::fill_ptr_vector(), FitParam, FlashTime, FlashTriggerType, fMatchCriteria, fPEThreshold, fPredictedExpConstant, fPredictedExpGradient, fPredictedXConstant, fPredictedXPower, fShowerModuleLabel, fTrackModuleLabel, fTree, fTruthT0ModuleLabel, fVerbosity, fWeightOfDeltaYZ, art::DataViewImpl::getByLabel(), hdeltaX_deltaYZ, hdeltaYZ_Length, hFitParam_Length, hPhotonT0_MCT0, hPredX_PE, hPredX_T, hPredX_T_PE, hT0_diff_full, hT0_diff_zoom, art::Handle< T >::isValid(), MCTruthT0, minYZSep, PredictedX, art::Event::put(), TimeSep, TimeSepPredX, TrackCentre_X, TrackCentre_Y, TrackCentre_Z, TrackLength, TrackLength_X, TrackLength_Y, TrackLength_Z, TrackProp(), trkTimeCentre, trkTimeEnd, trkTimeLengh, trkTimeStart, and YZSep.
void lbne::PhotonCounterT0Matching::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 175 of file PhotonCounterT0Matching_module.cc.
References fDriftWindowSize, fFlashModuleLabel, fHitsModuleLabel, fMatchCriteria, fPEThreshold, fPredictedExpConstant, fPredictedExpGradient, fPredictedXConstant, fShowerModuleLabel, fTrackModuleLabel, fTruthT0ModuleLabel, fVerbosity, fWeightOfDeltaYZ, and fhicl::ParameterSet::get().
Referenced by PhotonCounterT0Matching().
|
protectedinherited |
Definition at line 125 of file Consumer.cc.
Referenced by art::EDProducer::doEndJob(), art::EDFilter::doEndJob(), art::EDAnalyzer::doEndJob(), and art::RootOutput::endJob().
|
private |
Calculate central values for track X, Y, Z and time, as well as lengths and overall track length.
Definition at line 451 of file PhotonCounterT0Matching_module.cc.
References TrackLength_X, TrackLength_Y, TrackLength_Z, trkTimeLengh, and trkTimeStart.
Referenced by produce().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
private |
Definition at line 141 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 143 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 146 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 144 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 142 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 139 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 145 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 140 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 132 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 138 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 137 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 141 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 125 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 119 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 118 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 143 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 144 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 147 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 127 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 128 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 123 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 124 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 121 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 122 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 117 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 116 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 151 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 120 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 129 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 126 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 155 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 156 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 157 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 158 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 153 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 152 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 154 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 159 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 160 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 149 of file PhotonCounterT0Matching_module.cc.
Referenced by beginJob(), and produce().
|
private |
Definition at line 142 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 139 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 145 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 140 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 132 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 133 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 134 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 138 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 132 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and TrackProp().
|
private |
Definition at line 133 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and TrackProp().
|
private |
Definition at line 134 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and TrackProp().
|
private |
Definition at line 137 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 135 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().
|
private |
Definition at line 135 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and TrackProp().
|
private |
Definition at line 135 of file PhotonCounterT0Matching_module.cc.
Referenced by produce(), and TrackProp().
|
private |
Definition at line 149 of file PhotonCounterT0Matching_module.cc.
Referenced by produce().