CMS 3D CMS Logo

CastorPedestalWidthsPopConAnalyzer.cc
Go to the documentation of this file.
4 
5 //typedef popcon::PopConAnalyzer<CastorPedestalWidthsHandler> CastorPedestalWidthsPopConAnalyzer;
6 
7 class CastorPedestalWidthsPopConAnalyzer : public popcon::PopConAnalyzer<CastorPedestalWidthsHandler> {
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 
edm
HLT enums.
Definition: AlignableModifier.h:19
CastorPedestalWidthsRcd
Definition: CastorPedestalWidthsRcd.h:24
CastorPedestalWidthsPopConAnalyzer
Definition: CastorPedestalWidthsPopConAnalyzer.cc:7
CastorPedestalWidthsPopConAnalyzer::m_source
SourceHandler m_source
Definition: CastorPedestalWidthsPopConAnalyzer.cc:33
CastorPedestalWidthsHandler.h
MakerMacros.h
CastorPedestalWidthsPopConAnalyzer::CastorPedestalWidthsPopConAnalyzer
CastorPedestalWidthsPopConAnalyzer(const edm::ParameterSet &pset)
Definition: CastorPedestalWidthsPopConAnalyzer.cc:11
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:16
CastorPedestalWidthsPopConAnalyzer::SourceHandler
CastorPedestalWidthsHandler SourceHandler
Definition: CastorPedestalWidthsPopConAnalyzer.cc:9
CastorPedestalWidthsPopConAnalyzer::m_tok
edm::ESGetToken< CastorPedestalWidths, CastorPedestalWidthsRcd > m_tok
Definition: CastorPedestalWidthsPopConAnalyzer.cc:34
CastorPedestalWidthsPopConAnalyzer::write
void write()
Definition: CastorPedestalWidthsPopConAnalyzer.cc:29
edm::ParameterSet
Definition: ParameterSet.h:47
popcon::PopCon::write
void write(Source const &source)
Definition: PopCon.h:107
ParameterSet
Definition: Functions.h:16
CastorPedestalWidthsHandler::initObject
void initObject(CastorPedestalWidths *)
Definition: CastorPedestalWidthsHandler.cc:36
edm::EventSetup
Definition: EventSetup.h:58
CastorPedestalWidthsPopConAnalyzer::m_populator
popcon::PopCon m_populator
Definition: CastorPedestalWidthsPopConAnalyzer.cc:32
edm::ESGetToken< CastorPedestalWidths, CastorPedestalWidthsRcd >
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:127
CastorPedestalWidthsPopConAnalyzer::endJob
void endJob() override
Definition: CastorPedestalWidthsPopConAnalyzer.cc:18
CastorPedestalWidthsPopConAnalyzer::myDBObject
CastorPedestalWidths * myDBObject
Definition: CastorPedestalWidthsPopConAnalyzer.cc:36
popcon
Definition: Exception.h:6
CastorPedestalWidthsPopConAnalyzer::analyze
void analyze(const edm::Event &ev, const edm::EventSetup &esetup) override
Definition: CastorPedestalWidthsPopConAnalyzer.cc:23
ev
bool ev
Definition: Hydjet2Hadronizer.cc:95
CastorPedestalWidths
Definition: CastorPedestalWidths.h:18
edm::EDConsumerBase::esConsumes
auto esConsumes()
Definition: EDConsumerBase.h:202
CastorPedestalWidthsHandler
Definition: CastorPedestalWidthsHandler.h:23
popcon::PopCon
Definition: PopCon.h:29
edm::Event
Definition: Event.h:73
PopConAnalyzer.h
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
popcon::PopConAnalyzer< CastorPedestalWidthsHandler >::PopConAnalyzer
PopConAnalyzer(const edm::ParameterSet &pset)
Definition: PopConAnalyzer.h:21
popcon::PopConAnalyzer
Definition: PopConAnalyzer.h:17