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

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

+ Inheritance diagram for ActsExamples::TutorialVertexFinderAlgorithm:
+ Collaboration diagram for ActsExamples::TutorialVertexFinderAlgorithm:

Classes

struct  Config
 

Public Member Functions

 TutorialVertexFinderAlgorithm (const Config &cfg, Acts::Logging::Level lvl)
 
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
 

Additional Inherited Members

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

Detailed Description

Definition at line 32 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 32 of file TutorialVertexFinderAlgorithm.hpp

Constructor & Destructor Documentation

ActsExamples::TutorialVertexFinderAlgorithm::TutorialVertexFinderAlgorithm ( const Config cfg,
Acts::Logging::Level  lvl 
)

Member Function Documentation

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

Get readonly access to the config parameters.

Definition at line 54 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 54 of file TutorialVertexFinderAlgorithm.hpp

References m_cfg.

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

Find vertices.

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

Implements ActsExamples::IAlgorithm.

Definition at line 35 of file TutorialVertexFinderAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 35 of file TutorialVertexFinderAlgorithm.cpp

References ActsExamples::makeTrackParametersPointerContainer(), and SUCCESS.

+ Here is the call graph for this function:

Member Data Documentation

Config ActsExamples::TutorialVertexFinderAlgorithm::m_cfg
private

Definition at line 57 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 57 of file TutorialVertexFinderAlgorithm.hpp

Referenced by config(), and TutorialVertexFinderAlgorithm().

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

Definition at line 60 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 60 of file TutorialVertexFinderAlgorithm.hpp

Referenced by TutorialVertexFinderAlgorithm().

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

Definition at line 62 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 62 of file TutorialVertexFinderAlgorithm.hpp

Referenced by TutorialVertexFinderAlgorithm().

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

Definition at line 65 of file TutorialVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 65 of file TutorialVertexFinderAlgorithm.hpp

Referenced by TutorialVertexFinderAlgorithm().


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