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
L1Trigger
DTBti
src
DTBtiTrigData.cc
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class: DTBtiTrigData.cpp
4
//
5
// Description: DTBtiChip Trigger Data
6
//
7
//
8
// Author List:
9
// C. Grandi
10
// Modifications:
11
//
12
//
13
//--------------------------------------------------
14
15
//#include "Utilities/Configuration/interface/Architecture.h"
16
17
//-----------------------
18
// This Class's Header --
19
//-----------------------
20
#include "
L1Trigger/DTBti/interface/DTBtiTrigData.h
"
21
22
//-------------------------------
23
// Collaborating Class Headers --
24
//-------------------------------
25
26
//---------------
27
// C++ Headers --
28
//---------------
29
#include <iostream>
30
31
using namespace
std
;
32
33
//--------------
34
// Operations --
35
//--------------
36
37
void
DTBtiTrigData::print
()
const
{
38
cout
<<
"BTI Id="
39
<<
" ( "
<< _btiid.wheel();
40
cout
<<
" , "
<< _btiid.station();
41
cout
<<
" , "
<< _btiid.sector();
42
cout
<<
" , "
<< _btiid.superlayer();
43
cout
<<
" # "
<< _btiid.bti();
44
cout
<<
" ) "
;
45
cout
<<
", K="
<< K() <<
", X="
<<
X
() <<
", equation="
<< eq();
46
cout
<<
", code="
<< code();
47
cout
<<
" step= "
<<
step
();
48
/* cout << " strobe= " << Strobe();
49
cout << " Keq values: " << Keq(0) << " " << Keq(1) << " " << Keq(2) << " "
50
<< Keq(3) << " " << Keq(4) << " " << Keq(5) << endl;
51
*/
52
cout
<< endl;
53
}
step
step
Definition:
StallMonitor.cc:94
X
#define X(str)
Definition:
MuonsGrabber.cc:38
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
std
Definition:
JetResolutionObject.h:76
DTBtiTrigData.h
DTBtiTrigData::print
void print() const override
Print.
Definition:
DTBtiTrigData.cc:37
Generated for CMSSW Reference Manual by
1.8.16