Main Page
Namespaces
Classes
Package Documentation
RecoLocalMuon
RPCRecHit
src
DTObjectMap.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_RPCRecHit_DTObjectMap_h
2
#define RecoLocalMuon_RPCRecHit_DTObjectMap_h
3
4
#include "
FWCore/Framework/interface/EventSetup.h
"
5
#include "
DataFormats/MuonDetId/interface/RPCDetId.h
"
6
#include "
Geometry/Records/interface/MuonGeometryRecord.h
"
7
#include "
RecoLocalMuon/RPCRecHit/src/DTStationIndex.h
"
8
9
#include <set>
10
#include <map>
11
12
class
DTObjectMap
{
13
public
:
14
DTObjectMap
(
MuonGeometryRecord
const
&
record
);
15
16
std::set<RPCDetId>
const
&
getRolls
(
DTStationIndex
index
)
const
;
17
18
private
:
19
std::map<DTStationIndex, std::set<RPCDetId>>
rollstore
;
20
};
21
22
#endif // RecoLocalMuon_RPCRecHit_DTObjectMap_h
record
JetCorrectorParameters::Record record
Definition:
classes.h:7
RPCDetId.h
MuonGeometryRecord.h
EventSetup.h
DTObjectMap::getRolls
std::set< RPCDetId > const & getRolls(DTStationIndex index) const
Definition:
DTObjectMap.cc:43
MuonGeometryRecord
Definition:
MuonGeometryRecord.h:28
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:36
DTStationIndex.h
DTObjectMap::DTObjectMap
DTObjectMap(MuonGeometryRecord const &record)
Definition:
DTObjectMap.cc:13
DTObjectMap
Definition:
DTObjectMap.h:12
DTStationIndex
Definition:
RPCEfficiency.h:30
DTObjectMap::rollstore
std::map< DTStationIndex, std::set< RPCDetId > > rollstore
Definition:
DTObjectMap.h:19
Generated for CMSSW Reference Manual by
1.8.11