LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
Public Types | |
using | ModuleType = EDFilter |
using | WorkerType = WorkerT< EDFilter > |
template<typename UserConfig > | |
using | Table = ProducerBase::Table< UserConfig > |
Public Member Functions | |
LArG4ParticleFilter (fhicl::ParameterSet const &pset) | |
virtual | ~LArG4ParticleFilter () |
virtual bool | filter (art::Event &e) |
void | reconfigure (fhicl::ParameterSet const &pset) |
void | beginJob () |
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 () |
Static Public Attributes | |
static constexpr bool | Pass {true} |
static constexpr bool | Fail {false} |
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 | |
bool | IsInterestingParticle (const art::Ptr< simb::MCParticle > particle, int index) |
bool | PDGCheck (const art::Ptr< simb::MCParticle > particle, int index) |
bool | MinMomentumCheck (const art::Ptr< simb::MCParticle > particle, int index) |
bool | MaxMomentumCheck (const art::Ptr< simb::MCParticle > particle, int index) |
bool | StartInTPCCheck (const art::Ptr< simb::MCParticle > particle, int index) |
bool | StopInTPCCheck (const art::Ptr< simb::MCParticle > particle, int index) |
bool | TPCTrajLengthCheck (const art::Ptr< simb::MCParticle > particle, int index) |
double | CalculateLength (const std::vector< TVector3 > &position_segment) |
Private Attributes | |
art::ServiceHandle< geo::Geometry > | fGeom |
std::vector< int > | fInterestingPDGs |
std::vector< double > | fParticleMinMomentum |
std::vector< double > | fParticleMaxMomentum |
std::vector< int > | fStartInTPC |
std::vector< int > | fStopInTPC |
std::vector< double > | fParticleMinTPCLength |
bool | fRequireAllInterestingParticles |
std::vector< bool > | fFoundInterestingParticles |
Definition at line 25 of file LArG4ParticleFilter_module.cc.
|
inherited |
Definition at line 37 of file EDFilter.h.
|
inherited |
Definition at line 46 of file EDFilter.h.
|
inherited |
Definition at line 38 of file EDFilter.h.
|
explicit |
|
inlinevirtual |
Definition at line 28 of file LArG4ParticleFilter_module.cc.
References beginJob(), CalculateLength(), e, filter(), IsInterestingParticle(), MaxMomentumCheck(), MinMomentumCheck(), PDGCheck(), reconfigure(), StartInTPCCheck(), StopInTPCCheck(), and TPCTrajLengthCheck().
|
virtual |
Reimplemented from art::EDFilter.
Definition at line 117 of file LArG4ParticleFilter_module.cc.
Referenced by ~LArG4ParticleFilter().
|
private |
Definition at line 264 of file LArG4ParticleFilter_module.cc.
References DEFINE_ART_MODULE.
Referenced by TPCTrajLengthCheck(), and ~LArG4ParticleFilter().
|
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 |
|
virtual |
Implements art::EDFilter.
Definition at line 78 of file LArG4ParticleFilter_module.cc.
References fFoundInterestingParticles, fInterestingPDGs, fRequireAllInterestingParticles, art::DataViewImpl::getByLabel(), and IsInterestingParticle().
Referenced by ~LArG4ParticleFilter().
|
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().
|
private |
Definition at line 122 of file LArG4ParticleFilter_module.cc.
References MaxMomentumCheck(), MinMomentumCheck(), PDGCheck(), StopInTPCCheck(), and TPCTrajLengthCheck().
Referenced by filter(), and ~LArG4ParticleFilter().
|
private |
Definition at line 145 of file LArG4ParticleFilter_module.cc.
References fParticleMaxMomentum, and simb::MCParticle::Momentum().
Referenced by IsInterestingParticle(), and ~LArG4ParticleFilter().
|
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().
|
private |
Definition at line 140 of file LArG4ParticleFilter_module.cc.
References fParticleMinMomentum, and simb::MCParticle::Momentum().
Referenced by IsInterestingParticle(), and ~LArG4ParticleFilter().
|
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_().
|
private |
Definition at line 133 of file LArG4ParticleFilter_module.cc.
References fInterestingPDGs, and simb::MCParticle::PdgCode().
Referenced by IsInterestingParticle(), and ~LArG4ParticleFilter().
|
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 filt::LArG4ParticleFilter::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 68 of file LArG4ParticleFilter_module.cc.
References fInterestingPDGs, fParticleMaxMomentum, fParticleMinMomentum, fParticleMinTPCLength, fRequireAllInterestingParticles, fStopInTPC, and fhicl::ParameterSet::get().
Referenced by ~LArG4ParticleFilter().
|
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 |
Definition at line 150 of file LArG4ParticleFilter_module.cc.
References fGeom, geo::GeometryCore::FindTPCAtPosition(), fStartInTPC, geo::CryostatID::isValid, and simb::MCParticle::Position().
Referenced by ~LArG4ParticleFilter().
|
private |
Definition at line 180 of file LArG4ParticleFilter_module.cc.
References fGeom, geo::GeometryCore::FindTPCAtPosition(), fStopInTPC, geo::CryostatID::isValid, simb::MCParticle::NumberTrajectoryPoints(), and simb::MCParticle::Position().
Referenced by IsInterestingParticle(), and ~LArG4ParticleFilter().
|
private |
Definition at line 209 of file LArG4ParticleFilter_module.cc.
References CalculateLength(), fGeom, geo::GeometryCore::FindTPCAtPosition(), fParticleMinTPCLength, geo::CryostatID::isValid, simb::MCParticle::NumberTrajectoryPoints(), and simb::MCParticle::Position().
Referenced by IsInterestingParticle(), and ~LArG4ParticleFilter().
|
protectedinherited |
Definition at line 101 of file Consumer.cc.
References art::errors::ProductRegistrationFailure.
|
staticinherited |
Definition at line 33 of file EDFilter.h.
|
private |
Definition at line 56 of file LArG4ParticleFilter_module.cc.
Referenced by filter().
|
private |
Definition at line 45 of file LArG4ParticleFilter_module.cc.
Referenced by StartInTPCCheck(), StopInTPCCheck(), and TPCTrajLengthCheck().
|
private |
Definition at line 48 of file LArG4ParticleFilter_module.cc.
Referenced by filter(), PDGCheck(), and reconfigure().
|
private |
Definition at line 50 of file LArG4ParticleFilter_module.cc.
Referenced by MaxMomentumCheck(), and reconfigure().
|
private |
Definition at line 49 of file LArG4ParticleFilter_module.cc.
Referenced by MinMomentumCheck(), and reconfigure().
|
private |
Definition at line 53 of file LArG4ParticleFilter_module.cc.
Referenced by reconfigure(), and TPCTrajLengthCheck().
|
private |
Definition at line 54 of file LArG4ParticleFilter_module.cc.
Referenced by filter(), and reconfigure().
|
private |
Definition at line 51 of file LArG4ParticleFilter_module.cc.
Referenced by StartInTPCCheck().
|
private |
Definition at line 52 of file LArG4ParticleFilter_module.cc.
Referenced by reconfigure(), and StopInTPCCheck().
|
staticinherited |
Definition at line 32 of file EDFilter.h.