Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CondFormats
CSCObjects
src
CSCTriggerSimpleMapping.cc
Go to the documentation of this file.
1
#include "
CondFormats/CSCObjects/interface/CSCTriggerSimpleMapping.h
"
2
#include "
DataFormats/MuonDetId/interface/CSCTriggerNumbering.h
"
3
#include <iostream>
4
#include <fstream>
5
#include <sstream>
6
7
CSCTriggerSimpleMapping::CSCTriggerSimpleMapping
() {}
8
9
CSCTriggerSimpleMapping::~CSCTriggerSimpleMapping
() {}
10
11
int
CSCTriggerSimpleMapping::hwId
(
int
endcap
,
int
station
,
int
sector,
int
subsector,
int
cscid)
const
{
12
int
id
= 0;
13
int
ring
=
CSCTriggerNumbering::ringFromTriggerLabels
(
station
, cscid);
14
int
chamber
=
CSCTriggerNumbering::chamberFromTriggerLabels
(sector, subsector,
station
, cscid);
15
// This is ONLY for Slice Test Nov-2005
16
17
id
=
CSCDetId::rawIdMaker
(
endcap
,
station
,
ring
,
chamber
, 0);
18
19
if
(
debugV
())
20
std::cout
<<
myName
() <<
": hardware id for endcap "
<<
endcap
<<
" station "
<<
station
<<
" sector "
<< sector
21
<<
" subsector "
<< subsector <<
" cscid "
<< cscid <<
" = "
<<
id
<< std::endl;
22
return
id
;
23
}
relativeConstraints.station
station
Definition:
relativeConstraints.py:67
CSCTriggerMapping::myName
const std::string & myName(void) const
Definition:
CSCTriggerMapping.h:126
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
CSCDetId::rawIdMaker
static int rawIdMaker(int iendcap, int istation, int iring, int ichamber, int ilayer)
Definition:
CSCDetId.h:131
makeMuonMisalignmentScenario.endcap
endcap
Definition:
makeMuonMisalignmentScenario.py:320
CSCTriggerSimpleMapping::CSCTriggerSimpleMapping
CSCTriggerSimpleMapping()
Constructor.
Definition:
CSCTriggerSimpleMapping.cc:7
CSCTriggerNumbering.h
CSCTriggerSimpleMapping.h
CSCTriggerSimpleMapping::hwId
int hwId(int endcap, int station, int sector, int subsector, int cscid) const override
Definition:
CSCTriggerSimpleMapping.cc:11
CSCTriggerSimpleMapping::~CSCTriggerSimpleMapping
~CSCTriggerSimpleMapping() override
Destructor.
Definition:
CSCTriggerSimpleMapping.cc:9
CSCTriggerNumbering::ringFromTriggerLabels
static int ringFromTriggerLabels(int station, int triggerCSCID)
Definition:
CSCTriggerNumbering.cc:5
CSCTriggerNumbering::chamberFromTriggerLabels
static int chamberFromTriggerLabels(int TriggerSector, int TriggerSubSector, int station, int TriggerCSCID)
Definition:
CSCTriggerNumbering.cc:30
CSCTriggerMapping::chamber
int chamber(int endcap, int station, int sector, int subsector, int cscid) const
Definition:
CSCTriggerMapping.cc:9
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:31
CSCTriggerMapping::debugV
bool debugV(void) const
Definition:
CSCTriggerMapping.h:121
relativeConstraints.ring
ring
Definition:
relativeConstraints.py:68
Generated for CMSSW Reference Manual by
1.8.16