test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
virtual
void
analyze
(
const
edm::Event
& evt,
const
edm::EventSetup
& evtSetup) ;
28
virtual
void
beginJob
() ;
29
30
private
:
31
const
CaloSubdetectorGeometry
*
theEndcapGeometry_
;
32
const
CaloSubdetectorGeometry
*
theBarrelGeometry_
;
33
edm::ESHandle<EcalTrigTowerConstituentsMap>
eTTmap_
;
34
35
};
36
#endif
CaloSubdetectorGeometry
Definition:
CaloSubdetectorGeometry.h:26
Event.h
MakerMacros.h
EventSetup.h
testEcalTPGScale::theEndcapGeometry_
const CaloSubdetectorGeometry * theEndcapGeometry_
Definition:
testEcalTPGScale.h:31
testEcalTPGScale
Definition:
testEcalTPGScale.h:23
Frameworkfwd.h
testEcalTPGScale::beginJob
virtual void beginJob()
Definition:
testEcalTPGScale.cc:75
ParameterSet.h
edm::ESHandle< EcalTrigTowerConstituentsMap >
EcalTrigTowerConstituentsMap.h
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:25
EDAnalyzer.h
testEcalTPGScale::analyze
virtual void analyze(const edm::Event &evt, const edm::EventSetup &evtSetup)
Definition:
testEcalTPGScale.cc:19
testEcalTPGScale::testEcalTPGScale
testEcalTPGScale(edm::ParameterSet const &pSet)
Definition:
testEcalTPGScale.cc:14
testEcalTPGScale::theBarrelGeometry_
const CaloSubdetectorGeometry * theBarrelGeometry_
Definition:
testEcalTPGScale.h:32
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:62
testEcalTPGScale::eTTmap_
edm::ESHandle< EcalTrigTowerConstituentsMap > eTTmap_
Definition:
testEcalTPGScale.h:33
Generated for CMSSW Reference Manual by
1.8.5