--- UserCode/L1RpcTriggerAnalysis/interface/AnaDigiSpec.h 2013/05/17 13:04:50 1.1 +++ UserCode/L1RpcTriggerAnalysis/interface/AnaDigiSpec.h 2013/05/28 13:43:46 1.2 @@ -25,7 +25,8 @@ public: private: edm::ParameterSet theConfig; typedef std::map< uint32_t, TH2D* > HMap; - HMap theCscPos, theCscBend, theDtPos, theDtBend, theRpcBPos, theRpcEPos,; + HMap theCscPosB, theCscBendB, theDtPosB, theDtBendB, theRpcBPosB, theRpcEPosB; + HMap theCscPosE, theCscBendE, theDtPosE, theDtBendE, theRpcBPosE, theRpcEPosE; private: typedef std::vector VHisto; VHisto topN(const HMap & hmap, unsigned int n) const;