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
Simulation
Tools
McEventCollectionFilter
src
sTGC_HitsTruthRelink.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef STGCHITSTRUTHRELINK_H
6
#define STGCHITSTRUTHRELINK_H
7
8
// Base class include
9
#include "
HitsTruthRelinkBase.h
"
10
11
#include <
MuonSimEvent/sTGCSimHitCollection.h
>
12
13
14
class
sTGC_HitsTruthRelink
:
public
HitsTruthRelinkBase
15
{
16
public
:
17
sTGC_HitsTruthRelink
(
const
std::string &
name
, ISvcLocator *pSvcLocator);
18
19
virtual
StatusCode
initialize
()
override
;
20
virtual
StatusCode
execute
(
const
EventContext &ctx)
const override
;
21
22
private
:
23
SG::ReadHandleKey<sTGCSimHitCollection>
m_inputHitsKey
{
this
,
"InputHits"
,
"sTGC_HitsOLD"
,
"Input TGC hits name"
};
24
SG::WriteHandleKey<sTGCSimHitCollection>
m_outputHitsKey
{
this
,
"OutputHits"
,
"sTGC_Hits"
,
"Output TGC hits name"
};
25
};
26
27
#endif
sTGC_HitsTruthRelink
Definition:
sTGC_HitsTruthRelink.h:15
sTGC_HitsTruthRelink::sTGC_HitsTruthRelink
sTGC_HitsTruthRelink(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
sTGC_HitsTruthRelink.cxx:8
sTGC_HitsTruthRelink::initialize
virtual StatusCode initialize() override
Definition:
sTGC_HitsTruthRelink.cxx:14
sTGCSimHitCollection.h
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
HitsTruthRelinkBase.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition:
StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HitsTruthRelinkBase
Definition:
HitsTruthRelinkBase.h:15
sTGC_HitsTruthRelink::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition:
sTGC_HitsTruthRelink.cxx:27
sTGC_HitsTruthRelink::m_inputHitsKey
SG::ReadHandleKey< sTGCSimHitCollection > m_inputHitsKey
Definition:
sTGC_HitsTruthRelink.h:23
sTGC_HitsTruthRelink::m_outputHitsKey
SG::WriteHandleKey< sTGCSimHitCollection > m_outputHitsKey
Definition:
sTGC_HitsTruthRelink.h:24
Generated on Wed Apr 16 2025 21:19:06 for ATLAS Offline Software by
1.8.18