ATLAS Offline Software
Tracking
Acts
ActsToolInterfaces
ActsToolInterfaces
ISeedingTool.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_ISEEDINGTOOL_H
6
#define ACTSTOOLINTERFACES_ISEEDINGTOOL_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/SpacePointContainer.h
"
16
#include "
xAODInDetMeasurement/SpacePointAuxContainer.h
"
17
#include "
ActsEvent/SpacePointCollector.h
"
18
#include "
ActsEvent/Seed.h
"
19
#include "
ActsEvent/SeedContainer.h
"
20
21
#include "Acts/EventData/SpacePointContainer.hpp"
22
#include "Acts/Definitions/Algebra.hpp"
23
24
namespace
ActsTrk
{
25
class
ISeedingTool
26
:
virtual
public
IAlgTool {
27
public
:
28
DeclareInterfaceID
(
ISeedingTool
, 1, 0);
29
30
virtual
31
StatusCode
32
createSeeds
(
const
EventContext& ctx,
33
const
Acts::SpacePointContainer<ActsTrk::SpacePointCollector, Acts::detail::RefHolder>& spContainer,
34
const
Acts::Vector3& beamSpotPos,
35
const
Acts::Vector3& bField,
36
ActsTrk::SeedContainer
& seedContainer )
const
= 0;
37
};
38
39
}
// namespace
40
41
#endif
42
ActsTrk::ISeedingTool
Definition:
ISeedingTool.h:26
ActsTrk::ISeedingTool::DeclareInterfaceID
DeclareInterfaceID(ISeedingTool, 1, 0)
SeedContainer.h
ActsTrk::ISeedingTool::createSeeds
virtual StatusCode createSeeds(const EventContext &ctx, const Acts::SpacePointContainer< ActsTrk::SpacePointCollector, Acts::detail::RefHolder > &spContainer, const Acts::Vector3 &beamSpotPos, const Acts::Vector3 &bField, ActsTrk::SeedContainer &seedContainer) const =0
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
SpacePointAuxContainer.h
Seed.h
SpacePointCollector.h
SpacePointContainer.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:49
BeamSpotData.h
Generated on Thu Nov 7 2024 21:17:26 for ATLAS Offline Software by
1.8.18