Definition at line 22 of file AssnProducer1_module.cc.
AssnProducer1::AssnProducer1 |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
void AssnProducer1::produce |
( |
art::Event & |
e | ) |
|
|
override |
Definition at line 52 of file AssnProducer1_module.cc.
54 auto vs = std::make_unique<strvec_t>(
strvec_t {
"one",
"one-a",
"two",
"two-a",
"three",
"three-a"});
55 auto vi = std::make_unique<intvec_t>(
intvec_t {1, 2, 3});
std::vector< std::string > strvec_t
std::vector< int > intvec_t
The documentation for this class was generated from the following file: