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
20 
28 
30 
32 public:
33  explicit testEcalTPGScale(edm::ParameterSet const& pSet);
34  void analyze(const edm::Event& evt, const edm::EventSetup& evtSetup) override;
35  void beginJob() override;
36 
37 private:
45 };
46 #endif
testEcalTPGScale::theEndcapGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
Definition: testEcalTPGScale.h:38
ESHandle.h
EcalTPGScale::Tokens
Definition: EcalTPGScale.h:18
EDAnalyzer.h
testEcalTPGScale
Definition: testEcalTPGScale.h:31
ESGetToken.h
testEcalTPGScale::beginJob
void beginJob() override
Definition: testEcalTPGScale.cc:75
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
testEcalTPGScale::endcapGeomToken_
edm::ESGetToken< CaloSubdetectorGeometry, EcalEndcapGeometryRecord > endcapGeomToken_
Definition: testEcalTPGScale.h:41
MakerMacros.h
EcalBarrelGeometryRecord.h
CaloGeometryRecord.h
CaloSubdetectorGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
testEcalTPGScale::geomToken_
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > geomToken_
Definition: testEcalTPGScale.h:40
testEcalTPGScale::testEcalTPGScale
testEcalTPGScale(edm::ParameterSet const &pSet)
Definition: testEcalTPGScale.cc:12
IdealGeometryRecord.h
edm::EventSetup
Definition: EventSetup.h:58
edm::ESGetToken< CaloGeometry, CaloGeometryRecord >
EcalTrigTowerConstituentsMap.h
testEcalTPGScale::barrelGeomToken_
edm::ESGetToken< CaloSubdetectorGeometry, EcalBarrelGeometryRecord > barrelGeomToken_
Definition: testEcalTPGScale.h:42
testEcalTPGScale::tokens_
EcalTPGScale::Tokens tokens_
Definition: testEcalTPGScale.h:44
testEcalTPGScale::theBarrelGeometry_
const CaloSubdetectorGeometry * theBarrelGeometry_
Definition: testEcalTPGScale.h:39
Frameworkfwd.h
CaloGeometry.h
EventSetup.h
EcalEndcapGeometryRecord.h
CaloSubdetectorGeometry
Definition: CaloSubdetectorGeometry.h:22
testEcalTPGScale::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &evtSetup) override
Definition: testEcalTPGScale.cc:23
ParameterSet.h
edm::Event
Definition: Event.h:73
testEcalTPGScale::eTTmapToken_
edm::ESGetToken< EcalTrigTowerConstituentsMap, IdealGeometryRecord > eTTmapToken_
Definition: testEcalTPGScale.h:43
EcalTPGScale.h