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