10 #include "art/Framework/Core/EDProducer.h"
11 #include "art/Framework/Core/ModuleMacros.h"
12 #include "art/Framework/Principal/Event.h"
14 namespace fhicl {
class ParameterSet; }
38 void produce(art::Event &
e)
override;
45 AssnProducer1::AssnProducer1(fhicl::ParameterSet
const &
p)
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});
AssnProducer1 & operator=(AssnProducer1 const &)=delete
std::vector< std::string > strvec_t
std::vector< int > intvec_t
void produce(art::Event &e) override
AssnProducer1(fhicl::ParameterSet const &p)