Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
L1DTTrackFinder
interface
L1MuDTChambThDigi.h
Go to the documentation of this file.
1
//-------------------------------------------------
2
//
3
// Class L1MuDTChambThDigi
4
//
5
// Description: input data for ETTF trigger
6
//
7
//
8
// Author List: Jorge Troconiz UAM Madrid
9
//
10
//
11
//--------------------------------------------------
12
#ifndef L1MuDTChambThDigi_H
13
#define L1MuDTChambThDigi_H
14
15
//------------------------------------
16
// Collaborating Class Declarations --
17
//------------------------------------
18
19
20
//----------------------
21
// Base Class Headers --
22
//----------------------
23
24
25
//---------------
26
// C++ Headers --
27
//---------------
28
29
30
// ---------------------
31
// -- Class Interface --
32
// ---------------------
33
34
typedef
unsigned
char
myint8
;
35
36
class
L1MuDTChambThDigi
{
37
38
public
:
39
40
// Constructors
41
L1MuDTChambThDigi
();
42
43
L1MuDTChambThDigi
(
int
ubx,
int
uwh,
int
usc,
int
ust,
44
int
* uos,
int
* uqual );
45
46
L1MuDTChambThDigi
(
int
ubx,
int
uwh,
int
usc,
int
ust,
47
int
* uos );
48
49
// Destructor
50
~L1MuDTChambThDigi
();
51
52
// Operations
53
int
bxNum
()
const
;
54
int
whNum
()
const
;
55
int
scNum
()
const
;
56
int
stNum
()
const
;
57
58
int
code
(
const
int
i
)
const
;
59
int
position
(
const
int
i)
const
;
60
int
quality
(
const
int
i)
const
;
61
62
private
:
63
64
int
bx
;
65
int
wheel
;
66
int
sector
;
67
int
station
;
68
69
myint8
m_outPos
[7];
70
myint8
m_outQual
[7];
71
};
72
73
#endif
L1MuDTChambThDigi::stNum
int stNum() const
Definition:
L1MuDTChambThDigi.cc:96
i
int i
Definition:
DBlmapReader.cc:9
L1MuDTChambThDigi::wheel
int wheel
Definition:
L1MuDTChambThDigi.h:65
L1MuDTChambThDigi::sector
int sector
Definition:
L1MuDTChambThDigi.h:66
L1MuDTChambThDigi::bx
int bx
Definition:
L1MuDTChambThDigi.h:64
L1MuDTChambThDigi::~L1MuDTChambThDigi
~L1MuDTChambThDigi()
Definition:
L1MuDTChambThDigi.cc:80
L1MuDTChambThDigi
Definition:
L1MuDTChambThDigi.h:36
L1MuDTChambThDigi::quality
int quality(const int i) const
Definition:
L1MuDTChambThDigi.cc:112
L1MuDTChambThDigi::position
int position(const int i) const
Definition:
L1MuDTChambThDigi.cc:106
L1MuDTChambThDigi::station
int station
Definition:
L1MuDTChambThDigi.h:67
L1MuDTChambThDigi::m_outPos
myint8 m_outPos[7]
Definition:
L1MuDTChambThDigi.h:69
myint8
unsigned char myint8
Definition:
L1MuDTChambThDigi.h:34
L1MuDTChambThDigi::whNum
int whNum() const
Definition:
L1MuDTChambThDigi.cc:90
L1MuDTChambThDigi::scNum
int scNum() const
Definition:
L1MuDTChambThDigi.cc:93
L1MuDTChambThDigi::m_outQual
myint8 m_outQual[7]
Definition:
L1MuDTChambThDigi.h:70
L1MuDTChambThDigi::code
int code(const int i) const
Definition:
L1MuDTChambThDigi.cc:100
L1MuDTChambThDigi::L1MuDTChambThDigi
L1MuDTChambThDigi()
Definition:
L1MuDTChambThDigi.cc:36
L1MuDTChambThDigi::bxNum
int bxNum() const
Definition:
L1MuDTChambThDigi.cc:86
Generated for CMSSW Reference Manual by
1.8.5