12 #include "DataFormats/TestObjects/interface/MissingDictionaryTestObject.h" 43 consumes<edm::View<MissingDictionaryTestA> >(
pset.getParameter<
edm::InputTag>(
"inputTag"));
48 produces<MissingDictionaryTestA>();
49 produces<MissingDictionaryTestA>(
"anInstance");
50 produces<std::vector<MissingDictionaryTestA> >();
51 produces<std::vector<MissingDictionaryTestA> >(
"anInstance");
52 produces<std::list<MissingDictionaryTestA> >();
64 auto result1 = std::make_unique<MissingDictionaryTestA>();
67 auto result2 = std::make_unique<MissingDictionaryTestA>();
68 event.put(
std::move(result2),
"anInstance");
70 auto result3 = std::make_unique<std::vector<MissingDictionaryTestA> >();
73 auto result4 = std::make_unique<std::vector<MissingDictionaryTestA> >();
74 event.put(
std::move(result4),
"anInstance");
edm::EDGetTokenT< std::vector< MissingDictionaryTestA > > inputToken2_
edm::EDGetTokenT< std::list< MissingDictionaryTestA > > inputToken3_
edm::EDGetTokenT< MissingDictionaryTestA > inputToken1_
void produce(edm::Event &, edm::EventSetup const &) override
MissingDictionaryTestProducer(edm::ParameterSet const &)
#define DEFINE_FWK_MODULE(type)
~MissingDictionaryTestProducer() override