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
Trigger
TrigT1
Global
GlobalSimulation
src
IO
Global/GlobalSimulation/src/IO/StripData.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GLOBALSIM_STRIPDATA_H
6
#define GLOBALSIM_STRIPDATA_H
7
8
#include <ostream>
9
10
/* Struct to carry et data for LAr strips consumned by various GlobalSim
11
* Algorithms
12
*/
13
14
namespace
GlobalSim
{
15
16
struct
StripData
{
17
StripData
() =
default
;
18
StripData
(
double
eta,
double
phi,
double
e
):
19
m_eta
{eta},
m_phi
{phi},
m_e
{
e
}{}
20
double
m_eta
{0.};
21
double
m_phi
{0.};
22
double
m_e
{0.};
23
};
24
25
}
26
27
std::ostream&
operator<<
(std::ostream&,
const
GlobalSim::StripData
&);
28
29
#endif
30
31
32
33
AllowedVariables::e
e
Definition:
AsgElectronSelectorTool.cxx:37
GlobalSim::StripData
Definition:
Global/GlobalSimulation/src/IO/StripData.h:16
GlobalSim::StripData::StripData
StripData(double eta, double phi, double e)
Definition:
Global/GlobalSimulation/src/IO/StripData.h:18
GlobalSim::StripData::StripData
StripData()=default
GlobalSim::StripData::m_phi
double m_phi
Definition:
Global/GlobalSimulation/src/IO/StripData.h:21
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition:
dump.h:8
GlobalSim::StripData::m_eta
double m_eta
Definition:
Global/GlobalSimulation/src/IO/StripData.h:20
operator<<
std::ostream & operator<<(std::ostream &, const GlobalSim::StripData &)
Definition:
Global/GlobalSimulation/src/IO/StripData.cxx:4
GlobalSim::StripData::m_e
double m_e
Definition:
Global/GlobalSimulation/src/IO/StripData.h:22
Generated on Sat Mar 15 2025 21:19:04 for ATLAS Offline Software by
1.8.18