ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/PileupEnergyDensity.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/PileupEnergyDensity.h (file contents):
Revision 1.3 by bendavid, Wed Jun 15 20:03:18 2011 UTC vs.
Revision 1.4 by bendavid, Sat Oct 8 17:53:57 2011 UTC

# Line 20 | Line 20 | namespace mithep
20    public:
21      PileupEnergyDensity() : fRho(0), fRhoHighEta(0), fRhoRandom(0), fRhoRandomLowEta(0) {}
22      
23 +    Double_t  RhoDefault() const { return fRhoRandom; }
24 +
25      Double_t  Rho()  const { return fRho; }
26      Double_t  RhoHighEta()  const { return fRho; }
27      Double_t  RhoLowEta()  const { return fRhoHighEta; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines