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
EFTracking
FPGATrackSim
FPGATrackSimGNN
src
FPGATrackSimGNNGraphHitSelectorTool.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
4
#define FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
5
17
#include "
AthenaBaseComps/AthAlgTool.h
"
18
19
#include "
FPGATrackSimObjects/FPGATrackSimHit.h
"
20
#include "
FPGATrackSimObjects/FPGATrackSimGNNHit.h
"
21
22
class
FPGATrackSimGNNGraphHitSelectorTool
:
public
AthAlgTool
23
{
24
public
:
25
27
// AthAlgTool
28
29
FPGATrackSimGNNGraphHitSelectorTool
(
const
std::string&,
const
std::string&,
const
IInterface*);
30
32
// Functions
33
34
virtual
StatusCode
selectHits
(
const
std::vector<std::shared_ptr<const FPGATrackSimHit>> &
hits
, std::vector<std::shared_ptr<FPGATrackSimGNNHit>> & graph_hits);
35
36
private
:
37
39
// Helpers
40
41
float
getEta
(
const
std::shared_ptr<const FPGATrackSimHit> & hit);
42
43
};
44
45
46
#endif // FPGATRACKSIMGNNGRAPHHITSELECTORTOOL_H
TRTCalib_Extractor.hits
hits
Definition:
TRTCalib_Extractor.py:35
FPGATrackSimGNNGraphHitSelectorTool
Definition:
FPGATrackSimGNNGraphHitSelectorTool.h:23
FPGATrackSimGNNGraphHitSelectorTool::getEta
float getEta(const std::shared_ptr< const FPGATrackSimHit > &hit)
Definition:
FPGATrackSimGNNGraphHitSelectorTool.cxx:83
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
FPGATrackSimGNNGraphHitSelectorTool::selectHits
virtual StatusCode selectHits(const std::vector< std::shared_ptr< const FPGATrackSimHit >> &hits, std::vector< std::shared_ptr< FPGATrackSimGNNHit >> &graph_hits)
Definition:
FPGATrackSimGNNGraphHitSelectorTool.cxx:17
FPGATrackSimGNNHit.h
FPGATrackSim-specific class to represent an hit in the detector used for GNN pattern recognition.
FPGATrackSimHit.h
: FPGATrackSim-specific class to represent an hit in the detector.
FPGATrackSimGNNGraphHitSelectorTool::FPGATrackSimGNNGraphHitSelectorTool
FPGATrackSimGNNGraphHitSelectorTool(const std::string &, const std::string &, const IInterface *)
Definition:
FPGATrackSimGNNGraphHitSelectorTool.cxx:11
AthAlgTool
Definition:
AthAlgTool.h:26
Generated on Tue Mar 18 2025 21:10:57 for ATLAS Offline Software by
1.8.18