Main Page
Namespaces
Classes
Package Documentation
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
25
public
:
26
explicit
testEcalTPGScale
(
edm::ParameterSet
const
& pSet) ;
27
void
analyze
(
const
edm::Event
& evt,
const
edm::EventSetup
& evtSetup)
override
;
28
void
beginJob
()
override
;
29
30
private
:
31
const
CaloSubdetectorGeometry
*
theEndcapGeometry_
;
32
const
CaloSubdetectorGeometry
*
theBarrelGeometry_
;
33
edm::ESHandle<EcalTrigTowerConstituentsMap>
eTTmap_
;
34
35
};
36
#endif
CaloSubdetectorGeometry
Definition:
CaloSubdetectorGeometry.h:25
Event.h
MakerMacros.h
EventSetup.h
testEcalTPGScale::theEndcapGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
Definition:
testEcalTPGScale.h:31
testEcalTPGScale
Definition:
testEcalTPGScale.h:23
Frameworkfwd.h
ParameterSet.h
testEcalTPGScale::beginJob
void beginJob() override
Definition:
testEcalTPGScale.cc:75
edm::ESHandle< EcalTrigTowerConstituentsMap >
EcalTrigTowerConstituentsMap.h
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:57
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
testEcalTPGScale::testEcalTPGScale
testEcalTPGScale(edm::ParameterSet const &pSet)
Definition:
testEcalTPGScale.cc:14
testEcalTPGScale::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &evtSetup) override
Definition:
testEcalTPGScale.cc:19
testEcalTPGScale::theBarrelGeometry_
const CaloSubdetectorGeometry * theBarrelGeometry_
Definition:
testEcalTPGScale.h:32
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
testEcalTPGScale::eTTmap_
edm::ESHandle< EcalTrigTowerConstituentsMap > eTTmap_
Definition:
testEcalTPGScale.h:33
Generated for CMSSW Reference Manual by
1.8.11