Main Page
Namespaces
Classes
Package Documentation
RecoEgamma
EgammaTools
interface
HoECalculator.h
Go to the documentation of this file.
1
#ifndef HoECalculator_h
2
#define HoECalculator_h
3
4
#include "
FWCore/Framework/interface/Event.h
"
5
#include "
FWCore/Framework/interface/EventSetup.h
"
6
#include "
FWCore/Framework/interface/ESHandle.h
"
7
8
#include "
DataFormats/EgammaReco/interface/BasicCluster.h
"
9
#include "
DataFormats/EgammaReco/interface/SuperCluster.h
"
10
#include "
DataFormats/HcalRecHit/interface/HcalRecHitCollections.h
"
11
12
#include "
Geometry/CaloGeometry/interface/CaloGeometry.h
"
13
14
class
HoECalculator
15
{
16
public
:
17
18
HoECalculator
() ;
19
HoECalculator
(
const
edm::ESHandle<CaloGeometry>
&) ;
20
21
double
operator()
(
const
reco::BasicCluster
* ,
22
const
edm::Event
&
e
,
23
const
edm::EventSetup
&
c
) ;
24
25
double
operator()
(
const
reco::SuperCluster
* ,
26
const
edm::Event
& e ,
27
const
edm::EventSetup
& c ) ;
28
29
/*
30
double operator() ( const reco::SuperCluster* ,
31
HBHERecHitMetaCollection *mhbhe,
32
int ialgo=1);
33
34
double operator() ( cost reco::BasicCluster* ,
35
HBHERecHitMetaCollection *mhbhe);
36
*/
37
38
private
:
39
40
double
getHoE
(
GlobalPoint
pos
,
float
energy,
41
const
edm::Event
& e ,
42
const
edm::EventSetup
& c ) ;
43
/*
44
double getHoE(GlobalPoint pos, float energy,
45
HBHERecHitMetaCollection *mhbhe);
46
*/
47
48
edm::ESHandle<CaloGeometry>
theCaloGeom_
;
49
const
HBHERecHitCollection
*
hithbhe_
;
50
};
51
52
#endif
HoECalculator::hithbhe_
const HBHERecHitCollection * hithbhe_
Definition:
HoECalculator.h:49
HoECalculator::HoECalculator
HoECalculator()
Definition:
HoECalculator.cc:7
edm::SortedCollection
Definition:
SortedCollection.h:50
Event.h
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
EventSetup.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
reco::BasicCluster
HoECalculator::operator()
double operator()(const reco::BasicCluster *, const edm::Event &e, const edm::EventSetup &c)
Definition:
HoECalculator.cc:16
HoECalculator::theCaloGeom_
edm::ESHandle< CaloGeometry > theCaloGeom_
Definition:
HoECalculator.h:48
HoECalculator
Definition:
HoECalculator.h:14
edm::ESHandle< CaloGeometry >
HoECalculator::getHoE
double getHoE(GlobalPoint pos, float energy, const edm::Event &e, const edm::EventSetup &c)
Definition:
HoECalculator.cc:53
ESHandle.h
edm::EventSetup
Definition:
EventSetup.h:57
reco::SuperCluster
Definition:
SuperCluster.h:19
pos
Definition:
PixelAliasList.h:18
CaloGeometry.h
HcalRecHitCollections.h
Point3DBase< float, GlobalTag >
edm::Event
Definition:
Event.h:71
BasicCluster.h
SuperCluster.h
Generated for CMSSW Reference Manual by
1.8.11