Creates some dummy space points and charge. More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDProducer::Table< Config > |
Public Member Functions | |
ChargedSpacePointProxyInputMaker (Parameters const &config) | |
virtual void | produce (art::Event &event) override |
Private Attributes | |
unsigned int | nPoints |
Number of points to generate. More... | |
Creates some dummy space points and charge.
The produced space points and charges have completely dummy content. They are implicitly associated and the amount of charge is as much as the ID of the space point.
Definition at line 49 of file ChargedSpacePointProxyInputMaker_module.cc.
using lar::test::ChargedSpacePointProxyInputMaker::Parameters = art::EDProducer::Table<Config> |
Definition at line 64 of file ChargedSpacePointProxyInputMaker_module.cc.
|
explicit |
Definition at line 84 of file ChargedSpacePointProxyInputMaker_module.cc.
|
overridevirtual |
Definition at line 95 of file ChargedSpacePointProxyInputMaker_module.cc.
|
private |
Number of points to generate.
Definition at line 71 of file ChargedSpacePointProxyInputMaker_module.cc.