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
HighGranularityTimingDetector
HGTD_Reconstruction
HGTD_RecToolInterfaces
HGTD_RecToolInterfaces
IHGTD_PadClusterizationTool.h
Go to the documentation of this file.
1
15
#ifndef IHGTD_CLUSTERMAKERTOOL_H
16
#define IHGTD_CLUSTERMAKERTOOL_H
17
18
#include "GaudiKernel/AlgTool.h"
19
#include "
HGTD_Identifier/HGTD_ID.h
"
20
#include "
HGTD_PrepRawData/HGTD_ClusterCollection.h
"
21
#include "
HGTD_RawData/HGTD_RDO_Collection.h
"
22
#include "
HGTD_ReadoutGeometry/HGTD_DetectorManager.h
"
23
24
#include "
AthAllocators/DataPool.h
"
25
26
#include <memory>
27
28
class
IHGTD_PadClusterizationTool
:
virtual
public
IAlgTool {
29
30
public
:
32
DeclareInterfaceID
(
IHGTD_PadClusterizationTool
, 1, 0);
33
41
virtual
std::unique_ptr<HGTD_ClusterCollection>
42
clusterize
(
const
HGTD_RDO_Collection
& rdo_collection,
43
DataPool<HGTD_Cluster>
* dataItemsPool)
const
= 0;
44
};
45
46
#endif // IHGTD_CLUSTERMAKERTOOL_H
IHGTD_PadClusterizationTool::DeclareInterfaceID
DeclareInterfaceID(IHGTD_PadClusterizationTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
IHGTD_PadClusterizationTool::clusterize
virtual std::unique_ptr< HGTD_ClusterCollection > clusterize(const HGTD_RDO_Collection &rdo_collection, DataPool< HGTD_Cluster > *dataItemsPool) const =0
Processes raw data objects on a HGTD module into tracking input.
HGTD_DetectorManager.h
HGTD_RDO_Collection
Definition:
HGTD_RDO_Collection.h:19
HGTD_ClusterCollection.h
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
DataPool.h
IHGTD_PadClusterizationTool
Definition:
IHGTD_PadClusterizationTool.h:28
HGTD_ID.h
HGTD_RDO_Collection.h
DataPool
a typed memory pool that saves time spent allocation small object. This is typically used by containe...
Definition:
DataPool.h:63
Generated on Sat Mar 15 2025 21:11:42 for ATLAS Offline Software by
1.8.18