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

Comparing UserCode/MitPhysics/Mods/interface/MuonIDMod.h (file contents):
Revision 1.53 by fabstoec, Thu Jul 12 17:04:56 2012 UTC vs.
Revision 1.54 by mingyang, Mon Jan 7 22:15:38 2013 UTC

# Line 81 | Line 81 | namespace mithep
81          { fTheRhoType = type; };
82  
83        void               SetVertexName(const char* name) { fVertexName = name; }
84 +      void               SetPVName(const char *n)             { fPVName = n;                }
85  
86        enum EMuIdType {
87          kIdUndef = 0,       //not defined
# Line 175 | Line 176 | namespace mithep
176        const PileupEnergyDensityCol *fPileupEnergyDensity;
177        MuonTools          *fMuonTools;           // interface to tools for muon ID
178        MuonIDMVA          *fMuonIDMVA;           // helper class for MuonMVA
179 +      TString             fPVName;
180  
181        RhoUtilities::RhoType fTheRhoType;
182        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines