CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/PhysicsToolsObjects/interface/BinningVariables.h

Go to the documentation of this file.
00001 #ifndef BinningVariables_h
00002 #define BinningVariables_h
00003 
00004 
00005 #include <map>
00006 
00007 class BinningVariables {
00008  public:
00009   enum  BinningVariablesType{
00010 // Jets
00011 JetEta=1, JetEt=2, JetPhi=3, JetNTracks=4, JetAbsEta=5,
00012 // Muons 
00013 MuonPt=1001, MuonCharge=1002,MuonEta=1003, MuonPhi=1004};
00014 };
00015 
00016 
00017 #endif