CMS 3D CMS Logo

BinningVariables.h
Go to the documentation of this file.
1 #ifndef BinningVariables_h
2 #define BinningVariables_h
3 
5 
6 #include <map>
7 
9 public:
11  // Jets
12  JetEta = 1,
13  JetEt = 2,
14  JetPhi = 3,
16  JetAbsEta = 5,
17  // Muons
18  MuonPt = 1001,
19  MuonCharge = 1002,
20  MuonEta = 1003,
21  MuonPhi = 1004,
22  // Continiuos Discriminator
24  };
25 
27 };
28 
29 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:39