#include <CSCObjectMap.h>
Public Member Functions | |
CSCObjectMap (MuonGeometryRecord const &record) | |
std::set< RPCDetId > const & | getRolls (CSCStationIndex index) const |
Private Attributes | |
std::map< CSCStationIndex, std::set< RPCDetId > > | rollstore |
Definition at line 12 of file CSCObjectMap.h.
CSCObjectMap::CSCObjectMap | ( | MuonGeometryRecord const & | record | ) |
Definition at line 12 of file CSCObjectMap.cc.
References RPCGeometry::dets(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), nullptr, alignCSCRings::r, RPCDetId::region(), relativeConstraints::ring, RPCDetId::ring(), rollstore, RPCGeomServ::segment(), relativeConstraints::station, and RPCDetId::station().
std::set< RPCDetId > const & CSCObjectMap::getRolls | ( | CSCStationIndex | index | ) | const |
Definition at line 48 of file CSCObjectMap.cc.
References relativeConstraints::empty, and rollstore.
Referenced by CSCSegtoRPC::CSCSegtoRPC(), and TracktoRPC::TracktoRPC().
|
private |
Definition at line 19 of file CSCObjectMap.h.
Referenced by CSCObjectMap(), and getRolls().