Creates some dummy showers and associations to PFParticle objects. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDProducer::Table< Config > |
Public Member Functions | |
AssnsChainShowerMaker (Parameters const &config) | |
virtual void | produce (art::Event &event) override |
Private Member Functions | |
std::vector< art::Ptr < recob::PFParticle > > | collectPFOs (art::Event const &event) const |
Returns a list of PFParticle objects to be made into showers. More... | |
Private Attributes | |
std::vector< art::InputTag > | particleTags |
List of PFParticle tags. More... | |
Creates some dummy showers and associations to PFParticle objects.
Definition at line 48 of file AssnsChainShowerMaker_module.cc.
using lar::test::AssnsChainShowerMaker::Parameters = art::EDProducer::Table<Config> |
Definition at line 63 of file AssnsChainShowerMaker_module.cc.
|
inlineexplicit |
Definition at line 65 of file AssnsChainShowerMaker_module.cc.
|
private |
Returns a list of PFParticle objects to be made into showers.
Definition at line 152 of file AssnsChainShowerMaker_module.cc.
|
overridevirtual |
Definition at line 91 of file AssnsChainShowerMaker_module.cc.
|
private |
List of PFParticle tags.
Definition at line 75 of file AssnsChainShowerMaker_module.cc.