Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::SeedingOrthogonalAlgorithm Exception Referencefinal

Construct track seeds from space points. More...

#include <acts/blob/sPHENIX/Examples/Algorithms/TrackFinding/include/ActsExamples/TrackFinding/SeedingOrthogonalAlgorithm.hpp>

+ Inheritance diagram for ActsExamples::SeedingOrthogonalAlgorithm:
+ Collaboration diagram for ActsExamples::SeedingOrthogonalAlgorithm:

Classes

struct  Config
 

Public Member Functions

 SeedingOrthogonalAlgorithm (Config cfg, Acts::Logging::Level lvl)
 
ProcessCode execute (const AlgorithmContext &ctx) const override
 
const Configconfig () const
 Const access to the config.
 
- Public Member Functions inherited from ActsExamples::IAlgorithm
 IAlgorithm (std::string name, Acts::Logging::Level level=Acts::Logging::INFO)
 
std::string name () const override
 The algorithm name.
 
ProcessCode internalExecute (const AlgorithmContext &context) final
 
ProcessCode initialize () override
 Initialize the algorithm.
 
ProcessCode finalize () override
 Finalize the algorithm.
 

Private Member Functions

void printOptions () const
 
template<typename sp >
void printConfig () const
 

Private Attributes

Config m_cfg
 
Acts::SeedFinderOrthogonal
< SimSpacePoint
m_finder
 
std::vector< std::unique_ptr
< ReadDataHandle
< SimSpacePointContainer > > > 
m_inputSpacePoints {}
 
WriteDataHandle< SimSeedContainerm_outputSeeds {this, "OutputSeeds"}
 

Additional Inherited Members

- Protected Member Functions inherited from ActsExamples::IAlgorithm
const Acts::Loggerlogger () const
 

Detailed Description

Construct track seeds from space points.

Definition at line 33 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 33 of file SeedingOrthogonalAlgorithm.hpp

Constructor & Destructor Documentation

Member Function Documentation

const Config& ActsExamples::SeedingOrthogonalAlgorithm::config ( ) const
inline

Const access to the config.

Definition at line 64 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 64 of file SeedingOrthogonalAlgorithm.hpp

References m_cfg.

ActsExamples::ProcessCode ActsExamples::SeedingOrthogonalAlgorithm::execute ( const AlgorithmContext ctx) const
overridevirtual

Run the seeding algorithm.

Parameters
txtis the algorithm context with event information
Returns
a process code indication success or failure

Implements ActsExamples::IAlgorithm.

Definition at line 75 of file SeedingOrthogonalAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 75 of file SeedingOrthogonalAlgorithm.cpp

References ACTS_DEBUG, Acts::SeedFinderOrthogonal< external_spacepoint_t >::createSeeds(), m_cfg(), testing::internal::move(), position, SUCCESS, ActsExamples::SimSpacePoint::varianceR(), ActsExamples::SimSpacePoint::varianceZ(), ActsExamples::SimSpacePoint::x(), ActsExamples::SimSpacePoint::y(), and ActsExamples::SimSpacePoint::z().

+ Here is the call graph for this function:

template<typename sp >
void ActsExamples::SeedingOrthogonalAlgorithm::printConfig ( ) const
private

Definition at line 120 of file SeedingOrthogonalAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 120 of file SeedingOrthogonalAlgorithm.cpp

References ACTS_DEBUG, and m_cfg().

+ Here is the call graph for this function:

void ActsExamples::SeedingOrthogonalAlgorithm::printOptions ( ) const
private

Definition at line 106 of file SeedingOrthogonalAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 106 of file SeedingOrthogonalAlgorithm.cpp

References ACTS_DEBUG, and m_cfg().

Referenced by SeedingOrthogonalAlgorithm().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

Config ActsExamples::SeedingOrthogonalAlgorithm::m_cfg
private

Definition at line 67 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 67 of file SeedingOrthogonalAlgorithm.hpp

Referenced by config(), and SeedingOrthogonalAlgorithm().

Acts::SeedFinderOrthogonal<SimSpacePoint> ActsExamples::SeedingOrthogonalAlgorithm::m_finder
private

Definition at line 68 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 68 of file SeedingOrthogonalAlgorithm.hpp

Referenced by SeedingOrthogonalAlgorithm().

std::vector<std::unique_ptr<ReadDataHandle<SimSpacePointContainer> > > ActsExamples::SeedingOrthogonalAlgorithm::m_inputSpacePoints {}
private

Definition at line 71 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 71 of file SeedingOrthogonalAlgorithm.hpp

Referenced by SeedingOrthogonalAlgorithm().

WriteDataHandle<SimSeedContainer> ActsExamples::SeedingOrthogonalAlgorithm::m_outputSeeds {this, "OutputSeeds"}
private

Definition at line 73 of file SeedingOrthogonalAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 73 of file SeedingOrthogonalAlgorithm.hpp

Referenced by SeedingOrthogonalAlgorithm().


The documentation for this exception was generated from the following files: