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
GlobalAlgs
Hypothesis
UCL
InvariantMassDeltaPhiInclusive2ContainerPortsIn.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h
"
6
using namespace
GlobalSim
;
7
8
std::ostream&
9
operator<<
(std::ostream&
os
,
10
const
InvariantMassDeltaPhiInclusive2ContainerPortsIn
& in_ports){
11
12
os
<<
"\nInvariantMassDeltaPhiInclusive2ContainerPortsIn data:\n"
<<
13
"m_I_Tobs1 ["
<< in_ports.
m_I_Tobs1
.size() <<
"]\n"
;
14
15
16
std::size_t
ind
{0};
17
for
(
const
auto
& gt_ptr : in_ports.
m_I_Tobs1
) {
18
os
<<
"tob "
<<
ind
++ <<
'\n'
;
19
if
(gt_ptr) {
20
os
<< *gt_ptr <<
"\n"
;
21
}
22
}
23
24
25
os
<<
"\n m_I_Tobs2 ["
<< in_ports.
m_I_Tobs2
.size() <<
"]\n"
;
26
27
28
ind
= 0;
29
for
(
const
auto
& gt_ptr : in_ports.
m_I_Tobs2
) {
30
os
<<
"tob "
<<
ind
++ <<
'\n'
;
31
if
(gt_ptr) {
32
os
<< *gt_ptr <<
"\n"
;
33
}
34
}
35
36
return
os
;
37
38
}
39
40
41
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn::m_I_Tobs2
std::array< GenTobPtr, AlgoConstants::maxNTob > m_I_Tobs2
Definition:
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:26
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h
GlobalSim::operator<<
std::ostream & operator<<(std::ostream &os, const TestCounts &tc)
Definition:
eEmSortSelectCountContainerComparator.cxx:47
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition:
dump.h:8
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn
Definition:
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:20
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsIn::m_I_Tobs1
std::array< GenTobPtr, AlgoConstants::maxNTob > m_I_Tobs1
Definition:
InvariantMassDeltaPhiInclusive2ContainerPortsIn.h:25
checkFileSG.ind
list ind
Definition:
checkFileSG.py:118
Generated on Tue Mar 18 2025 21:12:12 for ATLAS Offline Software by
1.8.18