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
ForwardDetectors
ALFA
ALFA_EventCnv
ALFA_EventTPCnv
ALFA_EventTPCnv
ALFA_RawDataCollection_p1.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
#ifndef ALFA_RAWDATACOLLECTION_P1_H
6
#define ALFA_RAWDATACOLLECTION_P1_H
7
8
#include "
AthenaPoolUtilities/TPObjRef.h
"
9
#include "
ALFA_RawData_p1.h
"
10
#include <vector>
11
#include <string>
12
#include <inttypes.h>
13
14
class
ALFA_RawDataCollection_p1
:
public
std::vector<ALFA_RawData_p1> {
15
16
public
:
17
friend
class
ALFA_RawDataCollectionCnv_p1
;
18
ALFA_RawDataCollection_p1
():
19
MBId_POT
(0),
20
EventCount_POT
(0),
21
patternId
(0),
22
scalerId
(0),
23
ADC1Id
(0),
24
ADC2Id
(0),
25
TrigSyncErrId
(0)
26
{}
27
28
//Motherboard id
29
uint16_t
MBId_POT
;
30
//Event counter
31
uint32_t
EventCount_POT
;
32
//pattern id
33
std::vector<bool>
patternId
;
34
//scaler id
35
uint16_t
scalerId
;
36
//ADC1 id Chan0
37
uint16_t
ADC1Id
;
38
//ADC1 id Chan1
39
uint16_t
ADC2Id
;
40
//Time Stamp
41
//syncronization error of PMF 24 (trigger info)
42
bool
TrigSyncErrId
;
43
44
};
45
46
#endif
ALFA_RawDataCollectionCnv_p1
Definition:
ALFA_RawDataCollectionCnv_p1.h:18
ALFA_RawDataCollection_p1::TrigSyncErrId
bool TrigSyncErrId
Definition:
ALFA_RawDataCollection_p1.h:42
ALFA_RawDataCollection_p1::ADC2Id
uint16_t ADC2Id
Definition:
ALFA_RawDataCollection_p1.h:39
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
ALFA_RawData_p1.h
ALFA_RawDataCollection_p1::EventCount_POT
uint32_t EventCount_POT
Definition:
ALFA_RawDataCollection_p1.h:31
xAOD::uint16_t
setWord1 uint16_t
Definition:
eFexEMRoI_v1.cxx:93
ALFA_RawDataCollection_p1::ADC1Id
uint16_t ADC1Id
Definition:
ALFA_RawDataCollection_p1.h:37
ALFA_RawDataCollection_p1::MBId_POT
uint16_t MBId_POT
Definition:
ALFA_RawDataCollection_p1.h:29
TPObjRef.h
ALFA_RawDataCollection_p1::ALFA_RawDataCollection_p1
ALFA_RawDataCollection_p1()
Definition:
ALFA_RawDataCollection_p1.h:18
ALFA_RawDataCollection_p1::scalerId
uint16_t scalerId
Definition:
ALFA_RawDataCollection_p1.h:35
ALFA_RawDataCollection_p1::patternId
std::vector< bool > patternId
Definition:
ALFA_RawDataCollection_p1.h:33
ALFA_RawDataCollection_p1
Definition:
ALFA_RawDataCollection_p1.h:14
Generated on Sun Apr 6 2025 21:07:04 for ATLAS Offline Software by
1.8.18