test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoLocalMuon
RPCRecHit
src
CSCObjectMap.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_RPCRecHit_CSCObjectMap_h
2
#define RecoLocalMuon_RPCRecHit_CSCObjectMap_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/CSCStationIndex.h
"
8
9
#include <set>
10
#include <map>
11
12
class
CSCObjectMap
{
13
public
:
14
CSCObjectMap
(
MuonGeometryRecord
const
&
record
);
15
16
std::set<RPCDetId>
const
&
getRolls
(
CSCStationIndex
index
)
const
;
17
18
private
:
19
std::map<CSCStationIndex,std::set<RPCDetId>>
rollstore
;
20
};
21
22
#endif // RecoLocalMuon_RPCRecHit_CSCObjectMap_h
record
JetCorrectorParameters::Record record
Definition:
classes.h:7
RPCDetId.h
MuonGeometryRecord.h
EventSetup.h
CSCObjectMap::getRolls
std::set< RPCDetId > const & getRolls(CSCStationIndex index) const
Definition:
CSCObjectMap.cc:48
cmsHarvester.index
string index
Definition:
cmsHarvester.py:4378
MuonGeometryRecord
Definition:
MuonGeometryRecord.h:28
CSCObjectMap::rollstore
std::map< CSCStationIndex, std::set< RPCDetId > > rollstore
Definition:
CSCObjectMap.h:19
CSCStationIndex.h
CSCStationIndex
Definition:
RPCEfficiency.h:62
CSCObjectMap
Definition:
CSCObjectMap.h:12
CSCObjectMap::CSCObjectMap
CSCObjectMap(MuonGeometryRecord const &record)
Definition:
CSCObjectMap.cc:12
Generated for CMSSW Reference Manual by
1.8.5