ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/RhoUtilities.h
Revision: 1.1
Committed: Wed May 2 16:32:13 2012 UTC (13 years ago) by fabstoec
Content type: text/plain
Branch: MAIN
Log Message:
made Rho choice changeable in the macros

File Contents

# Content
1 #ifndef RHO_UTILITIES_H
2 #define RHO_UTILITIES_H
3
4 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
13 };
14 };
15 }
16
17 #endif