# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |