CalibCalorimetry
EcalTPGTools
plugins
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
11
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
12
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
13
#include "
FWCore/Framework/interface/Event.h
"
14
#include "
FWCore/Framework/interface/MakerMacros.h
"
15
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
16
#include "
FWCore/Framework/interface/EventSetup.h
"
17
#include "
FWCore/Framework/interface/ESHandle.h
"
18
#include "
FWCore/Utilities/interface/ESGetToken.h
"
19
#include "
CalibCalorimetry/EcalTPGTools/interface/EcalTPGScale.h
"
20
21
#include "
Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h
"
22
#include "
Geometry/CaloGeometry/interface/CaloGeometry.h
"
23
#include "
Geometry/CaloGeometry/interface/CaloSubdetectorGeometry.h
"
24
#include "
Geometry/Records/interface/CaloGeometryRecord.h
"
25
#include "
Geometry/Records/interface/EcalEndcapGeometryRecord.h
"
26
#include "
Geometry/Records/interface/EcalBarrelGeometryRecord.h
"
27
#include "
Geometry/Records/interface/IdealGeometryRecord.h
"
28
29
class
CaloSubdetectorGeometry
;
30
31
class
testEcalTPGScale
:
public
edm::EDAnalyzer
{
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
:
38
const
CaloSubdetectorGeometry
*
theEndcapGeometry_
;
39
const
CaloSubdetectorGeometry
*
theBarrelGeometry_
;
40
edm::ESGetToken<CaloGeometry, CaloGeometryRecord>
geomToken_
;
41
edm::ESGetToken<CaloSubdetectorGeometry, EcalEndcapGeometryRecord>
endcapGeomToken_
;
42
edm::ESGetToken<CaloSubdetectorGeometry, EcalBarrelGeometryRecord>
barrelGeomToken_
;
43
edm::ESGetToken<EcalTrigTowerConstituentsMap, IdealGeometryRecord>
eTTmapToken_
;
44
EcalTPGScale::Tokens
tokens_
;
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
Generated for CMSSW Reference Manual by
1.8.16