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

#include <acts/blob/sPHENIX/Examples/Algorithms/Vertexing/include/ActsExamples/Vertexing/IterativeVertexFinderAlgorithm.hpp>

+ Inheritance diagram for ActsExamples::IterativeVertexFinderAlgorithm:
+ Collaboration diagram for ActsExamples::IterativeVertexFinderAlgorithm:

Classes

struct  Config
 

Public Types

using Propagator = Acts::Propagator< Acts::EigenStepper<>>
 
using IPEstimator = Acts::ImpactPointEstimator< Acts::BoundTrackParameters, Propagator >
 
using Linearizer = Acts::HelicalTrackLinearizer< Propagator >
 
using Fitter = Acts::FullBilloirVertexFitter< Acts::BoundTrackParameters, Linearizer >
 
using Seeder = Acts::TrackDensityVertexFinder< Fitter, Acts::GaussianTrackDensity< Acts::BoundTrackParameters >>
 
using Finder = Acts::IterativeVertexFinder< Fitter, Seeder >
 
using Options = Acts::VertexingOptions< Acts::BoundTrackParameters >
 
using VertexCollection = std::vector< Acts::Vertex< Acts::BoundTrackParameters >>
 

Public Member Functions

 IterativeVertexFinderAlgorithm (const Config &config, Acts::Logging::Level level)
 
ProcessCode execute (const AlgorithmContext &ctx) const final
 
const Configconfig () const
 Get readonly access to the config parameters.
 
- 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 Attributes

Config m_cfg
 
ReadDataHandle< std::vector
< Acts::BoundTrackParameters > > 
m_inputTrackParameters {this, "InputTrackParameters"}
 
ReadDataHandle
< TrajectoriesContainer
m_inputTrajectories
 
WriteDataHandle
< ProtoVertexContainer
m_outputProtoVertices
 
WriteDataHandle< VertexCollectionm_outputVertices {this, "OutputVertices"}
 

Additional Inherited Members

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

Detailed Description

Definition at line 52 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 52 of file IterativeVertexFinderAlgorithm.hpp

Member Typedef Documentation

Constructor & Destructor Documentation

ActsExamples::IterativeVertexFinderAlgorithm::IterativeVertexFinderAlgorithm ( const Config config,
Acts::Logging::Level  level 
)

Member Function Documentation

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

Get readonly access to the config parameters.

Definition at line 91 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 91 of file IterativeVertexFinderAlgorithm.hpp

References m_cfg.

ActsExamples::ProcessCode ActsExamples::IterativeVertexFinderAlgorithm::execute ( const AlgorithmContext ctx) const
finalvirtual

Member Data Documentation

Config ActsExamples::IterativeVertexFinderAlgorithm::m_cfg
private

Definition at line 94 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 94 of file IterativeVertexFinderAlgorithm.hpp

Referenced by config(), and IterativeVertexFinderAlgorithm().

ReadDataHandle<std::vector<Acts::BoundTrackParameters> > ActsExamples::IterativeVertexFinderAlgorithm::m_inputTrackParameters {this, "InputTrackParameters"}
private

Definition at line 97 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 97 of file IterativeVertexFinderAlgorithm.hpp

Referenced by IterativeVertexFinderAlgorithm().

ReadDataHandle<TrajectoriesContainer> ActsExamples::IterativeVertexFinderAlgorithm::m_inputTrajectories
private
Initial value:
{
this, "InputTrajectories"}

Definition at line 99 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 99 of file IterativeVertexFinderAlgorithm.hpp

Referenced by IterativeVertexFinderAlgorithm().

WriteDataHandle<ProtoVertexContainer> ActsExamples::IterativeVertexFinderAlgorithm::m_outputProtoVertices
private
Initial value:
{
this, "OutputProtoVertices"}

Definition at line 102 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 102 of file IterativeVertexFinderAlgorithm.hpp

Referenced by IterativeVertexFinderAlgorithm().

WriteDataHandle<VertexCollection> ActsExamples::IterativeVertexFinderAlgorithm::m_outputVertices {this, "OutputVertices"}
private

Definition at line 105 of file IterativeVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 105 of file IterativeVertexFinderAlgorithm.hpp

Referenced by IterativeVertexFinderAlgorithm().


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