ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/MVAMet.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/MVAMet.h (file contents):
Revision 1.6 by pharris, Mon Apr 23 15:37:59 2012 UTC vs.
Revision 1.8 by bendavid, Tue Apr 24 15:37:14 2012 UTC

# Line 22 | Line 22
22   #include "MitCommon/MathTools/interface/MathUtils.h"
23  
24   #include "MitPhysics/Utils/interface/RecoilTools.h"
25 #include "MitPhysics/Utils/interface/GBRForest.h"
25  
26   class TRandom3;
27 + class GBRForest;
28  
29   namespace mithep {
30    class MVAMet {
# Line 123 | Line 123 | namespace mithep {
123                          int iNPV,
124                          Bool_t printDebug=false);
125  
126 <    TMatrixD GetMetCovariance() { return fCov;         }
127 <    double   GetSignificance () { return fSignificance;}
126 >    TMatrixD* GetMetCovariance() { return fCov;         }
127 >    double    GetSignificance () { return fSignificance;}
128      RecoilTools *fRecoilTools;
129      
130    protected:
# Line 135 | Line 135 | namespace mithep {
135      Bool_t       fIsInitialized;
136      MVAType      fType;
137      
138 +    Float_t fSumEt  ;
139      Float_t fU      ;
140      Float_t fUPhi   ;
141      Float_t fTKSumEt;
# Line 170 | Line 171 | namespace mithep {
171      GBRForest *fCovU1Reader;
172      GBRForest *fCovU2Reader;
173  
174 <    Float_t  fSignificance;
175 <    TMatrixD fCov;
174 >    Float_t   fSignificance;
175 >    TMatrixD *fCov;
176  
177      //TMVA::Reader* fPhiReader;
178      //TMVA::Reader* fU1Reader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines