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.2 by sixie, Wed Dec 21 14:16:54 2011 UTC vs.
Revision 1.3 by sixie, Wed Jan 4 13:35:09 2012 UTC

# Line 16 | Line 16
16   #include "MitAna/DataTree/interface/TrackFwd.h"
17   #include "MitAna/DataTree/interface/Muon.h"
18   #include "MitAna/DataTree/interface/MuonCol.h"
19 + #include "MitAna/DataTree/interface/PFCandidateCol.h"
20 + #include "MitAna/DataTree/interface/PileupEnergyDensityCol.h"
21   #include "MitCommon/MathTools/interface/MathUtils.h"
22 + #include "MitPhysics/Utils/interface/MuonTools.h"
23  
24   class TRandom3;
25   namespace TMVA {
# Line 46 | Line 49 | namespace mithep {
49                            MuonIDMVA::MVAType type);
50        
51        Bool_t   IsInitialized() const { return fIsInitialized; }
52 < //       Double_t MVAValue(const Muon *mu, const Vertex *vertex);
52 >      Double_t MVAValue(const Muon *mu, const Vertex *vertex, MuonTools *fMuonTools,
53 >                        const PFCandidateCol *PFCands,
54 >                        const PileupEnergyDensityCol *PileupEnergyDensity);
55        Double_t MVAValue( Double_t MuPt , Double_t MuEta,
56                           Double_t                   MuTkNchi2,
57                           Double_t                   MuGlobalNchi2,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines