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
n
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
c
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
DTUtilities
interface
DTTrigData.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
9
//
10
//--------------------------------------------------
11
#ifndef DT_TRIG_DATA_H_
12
#define DT_TRIG_DATA_H_
13
14
//------------------------------------
15
// Collaborating Class Declarations --
16
//------------------------------------
17
18
//----------------------
19
// Base Class Headers --
20
//----------------------
21
//#include "Profound/MuNumbering/interface/MuBarIdInclude.h"
22
// Should become
23
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
24
#include "
DataFormats/MuonDetId/interface/DTLayerId.h
"
25
#include "
DataFormats/MuonDetId/interface/DTSuperLayerId.h
"
26
#include "
DataFormats/MuonDetId/interface/DTWireId.h
"
27
//---------------
28
// C++ Headers --
29
//---------------
30
31
// ---------------------
32
// -- Class Interface --
33
// ---------------------
34
35
class
DTTrigData
{
36
public
:
38
DTTrigData
() {}
39
41
virtual
~DTTrigData
() {}
42
44
virtual
DTChamberId
ChamberId
()
const
= 0;
45
47
inline
int
wheel
()
const
{
return
ChamberId
().
wheel
(); }
48
50
inline
int
station
()
const
{
return
ChamberId
().
station
(); }
51
53
inline
int
sector
()
const
{
return
ChamberId
().
sector
(); }
54
56
virtual
void
print
()
const
= 0;
57
};
58
#endif
DTTrigData::print
virtual void print() const =0
Print a trigger-data object with also local and global position/direction.
DTChamberId::station
int station() const
Return the station number.
Definition:
DTChamberId.h:42
DTTrigData::wheel
int wheel() const
Return wheel number.
Definition:
DTTrigData.h:47
DTSuperLayerId.h
DTTrigData::sector
int sector() const
Return sector number.
Definition:
DTTrigData.h:53
DTChamberId
Definition:
DTChamberId.h:14
DTTrigData::ChamberId
virtual DTChamberId ChamberId() const =0
Identifier of the associated chamber.
DTTrigData::station
int station() const
Return station number.
Definition:
DTTrigData.h:50
DTChamberId.h
DTLayerId.h
DTTrigData::~DTTrigData
virtual ~DTTrigData()
Destructor.
Definition:
DTTrigData.h:41
DTTrigData
Definition:
DTTrigData.h:35
DTWireId.h
DTChamberId::wheel
int wheel() const
Return the wheel number.
Definition:
DTChamberId.h:39
DTChamberId::sector
int sector() const
Definition:
DTChamberId.h:49
DTTrigData::DTTrigData
DTTrigData()
Constructor.
Definition:
DTTrigData.h:38
Generated for CMSSW Reference Manual by
1.8.14