Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DataFormats
EgammaReco
src
HFEMClusterShape.cc
Go to the documentation of this file.
1
#include "
DataFormats/EgammaReco/interface/HFEMClusterShape.h
"
2
3
reco::HFEMClusterShape::HFEMClusterShape
(
double
eLong1x1,
4
double
eShort1x1,
5
double
eLong3x3,
double
eShort3x3,
6
double
eLong5x5,
7
double
eShort5x5,
double
eLongCore,
8
double
CellEta,
double
CellPhi,
9
DetId
seed
):
10
eLong1x1_(eLong1x1),
11
eShort1x1_(eShort1x1),
12
eLong3x3_(eLong3x3),
13
eShort3x3_(eShort3x3),
14
eLong5x5_(eLong5x5),
15
eShort5x5_(eShort5x5),
16
eLongCore_(eLongCore),
17
CellEta_(CellEta),
18
CellPhi_(CellPhi),
19
seed_(seed)
20
{
21
}
22
23
24
double
reco::HFEMClusterShape::e1x1
()
const
{
25
return
eLong1x1_+eShort1x1_;
26
}
27
double
reco::HFEMClusterShape::e3x3
()
const
{
28
return
eLong3x3_+eShort3x3_;
29
}
30
double
reco::HFEMClusterShape::e5x5
()
const
{
31
return
eLong5x5_+eShort5x5_;
32
}
33
34
double
reco::HFEMClusterShape::eSeL
()
const
{
35
return
eShort3x3()/eLong3x3();
36
}
37
double
reco::HFEMClusterShape::eCOREe9
()
const
{
38
return
eCore()/eLong3x3();
39
}
40
double
reco::HFEMClusterShape::e9e25
()
const
{
41
return
(eLong3x3()+eShort3x3())/(eLong5x5()+eShort5x5());
42
}
HFEMClusterShape.h
reco::HFEMClusterShape::e9e25
double e9e25() const
Definition:
HFEMClusterShape.cc:40
reco::HFEMClusterShape::eSeL
double eSeL() const
Definition:
HFEMClusterShape.cc:34
reco::HFEMClusterShape::eCOREe9
double eCOREe9() const
Definition:
HFEMClusterShape.cc:37
reco::HFEMClusterShape::HFEMClusterShape
HFEMClusterShape()
Definition:
HFEMClusterShape.h:22
reco::HFEMClusterShape::e5x5
double e5x5() const
Definition:
HFEMClusterShape.cc:30
DetId
Definition:
DetId.h:18
reco::HFEMClusterShape::e3x3
double e3x3() const
Definition:
HFEMClusterShape.cc:27
fileCollector.seed
tuple seed
Definition:
fileCollector.py:125
reco::HFEMClusterShape::e1x1
double e1x1() const
Definition:
HFEMClusterShape.cc:24
Generated for CMSSW Reference Manual by
1.8.5