#include <TracktoRPC.h>
Public Member Functions | |
std::set< RPCDetId > | GetRolls (CSCStationIndex2 cscstationindex) |
ObjectMap2CSC (const edm::EventSetup &iSetup) | |
Static Public Member Functions | |
static ObjectMap2CSC * | GetInstance (const edm::EventSetup &iSetup) |
Public Attributes | |
std::map< CSCStationIndex2, std::set< RPCDetId > > | rollstoreCSC |
Static Private Attributes | |
static ObjectMap2CSC * | mapInstance = NULL |
Definition at line 154 of file TracktoRPC.h.
ObjectMap2CSC::ObjectMap2CSC | ( | const edm::EventSetup & | iSetup | ) |
Definition at line 82 of file TracktoRPC.cc.
References edm::EventSetup::get(), alignCSCRings::r, RPCDetId::region(), HLT_50ns_5e33_v2_cff::region, relativeConstraints::ring, RPCDetId::ring(), RPCChamber::rolls(), rollstoreCSC, RPCGeomServ::segment(), relativeConstraints::station, and RPCDetId::station().
Referenced by GetInstance().
|
static |
Definition at line 75 of file TracktoRPC.cc.
References mapInstance, NULL, and ObjectMap2CSC().
Referenced by TracktoRPC::TracktoRPC().
|
inline |
Definition at line 157 of file TracktoRPC.h.
References mapInstance, and rollstoreCSC.
Referenced by TracktoRPC::TracktoRPC().
|
staticprivate |
Definition at line 162 of file TracktoRPC.h.
Referenced by GetInstance(), and GetRolls().
std::map<CSCStationIndex2,std::set<RPCDetId> > ObjectMap2CSC::rollstoreCSC |
Definition at line 159 of file TracktoRPC.h.
Referenced by GetRolls(), and ObjectMap2CSC().