CMS 3D CMS Logo

HcalLaserEventFiltProducer2012.cc
Go to the documentation of this file.
5 
6 using namespace std;
7 
9  hcalLaserEventFilter2012 = new HcalLaserEventFilter2012(iConfig);
10  produces<bool>();
11 }
12 
13 void HcalLaserEventFiltProducer2012::endJob() { hcalLaserEventFilter2012->endJob(); }
14 
16  iEvent.put(std::make_unique<bool>(hcalLaserEventFilter2012->filter(iEvent, iSetup)));
17 }
18 
HcalLaserEventFiltProducer2012(const edm::ParameterSet &iConfig)
int iEvent
Definition: GenABIO.cc:224
void produce(edm::Event &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16