74 |
|
kEBlowEtaGoldCenter = 0, |
75 |
|
kEBlowEtaGoldGap, |
76 |
|
kEBlowEtaBad, |
77 |
+ |
kEBlowEtaBadCenter, |
78 |
+ |
kEBlowEtaBadGap, |
79 |
|
kEBhighEtaGold, |
80 |
|
kEBhighEtaBad, |
81 |
|
kEElowEtaGold, |
83 |
|
kEEhighEtaGold, |
84 |
|
kEEhighEtaBad |
85 |
|
}; |
86 |
< |
|
86 |
> |
|
87 |
|
enum ShowerShapeScales { |
88 |
|
kNoShowerShapeScaling = 0, |
89 |
|
k2011ShowerShape, |
91 |
|
}; |
92 |
|
|
93 |
|
static eScaleCats EScaleCat(const Photon *p); |
94 |
+ |
static eScaleCats EScaleCatHCP(const Photon *p); |
95 |
|
|
96 |
|
// Methods for scaling/smearing Photons |
97 |
|
static void ScalePhoton(Photon* p, Double_t scale); |