Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
graphics
VP1
VP1Systems
VP1RawDataSystems
VP1RawDataSystems
VP1RawDataHandle_LUCID_Digit.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
7
// //
8
// Header file for class VP1RawDataHandle_LUCID_Digit //
9
// //
10
// Description: Handle for LUCID digits. //
11
// //
12
// Author: Thomas H. Kittelmann (Thomas.Kittelmann@cern.ch) //
13
// Initial version: February 2009 //
14
// //
16
17
#ifndef VP1RAWDATAHANDLE_LUCID_DIGIT_H
18
#define VP1RAWDATAHANDLE_LUCID_DIGIT_H
19
20
#include "
VP1RawDataSystems/VP1RawDataHandle_LUCID.h
"
21
class
LUCID_Digit
;
22
23
class
VP1RawDataHandle_LUCID_Digit
:
public
VP1RawDataHandle_LUCID
{
24
public
:
25
26
VP1RawDataHandle_LUCID_Digit
(
VP1RawDataCollBase
*,
const
LUCID_Digit
*);
27
virtual
~VP1RawDataHandle_LUCID_Digit
();
28
29
QStringList
clicked
(
bool
verbose
)
const
;
30
unsigned
short
getTubeID
()
const
;
31
unsigned
short
getQDC
()
const
;
32
unsigned
short
getTDC
()
const
;
33
bool
isSideA
()
const
;
34
bool
isSideC
()
const
;
35
36
private
:
37
const
LUCID_Digit
*
m_data
;
38
39
};
40
41
#endif
VP1RawDataCollBase
Definition:
VP1RawDataCollBase.h:29
VP1RawDataHandle_LUCID_Digit
Definition:
VP1RawDataHandle_LUCID_Digit.h:23
VP1RawDataHandle_LUCID_Digit::isSideC
bool isSideC() const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:48
VP1RawDataHandle_LUCID
Definition:
VP1RawDataHandle_LUCID.h:23
LUCID_Digit
Definition:
LUCID_Digit.h:8
VP1RawDataHandle_LUCID_Digit::VP1RawDataHandle_LUCID_Digit
VP1RawDataHandle_LUCID_Digit(VP1RawDataCollBase *, const LUCID_Digit *)
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:23
VP1RawDataHandle_LUCID_Digit::getTubeID
unsigned short getTubeID() const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:44
VP1RawDataHandle_LUCID_Digit::clicked
QStringList clicked(bool verbose) const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:34
VP1RawDataHandle_LUCID_Digit::getQDC
unsigned short getQDC() const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:45
VP1RawDataHandle_LUCID_Digit::m_data
const LUCID_Digit * m_data
Definition:
VP1RawDataHandle_LUCID_Digit.h:37
VP1RawDataHandle_LUCID_Digit::isSideA
bool isSideA() const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:47
VP1RawDataHandle_LUCID_Digit::~VP1RawDataHandle_LUCID_Digit
virtual ~VP1RawDataHandle_LUCID_Digit()
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:29
python.TriggerHandler.verbose
verbose
Definition:
TriggerHandler.py:297
VP1RawDataHandle_LUCID.h
VP1RawDataHandle_LUCID_Digit::getTDC
unsigned short getTDC() const
Definition:
VP1RawDataHandle_LUCID_Digit.cxx:46
Generated on Wed Apr 16 2025 21:23:16 for ATLAS Offline Software by
1.8.18