#include <CSCObjectMap.h>
Public Member Functions | |
CSCObjectMap (RPCGeometry const &rpcGeom) | |
std::set< RPCDetId > const & | getRolls (CSCStationIndex index) const |
Private Attributes | |
std::map< CSCStationIndex, std::set< RPCDetId > > | rollstore |
Definition at line 11 of file CSCObjectMap.h.
CSCObjectMap::CSCObjectMap | ( | RPCGeometry const & | rpcGeom | ) |
Definition at line 11 of file CSCObjectMap.cc.
References RPCGeometry::dets(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, alignCSCRings::r, nano_mu_digi_cff::region, RPCDetId::region(), RPCDetId::ring(), relativeConstraints::ring, rollstore, RPCGeomServ::segment(), relativeConstraints::station, and RPCDetId::station().
std::set< RPCDetId > const & CSCObjectMap::getRolls | ( | CSCStationIndex | index | ) | const |
Definition at line 42 of file CSCObjectMap.cc.
References relativeConstraints::empty, and rollstore.
Referenced by CSCSegtoRPC::thePoints(), and TracktoRPC::thePoints().
|
private |
Definition at line 18 of file CSCObjectMap.h.
Referenced by CSCObjectMap(), and getRolls().