CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BinningVariables.h
Go to the documentation of this file.
1 #ifndef BinningVariables_h
2 #define BinningVariables_h
3 
4 
5 #include <map>
6 
8  public:
10 // Jets
12 // Muons
13 MuonPt=1001, MuonCharge=1002,MuonEta=1003, MuonPhi=1004,
14 // Continiuos Discriminator
15 Discriminator = 2001};
16 };
17 
18 
19 #endif