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
ForwardDetectors
AFP
AFP_Reconstruction
AFP_SiClusterTools
AFP_SiClusterTools
IAFPSiClusterAlgTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AFP_SICLUSTERTOOLS_IAFPSICLUSTERALGTOOL_H
6
#define AFP_SICLUSTERTOOLS_IAFPSICLUSTERALGTOOL_H 1
7
17
// STL includes
18
#include <list>
19
20
21
// FrameWork includes
22
#include "GaudiKernel/IAlgTool.h"
23
#include "
AthContainers/DataVector.h
"
24
25
#include "
xAODForward/AFPSiHit.h
"
26
#include "
AFPSiClusterBasicObj.h
"
27
29
class
IAFPSiClusterAlgTool
:
virtual
public
::IAlgTool
30
{
31
32
public
:
33
DeclareInterfaceID
(
IAFPSiClusterAlgTool
, 1, 0);
34
42
virtual
StatusCode
doClustering
(
const
std::list<const xAOD::AFPSiHit*>&
hits
, std::list<AFPSiClusterBasicObj>& outputClusters)
const
= 0;
43
44
};
45
46
#endif //> !AFP_SICLUSTERTOOLS_IAFPSICLUSTERTOOL_H
TRTCalib_Extractor.hits
hits
Definition:
TRTCalib_Extractor.py:35
IAFPSiClusterAlgTool::doClustering
virtual StatusCode doClustering(const std::list< const xAOD::AFPSiHit * > &hits, std::list< AFPSiClusterBasicObj > &outputClusters) const =0
Reconstruct clusters.
AFPSiClusterBasicObj.h
Full definition of AFPSiClusterBasicObj.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAFPSiClusterAlgTool
Interface for tools with algorithms that clusters silicon pixel hits.
Definition:
IAFPSiClusterAlgTool.h:30
IAFPSiClusterAlgTool::DeclareInterfaceID
DeclareInterfaceID(IAFPSiClusterAlgTool, 1, 0)
AFPSiHit.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
Generated on Sun Mar 23 2025 21:11:37 for ATLAS Offline Software by
1.8.18