LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Types | |
using | ModuleType = EDFilter |
template<typename UserConfig > | |
using | Table = Modifier::Table< UserConfig > |
Public Member Functions | |
LArG4ParticleFilter (fhicl::ParameterSet const &pset) | |
virtual bool | filter (art::Event &e) |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
void | fillProductDescriptions () |
void | registerProducts (ProductDescriptions &productsToRegister) |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
std::unique_ptr< Worker > | makeWorker (WorkerParams const &wp) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Static Public Attributes | |
static constexpr bool | Pass {true} |
static constexpr bool | Fail {false} |
Protected Member Functions | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Private Member Functions | |
bool | IsInterestingParticle (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | PDGCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | IsPrimaryCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | MinMomentumCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | MaxMomentumCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | StartInTPCCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | StopInTPCCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
bool | TPCTrajLengthCheck (const art::Ptr< simb::MCParticle > &particle, const unsigned int index) const |
double | CalculateLength (const std::vector< TVector3 > &position_segment) const |
void | VerifyDataMembers () const |
void | VerifyElementRequest (const unsigned int index) const |
Private Attributes | |
art::ServiceHandle< geo::Geometry const > | fGeom |
const std::string | fLArG4ModuleLabel |
const std::vector< int > | fInterestingPDGs |
const std::vector< int > | fIsPrimary |
const std::vector< double > | fParticleMinMomentum |
const std::vector< double > | fParticleMaxMomentum |
const std::vector< int > | fStartInTPC |
const std::vector< int > | fStopInTPC |
const std::vector< double > | fParticleMinTPCLength |
const bool | fRequireAllInterestingParticles |
std::vector< bool > | fFoundInterestingParticles |
Definition at line 24 of file LArG4ParticleFilter_module.cc.
|
inherited |
Definition at line 18 of file EDFilter.h.
|
inherited |
|
explicit |
|
private |
Definition at line 270 of file LArG4ParticleFilter_module.cc.
Referenced by TPCTrajLengthCheck().
|
protectedinherited |
Definition at line 61 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumes().
|
protectedinherited |
|
protectedinherited |
Definition at line 75 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesMany().
|
protectedinherited |
|
inherited |
Definition at line 68 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::consumesView().
|
inherited |
|
inherited |
Definition at line 72 of file Filter.cc.
References art::RunPrincipal::makeRun(), r, art::RunPrincipal::runID(), and art::ModuleContext::scheduleID().
|
inherited |
Definition at line 92 of file Filter.cc.
References art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::SubRunPrincipal::subRunID().
|
inherited |
|
inherited |
Definition at line 82 of file Filter.cc.
References art::RunPrincipal::makeRun(), r, art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 102 of file Filter.cc.
References art::SubRunPrincipal::makeSubRun(), art::ModuleContext::scheduleID(), and art::Principal::seenRanges().
|
inherited |
Definition at line 112 of file Filter.cc.
References e, art::EventPrincipal::makeEvent(), and art::ModuleContext::scheduleID().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
Definition at line 10 of file Modifier.cc.
References art::ProductRegistryHelper::fillDescriptions(), and art::ModuleBase::moduleDescription().
|
virtual |
Implements art::EDFilter.
Definition at line 80 of file LArG4ParticleFilter_module.cc.
References fFoundInterestingParticles, fInterestingPDGs, fLArG4ModuleLabel, fRequireAllInterestingParticles, art::ProductRetriever::getByLabel(), and IsInterestingParticle().
|
inherited |
Definition at line 43 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::getConsumables().
|
private |
Definition at line 115 of file LArG4ParticleFilter_module.cc.
References IsPrimaryCheck(), MaxMomentumCheck(), MinMomentumCheck(), PDGCheck(), StartInTPCCheck(), StopInTPCCheck(), TPCTrajLengthCheck(), and VerifyElementRequest().
Referenced by filter().
|
private |
Definition at line 140 of file LArG4ParticleFilter_module.cc.
References fIsPrimary, and simb::MCParticle::Mother().
Referenced by IsInterestingParticle().
|
inherited |
Definition at line 37 of file ModuleBase.cc.
References art::ModuleBase::doMakeWorker(), and art::NumBranchTypes.
|
private |
Definition at line 159 of file LArG4ParticleFilter_module.cc.
References fParticleMaxMomentum, and simb::MCParticle::Momentum().
Referenced by IsInterestingParticle().
|
protectedinherited |
Definition at line 82 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsume().
|
protectedinherited |
Definition at line 96 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeMany().
|
protectedinherited |
|
inherited |
Definition at line 89 of file ModuleBase.h.
References art::ModuleBase::collector_, and art::ConsumesCollector::mayConsumeView().
|
private |
Definition at line 150 of file LArG4ParticleFilter_module.cc.
References fParticleMinMomentum, and simb::MCParticle::Momentum().
Referenced by IsInterestingParticle().
|
inherited |
Definition at line 13 of file ModuleBase.cc.
References art::errors::LogicError.
Referenced by art::OutputModule::doRespondToOpenInputFile(), art::OutputModule::doWriteEvent(), art::Modifier::fillProductDescriptions(), art::OutputModule::makePlugins_(), art::OutputWorker::OutputWorker(), reco::shower::LArPandoraModularShowerCreation::produce(), art::Modifier::registerProducts(), and art::OutputModule::registerProducts().
|
private |
Definition at line 131 of file LArG4ParticleFilter_module.cc.
References fInterestingPDGs, and simb::MCParticle::PdgCode().
Referenced by IsInterestingParticle().
|
inherited |
Definition at line 16 of file Modifier.cc.
References art::ModuleBase::moduleDescription(), and art::ProductRegistryHelper::registerProducts().
|
inherited |
|
inherited |
Definition at line 49 of file ModuleBase.cc.
References art::ModuleBase::collector_, and art::ConsumesCollector::sortConsumables().
|
private |
Definition at line 168 of file LArG4ParticleFilter_module.cc.
References fGeom, geo::GeometryCore::FindTPCAtPosition(), fStartInTPC, geo::CryostatID::isValid, simb::MCParticle::Position(), and geo::vect::toPoint().
Referenced by IsInterestingParticle().
|
private |
Definition at line 191 of file LArG4ParticleFilter_module.cc.
References fGeom, geo::GeometryCore::FindTPCAtPosition(), fStopInTPC, geo::CryostatID::isValid, simb::MCParticle::NumberTrajectoryPoints(), simb::MCParticle::Position(), and geo::vect::toPoint().
Referenced by IsInterestingParticle().
|
private |
Definition at line 216 of file LArG4ParticleFilter_module.cc.
References CalculateLength(), fGeom, geo::GeometryCore::FindTPCAtPosition(), fParticleMinTPCLength, geo::CryostatID::isValid, simb::MCParticle::NumberTrajectoryPoints(), simb::MCParticle::Position(), and geo::vect::toPoint().
Referenced by IsInterestingParticle().
|
private |
Definition at line 284 of file LArG4ParticleFilter_module.cc.
References art::errors::Configuration, fInterestingPDGs, fIsPrimary, fParticleMaxMomentum, fParticleMinMomentum, fParticleMinTPCLength, fStartInTPC, and fStopInTPC.
|
private |
Definition at line 337 of file LArG4ParticleFilter_module.cc.
References DEFINE_ART_MODULE, fInterestingPDGs, fIsPrimary, fParticleMaxMomentum, fParticleMinMomentum, fParticleMinTPCLength, fStartInTPC, fStopInTPC, and art::errors::InvalidNumber.
Referenced by IsInterestingParticle().
|
staticinherited |
|
private |
Definition at line 61 of file LArG4ParticleFilter_module.cc.
Referenced by filter().
|
private |
Definition at line 49 of file LArG4ParticleFilter_module.cc.
Referenced by StartInTPCCheck(), StopInTPCCheck(), and TPCTrajLengthCheck().
|
private |
Definition at line 52 of file LArG4ParticleFilter_module.cc.
Referenced by filter(), PDGCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 53 of file LArG4ParticleFilter_module.cc.
Referenced by IsPrimaryCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 51 of file LArG4ParticleFilter_module.cc.
Referenced by filter().
|
private |
Definition at line 55 of file LArG4ParticleFilter_module.cc.
Referenced by MaxMomentumCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 54 of file LArG4ParticleFilter_module.cc.
Referenced by MinMomentumCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 58 of file LArG4ParticleFilter_module.cc.
Referenced by TPCTrajLengthCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 59 of file LArG4ParticleFilter_module.cc.
Referenced by filter().
|
private |
Definition at line 56 of file LArG4ParticleFilter_module.cc.
Referenced by StartInTPCCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
private |
Definition at line 57 of file LArG4ParticleFilter_module.cc.
Referenced by StopInTPCCheck(), VerifyDataMembers(), and VerifyElementRequest().
|
staticinherited |