CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCObjectMap.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_RPCRecHit_CSCObjectMap_h
2 #define RecoLocalMuon_RPCRecHit_CSCObjectMap_h
3 
8 
9 #include <set>
10 #include <map>
11 
12 class CSCObjectMap {
13 public:
15 
16  std::set<RPCDetId> const& getRolls(CSCStationIndex index) const;
17 
18 private:
19  std::map<CSCStationIndex,std::set<RPCDetId>> rollstore;
20 };
21 
22 #endif // RecoLocalMuon_RPCRecHit_CSCObjectMap_h
JetCorrectorParameters::Record record
Definition: classes.h:7
std::set< RPCDetId > const & getRolls(CSCStationIndex index) const
Definition: CSCObjectMap.cc:48
std::map< CSCStationIndex, std::set< RPCDetId > > rollstore
Definition: CSCObjectMap.h:19
CSCObjectMap(MuonGeometryRecord const &record)
Definition: CSCObjectMap.cc:12