54 auto vs = std::make_unique<strvec_t>(
55 strvec_t{
"one",
"one-a",
"two",
"two-a",
"three",
"three-a"});
56 auto vi = std::make_unique<intvec_t>(
intvec_t{1, 2, 3});
void produce(art::Event &e) override
#define DEFINE_ART_MODULE(klass)
AssnsProducer1(fhicl::ParameterSet const &p)
AssnsProducer1 & operator=(AssnsProducer1 const &)=delete
ProductID put(std::unique_ptr< PROD > &&edp, FullSemantic< Level::Run > const semantic)
std::vector< int > intvec_t
std::vector< std::string > strvec_t