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
19
#include "
Geometry/CaloTopology/interface/EcalTrigTowerConstituentsMap.h
"
20
21
class
CaloSubdetectorGeometry
;
22
23
class
testEcalTPGScale
:
public
edm::EDAnalyzer
{
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
:
30
const
CaloSubdetectorGeometry
*
theEndcapGeometry_
;
31
const
CaloSubdetectorGeometry
*
theBarrelGeometry_
;
32
edm::ESHandle<EcalTrigTowerConstituentsMap>
eTTmap_
;
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
Generated for CMSSW Reference Manual by
1.8.16