CMS 3D CMS Logo

CastorRecoParamsPopConAnalyzer.cc
Go to the documentation of this file.
4 
5 //typedef popcon::PopConAnalyzer<CastorRecoParamsHandler> CastorRecoParamsPopConAnalyzer;
6 
7 class CastorRecoParamsPopConAnalyzer : public popcon::PopConAnalyzer<CastorRecoParamsHandler> {
8 public:
10 
14  m_source(pset.getParameter<edm::ParameterSet>("Source")),
16 
17 private:
18  void endJob() override {
20  write();
21  }
22 
23  void analyze(const edm::Event& ev, const edm::EventSetup& esetup) override {
24  //Using ES to get the data:
25 
27  }
28 
30 
31 private:
35 
37 };
38 
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
Definition: EventSetup.h:119
void write(Source const &source)
Definition: PopCon.h:75
CastorRecoParamsPopConAnalyzer(const edm::ParameterSet &pset)
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
void initObject(CastorRecoParams *)
HLT enums.
edm::ESGetToken< CastorRecoParams, CastorRecoParamsRcd > m_tok
PopConAnalyzer(const edm::ParameterSet &pset)
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override