ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/devildog/SWonAnalysis3/Thesis/src/TCJet.h
(Generate patch)

Comparing UserCode/devildog/SWonAnalysis3/Thesis/src/TCJet.h (file contents):
Revision 1.2 by devildog, Thu May 5 00:24:42 2011 UTC vs.
Revision 1.3 by devildog, Fri May 27 05:45:15 2011 UTC

# Line 20 | Line 20 | private:
20      float _vtxSumPt;
21      unsigned int _vtxIndex;
22  
23 +    float _jesUncertainty;
24      float _jetCorr[8];
25      bool _jetCorrIsSet[8];
26  
# Line 87 | Line 88 | public:
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
# Line 114 | Line 116 | public:
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines