Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoLocalMuon
RPCRecHit
plugins
CSCObjectMap.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_RPCRecHit_CSCObjectMap_h
2
#define RecoLocalMuon_RPCRecHit_CSCObjectMap_h
3
4
#include "
DataFormats/MuonDetId/interface/RPCDetId.h
"
5
#include "
CSCStationIndex.h
"
6
#include "
Geometry/RPCGeometry/interface/RPCGeometry.h
"
7
8
#include <set>
9
#include <map>
10
11
class
CSCObjectMap
{
12
public
:
13
CSCObjectMap
(
RPCGeometry
const
& rpcGeom);
14
15
std::set<RPCDetId>
const
&
getRolls
(
CSCStationIndex
index
)
const
;
16
17
private
:
18
std::map<CSCStationIndex, std::set<RPCDetId>>
rollstore
;
19
};
20
21
#endif // RecoLocalMuon_RPCRecHit_CSCObjectMap_h
RPCDetId.h
CSCObjectMap::getRolls
std::set< RPCDetId > const & getRolls(CSCStationIndex index) const
Definition:
CSCObjectMap.cc:42
RPCGeometry
Definition:
RPCGeometry.h:20
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
CSCObjectMap::CSCObjectMap
CSCObjectMap(RPCGeometry const &rpcGeom)
Definition:
CSCObjectMap.cc:11
CSCStationIndex.h
CSCStationIndex
Definition:
GEMCSCSegmentBuilder.h:32
CSCObjectMap
Definition:
CSCObjectMap.h:11
RPCGeometry.h
CSCObjectMap::rollstore
std::map< CSCStationIndex, std::set< RPCDetId > > rollstore
Definition:
CSCObjectMap.h:18
Generated for CMSSW Reference Manual by
1.8.5