ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
HighGranularityTimingDetector
HGTD_Reconstruction
HGTD_RecToolInterfaces
HGTD_RecToolInterfaces
IHGTD_PadClusterizationTool.h
Go to the documentation of this file.
1
14
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_RawData/HGTD_ALTIROC_RDO_Collection.h
"
23
#include "
HGTD_ReadoutGeometry/HGTD_DetectorManager.h
"
24
25
#include "
AthAllocators/DataPool.h
"
26
27
#include <memory>
28
29
class
IHGTD_PadClusterizationTool
:
virtual
public
IAlgTool {
30
31
public
:
33
DeclareInterfaceID
(
IHGTD_PadClusterizationTool
, 1, 0);
34
42
virtual
std::unique_ptr<HGTD_ClusterCollection>
43
clusterize
(
const
HGTD_RDO_Collection
& rdo_collection,
44
DataPool<HGTD_Cluster>
* dataItemsPool)
const
= 0;
45
46
virtual
std::unique_ptr<HGTD_ClusterCollection>
47
clusterize
(
const
HGTD_ALTIROC_RDO_Collection
& rdo_collection,
48
DataPool<HGTD_Cluster>
* dataItemsPool)
const
= 0;
49
};
50
51
#endif
// IHGTD_CLUSTERMAKERTOOL_H
DataPool.h
HGTD_ALTIROC_RDO_Collection.h
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
HGTD_ClusterCollection.h
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
HGTD_DetectorManager.h
HGTD_ID.h
HGTD_RDO_Collection.h
DataPool
a typed memory pool that saves time spent allocation small object.
Definition
DataPool.h:63
HGTD_ALTIROC_RDO_Collection
Definition
HGTD_ALTIROC_RDO_Collection.h:20
HGTD_RDO_Collection
Definition
HGTD_RDO_Collection.h:19
IHGTD_PadClusterizationTool
Definition
IHGTD_PadClusterizationTool.h:29
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.
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_ALTIROC_RDO_Collection &rdo_collection, DataPool< HGTD_Cluster > *dataItemsPool) const =0
Generated on
for ATLAS Offline Software by
1.17.0