ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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 "Acts/MagneticField/MagneticFieldContext.hpp"
10
#include "
BeamSpotConditionsData/BeamSpotData.h
"
11
#include "GaudiKernel/EventContext.h"
12
#include "GaudiKernel/IAlgTool.h"
13
14
// ACTS EDM
15
#include "Acts/Definitions/Algebra.hpp"
16
#include "Acts/EventData/SpacePointContainer.hpp"
17
#include "Acts/EventData/SpacePointContainer.hpp"
18
#include "
ActsEvent/SeedContainer.h
"
19
#include "
xAODInDetMeasurement/SpacePointAuxContainer.h
"
20
#include "
xAODInDetMeasurement/SpacePointContainer.h
"
21
22
namespace
ActsTrk
{
23
24
class
ISeedingTool
:
virtual
public
IAlgTool {
25
public
:
26
DeclareInterfaceID
(
ISeedingTool
, 1, 0);
27
28
virtual
StatusCode
createSeeds
(
29
const
EventContext& ctx,
30
const
std::vector<const xAOD::SpacePointContainer*>&
31
spacePointCollections,
32
const
Eigen::Vector3f& beamSpotPos,
float
bFieldInZ,
33
ActsTrk::SeedContainer
& seedContainer)
const
= 0;
34
};
35
36
}
// namespace ActsTrk
37
38
#endif
BeamSpotData.h
SpacePointContainer.h
SeedContainer.h
SpacePointAuxContainer.h
ActsTrk::ISeedingTool
Definition
ISeedingTool.h:24
ActsTrk::ISeedingTool::DeclareInterfaceID
DeclareInterfaceID(ISeedingTool, 1, 0)
ActsTrk::ISeedingTool::createSeeds
virtual StatusCode createSeeds(const EventContext &ctx, const std::vector< const xAOD::SpacePointContainer * > &spacePointCollections, const Eigen::Vector3f &beamSpotPos, float bFieldInZ, ActsTrk::SeedContainer &seedContainer) const =0
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
ActsTrk::SeedContainer
Definition
SeedContainer.h:67
Generated on
for ATLAS Offline Software by
1.17.0