# | Line 71 | Line 71 | namespace mithep { | |
---|---|---|
71 | }; | |
72 | ||
73 | enum eScaleCats { | |
74 | < | kEBlowEtaGoldCenter = 0, |
75 | < | kEBlowEtaGoldGap, |
74 | > | kEBlowEtaGold = 0, |
75 | kEBlowEtaBad, | |
77 | – | kEBlowEtaBadCenter, |
78 | – | kEBlowEtaBadGap, |
76 | kEBhighEtaGold, | |
77 | kEBhighEtaBad, | |
78 | kEElowEtaGold, | |
# | Line 91 | Line 88 | namespace mithep { | |
88 | }; | |
89 | ||
90 | static eScaleCats EScaleCat(const Photon *p); | |
94 | – | static eScaleCats EScaleCatHCP(const Photon *p); |
91 | ||
92 | // Methods for scaling/smearing Photons | |
93 | static void ScalePhoton(Photon* p, Double_t scale); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |