20 |
|
float _vtxSumPt; |
21 |
|
unsigned int _vtxIndex; |
22 |
|
|
23 |
+ |
float _jesUncertainty; |
24 |
|
float _jetCorr[8]; |
25 |
|
bool _jetCorrIsSet[8]; |
26 |
|
|
88 |
|
|
89 |
|
// TVector3 AssocVtx() const; |
90 |
|
bool JetCorrIsSet(unsigned int lvl) const; |
91 |
+ |
float UncertaintyJES() const; |
92 |
|
float JetCorr(unsigned int lvl) const; |
93 |
|
|
94 |
|
// b tagging discriminators |
116 |
|
void SetNumConstit(unsigned int n); |
117 |
|
void SetNumChPart(unsigned int n); |
118 |
|
void SetJetCorr(unsigned int lvl, float corr); |
119 |
+ |
void SetUncertaintyJES(float u); |
120 |
|
|
121 |
|
// b tagging discriminators |
122 |
|
// see the corresponding class members for description |