ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsTrackReconstruction
src
RandomProtoTrackCreatorTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSTRACKRECONSTRUCTION_RANDOMPROTOTRACKCREATOR__H
6
#define ACTSTRACKRECONSTRUCTION_RANDOMPROTOTRACKCREATOR__H
7
8
#include "
ActsToolInterfaces/IProtoTrackCreatorTool.h
"
9
10
#include "
AthenaBaseComps/AthAlgTool.h
"
11
12
namespace
ActsTrk
{
13
14
class
RandomProtoTrackCreatorTool
:
15
public
extends<AthAlgTool, ActsTrk::IProtoTrackCreatorTool> {
16
public
:
17
18
RandomProtoTrackCreatorTool
(
const
std::string&
type
,
19
const
std::string& name,
20
const
IInterface* parent);
21
virtual
~RandomProtoTrackCreatorTool
() =
default
;
22
29
virtual
StatusCode
findProtoTracks
(
const
EventContext& ctx,
30
const
xAOD::PixelClusterContainer
& pixelContainer,
31
const
xAOD::StripClusterContainer
& stripContainer,
32
std::vector<ActsTrk::ProtoTrack> & foundProtoTracks )
const
override
final
;
33
protected
:
38
std::unique_ptr<Acts::BoundTrackParameters>
makeDummyParams
(
const
xAOD::UncalibratedMeasurement
* firstPRD)
const
;
41
Amg::Vector3D
getMeasurementPos
(
const
xAOD::UncalibratedMeasurement
* theMeas)
const
;
42
43
};
44
45
}
// namespace
46
47
#endif
48
49
50
AthAlgTool.h
IProtoTrackCreatorTool.h
ActsTrk::RandomProtoTrackCreatorTool::findProtoTracks
virtual StatusCode findProtoTracks(const EventContext &ctx, const xAOD::PixelClusterContainer &pixelContainer, const xAOD::StripClusterContainer &stripContainer, std::vector< ActsTrk::ProtoTrack > &foundProtoTracks) const override final
EF-style pattern recognition to create prototracks.
Definition
RandomProtoTrackCreatorTool.cxx:16
ActsTrk::RandomProtoTrackCreatorTool::getMeasurementPos
Amg::Vector3D getMeasurementPos(const xAOD::UncalibratedMeasurement *theMeas) const
get the global position for an uncalibrated measurement - delegates to the specialisation
Definition
RandomProtoTrackCreatorTool.cxx:52
ActsTrk::RandomProtoTrackCreatorTool::makeDummyParams
std::unique_ptr< Acts::BoundTrackParameters > makeDummyParams(const xAOD::UncalibratedMeasurement *firstPRD) const
creates a random, dummy set of parameters Warning: This is not a real parameter estimate.
Definition
RandomProtoTrackCreatorTool.cxx:62
ActsTrk::RandomProtoTrackCreatorTool::RandomProtoTrackCreatorTool
RandomProtoTrackCreatorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
RandomProtoTrackCreatorTool.cxx:10
ActsTrk::RandomProtoTrackCreatorTool::~RandomProtoTrackCreatorTool
virtual ~RandomProtoTrackCreatorTool()=default
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition
GeoPrimitives.h:47
xAOD::PixelClusterContainer
PixelClusterContainer_v1 PixelClusterContainer
Define the version of the pixel cluster container.
Definition
Event/xAOD/xAODInDetMeasurement/xAODInDetMeasurement/PixelClusterContainer.h:14
xAOD::UncalibratedMeasurement
UncalibratedMeasurement_v1 UncalibratedMeasurement
Define the version of the uncalibrated measurement class.
Definition
UncalibratedMeasurementFwd.h:13
xAOD::StripClusterContainer
StripClusterContainer_v1 StripClusterContainer
Define the version of the strip cluster container.
Definition
StripClusterContainer.h:14
type
Generated on
for ATLAS Offline Software by
1.17.0