CMS 3D CMS Logo

L1TriggerKeyListDummyProdExt.cc
Go to the documentation of this file.
2 
4 {
5  //the following line is needed to tell the framework what
6  // data is being produced
7  setWhatProduced(this);
8 
9  //now do what ever other initialization is needed
10 }
11 
12 
14 {
15 
16  // do anything here that needs to be done at desctruction time
17  // (e.g. close files, deallocate resources etc.)
18 
19 }
20 
21 
22 //
23 // member functions
24 //
25 
26 // ------------ method called to produce the data ------------
29 {
30  return std::make_unique< L1TriggerKeyListExt >() ;
31 }
32 
33 //define this as a plug-in
34 //DEFINE_FWK_EVENTSETUP_MODULE(L1TriggerKeyListDummyProdExt);
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:124
L1TriggerKeyListDummyProdExt(const edm::ParameterSet &)
ReturnType produce(const L1TriggerKeyListExtRcd &)
std::unique_ptr< L1TriggerKeyListExt > ReturnType