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
L1Topo
L1TopoCoreSim
Root
InputConnector.cxx
Go to the documentation of this file.
1
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
#include "
L1TopoCoreSim/InputConnector.h
"
4
#include "
L1TopoCommon/Exception.h
"
5
6
using namespace
std;
7
using namespace
TCS
;
8
9
InputConnector::InputConnector(
const
string
&
name
) :
10
Connector
(
name
,
INPUT
),
11
m_inputTOBType (
inputType
(
name
))
12
{
13
}
14
15
InputConnector::~InputConnector
()
16
{}
17
18
19
TCS::StatusCode
20
TCS::InputConnector::clearOutput
() {
21
m_outputData = 0;
22
return
StatusCode::SUCCESS
;
23
}
24
25
26
// attaches the input data to the connector (does not take ownership)
27
void
28
TCS::InputConnector::attachOutputData
(
const
TCS::InputTOBArray
*
data
) {
29
if
(m_outputData != 0) {
30
TCS_EXCEPTION
(
"Trying to attach data to input connector "
<<
name
() <<
" which has already data attached"
)
31
}
32
m_outputData =
data
;
33
}
34
35
36
namespace
TCS
{
37
38
39
ostream &
40
operator<<
(ostream &o,
const
TCS::InputConnector
&
conn
) {
41
o <<
conn
.name();
42
return
o;
43
}
44
45
46
}
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
checkCorrelInHIST.conn
conn
Definition:
checkCorrelInHIST.py:25
TCS::StatusCode::SUCCESS
@ SUCCESS
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:17
TCS::InputConnector::~InputConnector
virtual ~InputConnector()
Definition:
InputConnector.cxx:15
TCS::Connector
Definition:
Connector.h:22
InputConnector.h
TCS::InputConnector::clearOutput
StatusCode clearOutput()
Definition:
InputConnector.cxx:20
TCS::InputConnector::attachOutputData
void attachOutputData(const InputTOBArray *data)
Definition:
InputConnector.cxx:28
jobOptions_CavernBackground.inputType
inputType
Definition:
jobOptions_CavernBackground.py:21
TCS::InputConnector
Definition:
InputConnector.h:22
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TCS_EXCEPTION
#define TCS_EXCEPTION(MSG)
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/Exception.h:14
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
internal_poltrig::INPUT
@ INPUT
Definition:
PolygonTriangulator.cxx:112
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::operator<<
std::ostream & operator<<(std::ostream &, const TCS::CountingConnector &)
Definition:
CountingConnector.cxx:93
Exception.h
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Thu Mar 13 2025 21:12:04 for ATLAS Offline Software by
1.8.18