ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/AnaDigiSpec.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/AnaDigiSpec.h (file contents):
Revision 1.1 by konec, Fri May 17 13:04:50 2013 UTC vs.
Revision 1.2 by konec, Tue May 28 13:43:46 2013 UTC

# Line 25 | Line 25 | public:
25   private:
26    edm::ParameterSet theConfig;
27    typedef std::map< uint32_t, TH2D* > HMap;
28 <  HMap  theCscPos, theCscBend, theDtPos, theDtBend, theRpcBPos, theRpcEPos,;
28 >  HMap  theCscPosB, theCscBendB, theDtPosB, theDtBendB, theRpcBPosB, theRpcEPosB;
29 >  HMap  theCscPosE, theCscBendE, theDtPosE, theDtBendE, theRpcBPosE, theRpcEPosE;
30   private:
31    typedef std::vector<TH2D*> VHisto;
32    VHisto topN(const HMap & hmap, unsigned int n) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines