ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonPhaseII
MuonRecToolInterfacesR4
MuonRecToolInterfacesR4
ITrackSeedingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef MUONRECTOOLINTERFACESR4_ITRACKSEEDINGTOOL_H
5
#define MUONRECTOOLINTERFACESR4_ITRACKSEEDINGTOOL_H
6
7
#include "GaudiKernel/IAlgTool.h"
8
#include "GaudiKernel/EventContext.h"
9
10
11
#include "Acts/EventData/BoundTrackParameters.hpp"
12
13
#include "
xAODMuon/MuonSegmentContainer.h
"
14
15
#include <span>
16
17
namespace
MuonR4
{
18
class
MsTrackSeed
;
19
}
20
21
namespace
MuonR4
{
34
class
ITrackSeedingTool
:
virtual
public
IAlgTool {
35
public
:
37
virtual
~ITrackSeedingTool
() =
default
;
39
DeclareInterfaceID
(
MuonR4::ITrackSeedingTool
, 1, 0);
45
virtual
StatusCode
findTrackSeeds
(
const
EventContext& ctx,
46
std::vector<MsTrackSeed>& outSeeds)
const
= 0;
47
48
virtual
Acts::Result<Acts::BoundTrackParameters>
49
estimateStartParameters
(
const
EventContext& ctx,
50
const
MsTrackSeed
& seed)
const
= 0;
51
52
using
PosMomPair_t
= std::pair<Amg::Vector3D, Amg::Vector3D>;
53
54
virtual
double
estimateQtimesP
(
const
EventContext& ctx,
55
const
Amg::Vector3D
& planeNorm,
56
std::span<const PosMomPair_t> circlePoints)
const
= 0;
57
58
59
};
60
}
61
#endif
MuonSegmentContainer.h
MuonR4::ITrackSeedingTool
Tool interface to construct TrackSeeds from the MuonSegmentContainer.
Definition
ITrackSeedingTool.h:34
MuonR4::ITrackSeedingTool::PosMomPair_t
std::pair< Amg::Vector3D, Amg::Vector3D > PosMomPair_t
Definition
ITrackSeedingTool.h:52
MuonR4::ITrackSeedingTool::findTrackSeeds
virtual StatusCode findTrackSeeds(const EventContext &ctx, std::vector< MsTrackSeed > &outSeeds) const =0
Retrieves the segment container from StoreGate and constructs TrackSeeds from them.
MuonR4::ITrackSeedingTool::~ITrackSeedingTool
virtual ~ITrackSeedingTool()=default
Default destructor.
MuonR4::ITrackSeedingTool::estimateQtimesP
virtual double estimateQtimesP(const EventContext &ctx, const Amg::Vector3D &planeNorm, std::span< const PosMomPair_t > circlePoints) const =0
MuonR4::ITrackSeedingTool::DeclareInterfaceID
DeclareInterfaceID(MuonR4::ITrackSeedingTool, 1, 0)
Declare the interface.
MuonR4::ITrackSeedingTool::estimateStartParameters
virtual Acts::Result< Acts::BoundTrackParameters > estimateStartParameters(const EventContext &ctx, const MsTrackSeed &seed) const =0
MuonR4::MsTrackSeed
Definition
MsTrackSeed.h:22
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition
GeoPrimitives.h:47
MuonR4
This header ties the generic definitions in this package.
Definition
GlobalPattern.h:14
Generated on
for ATLAS Offline Software by
1.17.0