Test module for recob::HitCollector
.
More...
Classes | |
struct | Config |
Public Types | |
using | Parameters = art::EDProducer::Table< Config > |
Public Member Functions | |
HitCollectionCreatorTest (Parameters const &config) | |
virtual void | produce (art::Event &event) override |
Private Member Functions | |
void | produceHits (art::Event &event, std::string instanceName) |
Produces a collection of hits and stores it into the event. More... | |
Private Attributes | |
recob::HitCollectionCreatorManager | hitCollManager |
std::string | fInstanceName |
Instance name to be used for products. More... | |
Test module for recob::HitCollector
.
Currently exercises:
Throws an exception on failure.
This module requires no service.
Definition at line 51 of file HitCollectionCreatorTest_module.cc.
using recob::test::HitCollectionCreatorTest::Parameters = art::EDProducer::Table<Config> |
Definition at line 68 of file HitCollectionCreatorTest_module.cc.
|
explicit |
Definition at line 100 of file HitCollectionCreatorTest_module.cc.
|
overridevirtual |
Definition at line 110 of file HitCollectionCreatorTest_module.cc.
|
private |
Produces a collection of hits and stores it into the event.
Definition at line 117 of file HitCollectionCreatorTest_module.cc.
|
private |
Instance name to be used for products.
Definition at line 80 of file HitCollectionCreatorTest_module.cc.
|
private |
Definition at line 78 of file HitCollectionCreatorTest_module.cc.