ATLAS Offline Software
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
#include "
ActsEvent/Seed.h
"
20
21
#include "Acts/Definitions/Algebra.hpp"
22
23
namespace
ActsTrk
{
24
class
IProtoTrackCreatorTool
25
:
virtual
public
IAlgTool {
26
public
:
27
DeclareInterfaceID
(
IProtoTrackCreatorTool
, 1, 0);
28
35
virtual
StatusCode
findProtoTracks
(
const
EventContext& ctx,
36
const
xAOD::PixelClusterContainer
&
pixelContainer
,
37
const
xAOD::StripClusterContainer
&
stripContainer
,
38
std::vector<ActsTrk::ProtoTrack> & foundProtoTracks )
const
= 0;
39
};
40
41
}
// namespace
42
43
#endif
44
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.
DataPrepToActsConfig.stripContainer
stripContainer
Definition:
DataPrepToActsConfig.py:10
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PixelClusterContainer.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
SpacePointAuxContainer.h
Seed.h
StripClusterContainer.h
ActsTrk::IProtoTrackCreatorTool
Definition:
IProtoTrackCreatorTool.h:25
ActsTrk::IProtoTrackCreatorTool::DeclareInterfaceID
DeclareInterfaceID(IProtoTrackCreatorTool, 1, 0)
ProtoTrack.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:54
BeamSpotData.h
DataPrepToActsConfig.pixelContainer
pixelContainer
Definition:
DataPrepToActsConfig.py:9
Generated on Tue Dec 24 2024 21:12:00 for ATLAS Offline Software by
1.8.18