Public Member Functions | |
LArG4ParticleFilter (fhicl::ParameterSet const &pset) | |
virtual bool | filter (art::Event &e) |
Public Member Functions inherited from art::EDFilter | |
EDFilter (fhicl::ParameterSet const &pset) | |
template<typename Config > | |
EDFilter (Table< Config > const &config) | |
std::string | workerType () const |
Public Member Functions inherited from art::detail::Filter | |
virtual | ~Filter () noexcept |
Filter (fhicl::ParameterSet const &) | |
Filter (Filter const &)=delete | |
Filter (Filter &&)=delete | |
Filter & | operator= (Filter const &)=delete |
Filter & | operator= (Filter &&)=delete |
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) |
Public Member Functions inherited from art::Modifier | |
~Modifier () noexcept | |
Modifier () | |
Modifier (Modifier const &)=delete | |
Modifier (Modifier &&)=delete | |
Modifier & | operator= (Modifier const &)=delete |
Modifier & | operator= (Modifier &&)=delete |
Public Member Functions inherited from art::ModuleBase | |
virtual | ~ModuleBase () noexcept |
ModuleBase () | |
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) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
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 |
Additional Inherited Members | |
Public Types inherited from art::EDFilter | |
using | ModuleType = EDFilter |
using | WorkerType = WorkerT< EDFilter > |
Public Types inherited from art::detail::Filter | |
template<typename UserConfig > | |
using | Table = Modifier::Table< UserConfig > |
Public Types inherited from art::Modifier | |
template<typename UserConfig , typename UserKeysToIgnore = void> | |
using | Table = ProducerTable< UserConfig, detail::ModuleConfig, UserKeysToIgnore > |
Static Public Attributes inherited from art::detail::Filter | |
static constexpr bool | Pass {true} |
static constexpr bool | Fail {false} |
Protected Member Functions inherited from art::ModuleBase | |
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 () |
Definition at line 23 of file LArG4ParticleFilter_module.cc.
|
explicit |
|
private |
Definition at line 273 of file LArG4ParticleFilter_module.cc.
|
virtual |
Implements art::EDFilter.
Definition at line 76 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 112 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 135 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 150 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 144 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 127 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 156 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 187 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 217 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 287 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 320 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 56 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 44 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 47 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 48 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 46 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 50 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 49 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 53 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 54 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 51 of file LArG4ParticleFilter_module.cc.
|
private |
Definition at line 52 of file LArG4ParticleFilter_module.cc.