ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/RhoUtilities.h
Revision: 1.3
Committed: Mon May 7 18:06:07 2012 UTC (12 years, 11 months ago) by ceballos
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029c, Mit_029b, Mit_029a, Mit_028a, Mit_028, Mit_027, Mit_027a, HEAD
Changes since 1.2: +2 -1 lines
Log Message:
new rhos

File Contents

# User Rev Content
1 fabstoec 1.1 #ifndef RHO_UTILITIES_H
2     #define RHO_UTILITIES_H
3    
4     namespace mithep{
5    
6     struct RhoUtilities {
7     enum RhoType {
8 fabstoec 1.2 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 ceballos 1.3 MIT_RHO_RANDOM_HIGH_ETA, // was RhoRandom();
13     CMS_RHO_RHOKT6PFJETS // was RhoKt6PFJets();
14 fabstoec 1.1 };
15     };
16     }
17    
18     #endif