14 namespace fhicl {
class ParameterSet; }
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
void produce(art::Event &e) override
#define DEFINE_ART_MODULE(klass)
ProductID put(std::unique_ptr< PROD > &&edp, std::string const &instance={})