#include <ISeedingTool.h>
|
| | DeclareInterfaceID (ISeedingTool, 1, 0) |
| 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 |
| virtual StatusCode | createSeeds2 (const EventContext &ctx, const std::vector< const xAOD::SpacePointContainer * > &spacePointCollections, const Eigen::Vector3f &beamSpotPos, float bFieldInZ, ActsTrk::SeedContainer &seedContainer) const |
Definition at line 25 of file ISeedingTool.h.
◆ createSeeds()
| virtual StatusCode ActsTrk::ISeedingTool::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 |
|
inlinevirtual |
Definition at line 29 of file ISeedingTool.h.
34 {
35 (void)ctx;
36 (void)spContainer;
37 (void)beamSpotPos;
38 (void)bField;
39 (void)seedContainer;
40 return StatusCode::FAILURE;
41 }
◆ createSeeds2()
| virtual StatusCode ActsTrk::ISeedingTool::createSeeds2 |
( |
const EventContext & | ctx, |
|
|
const std::vector< const xAOD::SpacePointContainer * > & | spacePointCollections, |
|
|
const Eigen::Vector3f & | beamSpotPos, |
|
|
float | bFieldInZ, |
|
|
ActsTrk::SeedContainer & | seedContainer ) const |
|
inlinevirtual |
Definition at line 43 of file ISeedingTool.h.
48 {
49 (void)ctx;
50 (void)spacePointCollections;
51 (void)beamSpotPos;
52 (void)bFieldInZ;
53 (void)seedContainer;
54 return StatusCode::FAILURE;
55 }
◆ DeclareInterfaceID()
| ActsTrk::ISeedingTool::DeclareInterfaceID |
( |
ISeedingTool | , |
|
|
1 | , |
|
|
0 | ) |
The documentation for this class was generated from the following file: