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 | |
CosmicPCAxisTagger (fhicl::ParameterSet const &p) | |
virtual | ~CosmicPCAxisTagger () |
void | produce (art::Event &e) override |
void | beginJob () override |
void | reconfigure (fhicl::ParameterSet const &p) |
void | endJob () override |
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 Types | |
typedef std::vector< reco::ClusterHit2D > | Hit2DVector |
Private Member Functions | |
void | RecobToClusterHits (const art::PtrVector< recob::Hit > &recobHitVec, Hit2DVector &clusterHitVec, reco::Hit2DListPtr &hit2DListPtr) const |
Private Attributes | |
std::string | fPFParticleModuleLabel |
std::string | fPCAxisModuleLabel |
detinfo::DetectorProperties const * | fDetector |
Pointer to the detector properties. More... | |
lar_cluster3d::PrincipalComponentsAlg | fPcaAlg |
Principal Components algorithm. More... | |
int | fDetectorWidthTicks |
float | fTPCXBoundary |
float | fTPCYBoundary |
float | fTPCZBoundary |
float | fDetHalfHeight |
float | fDetWidth |
float | fDetLength |
Definition at line 60 of file CosmicPCAxisTagger_module.cc.
|
private |
Definition at line 73 of file CosmicPCAxisTagger_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 91 of file CosmicPCAxisTagger_module.cc.
References reconfigure().
|
virtual |
Definition at line 105 of file CosmicPCAxisTagger_module.cc.
|
overridevirtual |
Reimplemented from art::EDProducer.
Definition at line 394 of file CosmicPCAxisTagger_module.cc.
|
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 |
|
overridevirtual |
Reimplemented from art::EDProducer.
Definition at line 427 of file CosmicPCAxisTagger_module.cc.
|
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_().
|
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 110 of file CosmicPCAxisTagger_module.cc.
References util::CreateAssn(), fDetectorWidthTicks, fDetHalfHeight, fDetLength, fDetWidth, fPCAxisModuleLabel, fPFParticleModuleLabel, fTPCXBoundary, fTPCYBoundary, fTPCZBoundary, recob::PCAxis::getAvePosition(), art::DataViewImpl::getByLabel(), recob::PCAxis::getEigenValues(), recob::PCAxis::getEigenVectors(), art::Handle< T >::isValid(), art::Ptr< T >::key(), anab::kGeometry_X, anab::kGeometry_XX, anab::kGeometry_XY, anab::kGeometry_XZ, anab::kGeometry_Y, anab::kGeometry_YY, anab::kGeometry_YZ, anab::kGeometry_Z, anab::kGeometry_ZZ, anab::kNotTagged, anab::kOutsideDrift_Partial, and art::Event::put().
|
private |
Takes the input vector of recob::Hits and returns a vector of Cluster2D hits
Definition at line 432 of file CosmicPCAxisTagger_module.cc.
References detinfo::DetectorProperties::ConvertTicksToX(), DEFINE_ART_MODULE, fDetector, detinfo::DetectorProperties::GetXTicksOffset(), geo::kU, geo::kV, geo::kW, art::PtrVector< T >::size(), and detinfo::DetectorProperties::TriggerOffset().
void cosmic::CosmicPCAxisTagger::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 398 of file CosmicPCAxisTagger_module.cc.
References detinfo::DetectorProperties::DriftVelocity(), detinfo::DetectorProperties::Efield(), fDetector, fDetectorWidthTicks, fDetHalfHeight, fDetLength, fDetWidth, fPcaAlg, fPCAxisModuleLabel, fPFParticleModuleLabel, fTPCXBoundary, fTPCYBoundary, fTPCZBoundary, fhicl::ParameterSet::get(), lar_cluster3d::PrincipalComponentsAlg::reconfigure(), detinfo::DetectorProperties::SamplingRate(), and detinfo::DetectorProperties::Temperature().
Referenced by CosmicPCAxisTagger().
|
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.
|
private |
Pointer to the detector properties.
Definition at line 82 of file CosmicPCAxisTagger_module.cc.
Referenced by RecobToClusterHits(), and reconfigure().
|
private |
Definition at line 85 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 87 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 87 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 87 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Principal Components algorithm.
Definition at line 83 of file CosmicPCAxisTagger_module.cc.
Referenced by reconfigure().
|
private |
Definition at line 80 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 79 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 86 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 86 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().
|
private |
Definition at line 86 of file CosmicPCAxisTagger_module.cc.
Referenced by produce(), and reconfigure().