Main Page
Namespaces
Classes
Package Documentation
RecoLocalMuon
CSCRecHitD
src
CSCRangeMapForRecHit.h
Go to the documentation of this file.
1
#ifndef CSCRecHitD_CSCRangeMapForRecHit_H
2
#define CSCRecHitD_CSCRangeMapForRecHit_H
3
10
#include <
DataFormats/MuonDetId/interface/CSCDetId.h
>
11
12
class
CSCDetIdSameDetLayerCompare
{
13
public
:
14
bool
operator()
(
CSCDetId
i1
,
CSCDetId
i2
)
const
;
15
};
16
17
class
CSCDetIdSameChamberCompare
{
18
public
:
19
bool
operator()
(
CSCDetId
i1
,
CSCDetId
i2
)
const
;
20
};
21
22
class
CSCRangeMapForRecHit
{
23
public
:
25
CSCRangeMapForRecHit
();
26
28
virtual
~
CSCRangeMapForRecHit
();
29
31
static
std::pair<CSCDetId, CSCDetIdSameChamberCompare> cscChamber(
CSCDetId
id
);
32
static
std::pair<CSCDetId, CSCDetIdSameDetLayerCompare> cscDetLayer(
CSCDetId
id
);
33
34
private
:
35
};
36
37
#endif
CSCDetIdSameDetLayerCompare
Definition:
CSCRangeMapForRecHit.h:12
CSCDetIdSameChamberCompare
Definition:
CSCRangeMapForRecHit.h:17
CSCDetId.h
CSCDetId
Definition:
CSCDetId.h:26
testProducerWithPsetDescEmpty_cfi.i2
i2
Definition:
testProducerWithPsetDescEmpty_cfi.py:46
CSCDetIdSameDetLayerCompare::operator()
bool operator()(CSCDetId i1, CSCDetId i2) const
Definition:
CSCRangeMapForRecHit.cc:26
CSCRangeMapForRecHit
Definition:
CSCRangeMapForRecHit.h:22
testProducerWithPsetDescEmpty_cfi.i1
i1
Definition:
testProducerWithPsetDescEmpty_cfi.py:45
Generated for CMSSW Reference Manual by
1.8.11