src
RecoLocalMuon
RPCRecHit
plugins
DTObjectMap.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_RPCRecHit_DTObjectMap_h
2
#define RecoLocalMuon_RPCRecHit_DTObjectMap_h
3
4
#include "
DataFormats/MuonDetId/interface/RPCDetId.h
"
5
#include "
DTStationIndex.h
"
6
#include "
Geometry/RPCGeometry/interface/RPCGeometry.h
"
7
8
#include <set>
9
#include <map>
10
11
class
DTObjectMap
{
12
public
:
13
DTObjectMap
(
RPCGeometry
const
& rpcGeometry);
14
15
std::set<RPCDetId>
const
&
getRolls
(
DTStationIndex
index
)
const
;
16
17
private
:
18
std::map<DTStationIndex, std::set<RPCDetId>>
rollstore
;
19
};
20
21
#endif // RecoLocalMuon_RPCRecHit_DTObjectMap_h
DTObjectMap::DTObjectMap
DTObjectMap(RPCGeometry const &rpcGeometry)
Definition:
DTObjectMap.cc:12
RPCDetId.h
DTObjectMap::getRolls
std::set< RPCDetId > const & getRolls(DTStationIndex index) const
Definition:
DTObjectMap.cc:36
RPCGeometry
Definition:
RPCGeometry.h:20
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
DTStationIndex.h
DTObjectMap
Definition:
DTObjectMap.h:11
DTStationIndex
Definition:
DTStationIndex.h:4
RPCGeometry.h
DTObjectMap::rollstore
std::map< DTStationIndex, std::set< RPCDetId > > rollstore
Definition:
DTObjectMap.h:18
Generated for CMSSW Reference Manual by
1.8.14