ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsToolInterfaces
ActsToolInterfaces
IProtoTrackCreatorTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSTOOLINTERFACES_IPROTOTRACKCREATORTOOL__H
6
#define ACTSTOOLINTERFACES_IPROTOTRACKCREATORTOOL__H
7
8
// Athena
9
#include "GaudiKernel/IAlgTool.h"
10
#include "GaudiKernel/EventContext.h"
11
#include "
BeamSpotConditionsData/BeamSpotData.h
"
12
#include "Acts/MagneticField/MagneticFieldContext.hpp"
13
14
// ACTS EDM
15
#include "
xAODInDetMeasurement/PixelClusterContainer.h
"
16
#include "
xAODInDetMeasurement/StripClusterContainer.h
"
17
#include "
xAODInDetMeasurement/SpacePointAuxContainer.h
"
18
#include "
ActsEvent/ProtoTrack.h
"
19
20
#include "Acts/Definitions/Algebra.hpp"
21
22
namespace
ActsTrk
{
23
class
IProtoTrackCreatorTool
24
:
virtual
public
IAlgTool {
25
public
:
26
DeclareInterfaceID
(
IProtoTrackCreatorTool
, 1, 0);
27
34
virtual
StatusCode
findProtoTracks
(
const
EventContext& ctx,
35
const
xAOD::PixelClusterContainer
& pixelContainer,
36
const
xAOD::StripClusterContainer
& stripContainer,
37
std::vector<ActsTrk::ProtoTrack> & foundProtoTracks )
const
= 0;
38
};
39
40
}
// namespace
41
42
#endif
43
BeamSpotData.h
PixelClusterContainer.h
ProtoTrack.h
SpacePointAuxContainer.h
StripClusterContainer.h
ActsTrk::IProtoTrackCreatorTool
Definition
IProtoTrackCreatorTool.h:24
ActsTrk::IProtoTrackCreatorTool::DeclareInterfaceID
DeclareInterfaceID(IProtoTrackCreatorTool, 1, 0)
ActsTrk::IProtoTrackCreatorTool::findProtoTracks
virtual StatusCode findProtoTracks(const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks) const =0
EF-style pattern recognition to create prototracks.
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
xAOD::PixelClusterContainer
PixelClusterContainer_v1 PixelClusterContainer
Define the version of the pixel cluster container.
Definition
Event/xAOD/xAODInDetMeasurement/xAODInDetMeasurement/PixelClusterContainer.h:14
xAOD::StripClusterContainer
StripClusterContainer_v1 StripClusterContainer
Define the version of the strip cluster container.
Definition
StripClusterContainer.h:14
Generated on
for ATLAS Offline Software by
1.17.0