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

#include <acts/blob/sPHENIX/Examples/Algorithms/Utilities/include/ActsExamples/Utilities/PrototracksToSeeds.hpp>

+ Inheritance diagram for ActsExamples::PrototracksToSeeds:
+ Collaboration diagram for ActsExamples::PrototracksToSeeds:

Classes

struct  Config
 

Public Member Functions

 PrototracksToSeeds (Config cfg, Acts::Logging::Level lvl)
 
ProcessCode execute (const AlgorithmContext &ctx) const final
 
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 Attributes

Config m_cfg
 
WriteDataHandle< SimSeedContainerm_outputSeeds {this, "OutputSeeds"}
 
WriteDataHandle
< ProtoTrackContainer
m_outputProtoTracks
 
ReadDataHandle
< SimSpacePointContainer
m_inputSpacePoints
 
ReadDataHandle
< ProtoTrackContainer
m_inputProtoTracks
 

Additional Inherited Members

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

Detailed Description

Definition at line 18 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 18 of file PrototracksToSeeds.hpp

Constructor & Destructor Documentation

ActsExamples::PrototracksToSeeds::PrototracksToSeeds ( Config  cfg,
Acts::Logging::Level  lvl 
)

Construct the algorithm.

Parameters
cfgis the algorithm configuration
lvlis the logging level

Definition at line 21 of file PrototracksToSeeds.cpp.

View newest version in sPHENIX GitHub at line 21 of file PrototracksToSeeds.cpp

References ActsExamples::WriteDataHandle< T >::initialize(), ActsExamples::ReadDataHandle< T >::initialize(), ActsExamples::PrototracksToSeeds::Config::inputProtoTracks, ActsExamples::PrototracksToSeeds::Config::inputSpacePoints, m_cfg, m_inputProtoTracks, m_inputSpacePoints, m_outputProtoTracks, m_outputSeeds, ActsExamples::PrototracksToSeeds::Config::outputProtoTracks, and ActsExamples::PrototracksToSeeds::Config::outputSeeds.

+ Here is the call graph for this function:

Member Function Documentation

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

Const access to the config.

Definition at line 40 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 40 of file PrototracksToSeeds.hpp

References m_cfg.

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

Run the algorithm.

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

Implements ActsExamples::IAlgorithm.

Definition at line 29 of file PrototracksToSeeds.cpp.

View newest version in sPHENIX GitHub at line 29 of file PrototracksToSeeds.cpp

References ACTS_DEBUG, m_inputProtoTracks, m_inputSpacePoints, m_outputProtoTracks, m_outputSeeds, testing::internal::move(), ActsExamples::prototrackToSeed(), physmon_track_finding_ttbar::pt, SUCCESS, t, and Acts::Test::transform.

+ Here is the call graph for this function:

Member Data Documentation

Config ActsExamples::PrototracksToSeeds::m_cfg
private

Definition at line 43 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 43 of file PrototracksToSeeds.hpp

Referenced by config(), and PrototracksToSeeds().

ReadDataHandle<ProtoTrackContainer> ActsExamples::PrototracksToSeeds::m_inputProtoTracks
private
Initial value:
{this,
"InputProtoTracks"}

Definition at line 50 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 50 of file PrototracksToSeeds.hpp

Referenced by execute(), and PrototracksToSeeds().

ReadDataHandle<SimSpacePointContainer> ActsExamples::PrototracksToSeeds::m_inputSpacePoints
private
Initial value:
{this,
"InputSpacePoints"}

Definition at line 48 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 48 of file PrototracksToSeeds.hpp

Referenced by execute(), and PrototracksToSeeds().

WriteDataHandle<ProtoTrackContainer> ActsExamples::PrototracksToSeeds::m_outputProtoTracks
private
Initial value:
{this,
"OutputProtoTracks"}

Definition at line 46 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 46 of file PrototracksToSeeds.hpp

Referenced by execute(), and PrototracksToSeeds().

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

Definition at line 45 of file PrototracksToSeeds.hpp.

View newest version in sPHENIX GitHub at line 45 of file PrototracksToSeeds.hpp

Referenced by execute(), and PrototracksToSeeds().


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