Definition at line 23 of file IntVectorProducer_module.cc.
arttest::IntVectorProducer::IntVectorProducer |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
inlineexplicit |
void arttest::IntVectorProducer::produce |
( |
art::Event & |
e | ) |
|
|
inlineoverride |
Definition at line 35 of file IntVectorProducer_module.cc.
37 std::cerr <<
"IntVectorProducer::produce is running!\n";
38 int value_ =
e.id().event();
41 p->push_back(value_ *
k);
BEGIN_PROLOG could also be cerr
std::vector< int > intvector_t
int arttest::IntVectorProducer::nvalues_ |
|
private |
The documentation for this class was generated from the following file: