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
LArCalorimeter
LArCnv
LArTPCnv
LArTPCnv
LArRawSCContainer_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARRAWSCCONTAINER_P1_H
6
#define LARRAWSCCONTAINER_P1_H
7
8
#include <vector>
9
10
11
class
LArRawSCContainer_p1
12
{
13
14
public
:
15
16
std::vector<unsigned int>
m_channelID
;
17
std::vector<unsigned short>
m_chan
;
18
std::vector<unsigned int>
m_sourceId
;
19
std::vector<unsigned short>
m_nEnergies
;
20
std::vector<int>
m_energies
;
21
std::vector<unsigned short>
m_bcids
;
22
std::vector<bool>
m_satur
;
23
24
};
25
26
27
#endif
LArRawSCContainer_p1::m_chan
std::vector< unsigned short > m_chan
Definition:
LArRawSCContainer_p1.h:17
LArRawSCContainer_p1::m_sourceId
std::vector< unsigned int > m_sourceId
Definition:
LArRawSCContainer_p1.h:18
LArRawSCContainer_p1
Definition:
LArRawSCContainer_p1.h:12
LArRawSCContainer_p1::m_energies
std::vector< int > m_energies
Definition:
LArRawSCContainer_p1.h:20
LArRawSCContainer_p1::m_satur
std::vector< bool > m_satur
Definition:
LArRawSCContainer_p1.h:22
LArRawSCContainer_p1::m_bcids
std::vector< unsigned short > m_bcids
Definition:
LArRawSCContainer_p1.h:21
LArRawSCContainer_p1::m_channelID
std::vector< unsigned int > m_channelID
Definition:
LArRawSCContainer_p1.h:16
LArRawSCContainer_p1::m_nEnergies
std::vector< unsigned short > m_nEnergies
Definition:
LArRawSCContainer_p1.h:19
Generated on Thu Apr 10 2025 21:14:00 for ATLAS Offline Software by
1.8.18