CMS 3D CMS Logo

testEcalTPGScale.h
Go to the documentation of this file.
1 #ifndef TESTECALTPGSCALE_H
2 #define TESTECALTPGSCALE_H
3 
4 //Author: Pascal Paganini - LLR
5 //Date: 2006/07/10 15:58:06 $
6 
7 // system include files
8 #include <memory>
9 
10 // user include files
18 
20 
22 
24 public:
25  explicit testEcalTPGScale(edm::ParameterSet const& pSet);
26  void analyze(const edm::Event& evt, const edm::EventSetup& evtSetup) override;
27  void beginJob() override;
28 
29 private:
33 };
34 #endif
testEcalTPGScale::eTTmap_
edm::ESHandle< EcalTrigTowerConstituentsMap > eTTmap_
Definition: testEcalTPGScale.h:32
testEcalTPGScale::theEndcapGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
Definition: testEcalTPGScale.h:30
ESHandle.h
EDAnalyzer.h
testEcalTPGScale
Definition: testEcalTPGScale.h:23
testEcalTPGScale::beginJob
void beginJob() override
Definition: testEcalTPGScale.cc:71
edm::EDAnalyzer
Definition: EDAnalyzer.h:29
MakerMacros.h
edm::ESHandle< EcalTrigTowerConstituentsMap >
edm::ParameterSet
Definition: ParameterSet.h:36
Event.h
testEcalTPGScale::testEcalTPGScale
testEcalTPGScale(edm::ParameterSet const &pSet)
Definition: testEcalTPGScale.cc:13
edm::EventSetup
Definition: EventSetup.h:57
EcalTrigTowerConstituentsMap.h
testEcalTPGScale::theBarrelGeometry_
const CaloSubdetectorGeometry * theBarrelGeometry_
Definition: testEcalTPGScale.h:31
Frameworkfwd.h
EventSetup.h
CaloSubdetectorGeometry
Definition: CaloSubdetectorGeometry.h:22
testEcalTPGScale::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &evtSetup) override
Definition: testEcalTPGScale.cc:17
ParameterSet.h
edm::Event
Definition: Event.h:73