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

Comparing UserCode/MitPhysics/Utils/interface/RhoUtilities.h (file contents):
Revision 1.1 by fabstoec, Wed May 2 16:32:13 2012 UTC vs.
Revision 1.2 by fabstoec, Thu May 3 08:45:27 2012 UTC

# Line 5 | Line 5 | namespace mithep{
5  
6    struct RhoUtilities {
7      enum RhoType {
8 <      NONE = 0,
9 <      MIT_RHO_VORONOI_LOW_ETA,
10 <      MIT_RHO_VORONOI_HIGH_ETA,
11 <      MIT_RHO_RANDOM_LOW_ETA,
12 <      MIT_RHO_RANDOM_HIGH_ETA
8 >      DEFAULT = 0,
9 >      MIT_RHO_VORONOI_LOW_ETA,       // was RhoLowEta();
10 >      MIT_RHO_VORONOI_HIGH_ETA,      // was Rho();
11 >      MIT_RHO_RANDOM_LOW_ETA,        // was RhoRandomLowEta();
12 >      MIT_RHO_RANDOM_HIGH_ETA        // was RhoRandom();
13      };
14    };
15   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines