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

Comparing UserCode/MitPhysics/Utils/interface/MuonIDMVA.h (file contents):
Revision 1.3 by sixie, Wed Jan 4 13:35:09 2012 UTC vs.
Revision 1.4 by sixie, Wed Jan 4 16:28:17 2012 UTC

# Line 51 | Line 51 | namespace mithep {
51        Bool_t   IsInitialized() const { return fIsInitialized; }
52        Double_t MVAValue(const Muon *mu, const Vertex *vertex, MuonTools *fMuonTools,
53                          const PFCandidateCol *PFCands,
54 <                        const PileupEnergyDensityCol *PileupEnergyDensity);
54 >                        const PileupEnergyDensityCol *PileupEnergyDensity,
55 >                        Bool_t printDebug = kFALSE);
56        Double_t MVAValue( Double_t MuPt , Double_t MuEta,
57                           Double_t                   MuTkNchi2,
58                           Double_t                   MuGlobalNchi2,
# Line 74 | Line 75 | namespace mithep {
75                           Double_t                   MuChargedIso03OverPt,
76                           Double_t                   MuNeutralIso03OverPt,
77                           Double_t                   MuChargedIso04OverPt,
78 <                         Double_t                   MuNeutralIso04OverPt
78 >                         Double_t                   MuNeutralIso04OverPt,
79 >                         Bool_t                     printDebug = kFALSE
80          );
81  
82  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines