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

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

+ Inheritance diagram for ActsExamples::AdaptiveMultiVertexFinderAlgorithm:
+ Collaboration diagram for ActsExamples::AdaptiveMultiVertexFinderAlgorithm:

Classes

struct  Config
 

Public Types

enum  SeedFinder
 
using Propagator = Acts::Propagator< Acts::EigenStepper<>>
 
using IPEstimator = Acts::ImpactPointEstimator< Acts::BoundTrackParameters, Propagator >
 
using Linearizer = Acts::HelicalTrackLinearizer< Propagator >
 
using Fitter = Acts::AdaptiveMultiVertexFitter< Acts::BoundTrackParameters, Linearizer >
 
using Options = Acts::VertexingOptions< Acts::BoundTrackParameters >
 
using VertexCollection = std::vector< Acts::Vertex< Acts::BoundTrackParameters >>
 

Public Member Functions

 AdaptiveMultiVertexFinderAlgorithm (const Config &config, Acts::Logging::Level level)
 
ProcessCode execute (const AlgorithmContext &ctx) const final
 
template<typename vseeder_t , typename vfinder_t >
ProcessCode executeAfterSeederChoice (const ActsExamples::AlgorithmContext &ctx, const vseeder_t &seedFinder) const
 
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 AdaptiveMultiVertexFinderAlgorithm.hpp.

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

Member Typedef Documentation

Member Enumeration Documentation

Constructor & Destructor Documentation

Member Function Documentation

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

Get readonly access to the config parameters.

Definition at line 102 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

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

References m_cfg.

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

Set up vertex seeder and call the function executeAfterSeederChoice.

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

Implements ActsExamples::IAlgorithm.

Definition at line 58 of file AdaptiveMultiVertexFinderAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 58 of file AdaptiveMultiVertexFinderAlgorithm.cpp

References filter::Config, and m_cfg().

+ Here is the call graph for this function:

template<typename vseeder_t , typename vfinder_t >
ActsExamples::ProcessCode ActsExamples::AdaptiveMultiVertexFinderAlgorithm::executeAfterSeederChoice ( const ActsExamples::AlgorithmContext ctx,
const vseeder_t &  seedFinder 
) const

Find vertices using the adaptive multi vertex finder algorithm.

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

Definition at line 80 of file AdaptiveMultiVertexFinderAlgorithm.cpp.

View newest version in sPHENIX GitHub at line 80 of file AdaptiveMultiVertexFinderAlgorithm.cpp

References ACTS_DEBUG, ACTS_ERROR, ACTS_INFO, ACTS_WARNING, Acts::AdaptiveMultiVertexFitter< input_track_t, linearizer_t >::Config::annealingTool, filter::Config, Acts::AdaptiveMultiVertexFitter< input_track_t, linearizer_t >::Config::doSmoothing, ActsExamples::AlgorithmContext::geoContext, logger(), m_cfg(), ActsExamples::AlgorithmContext::magFieldContext, ActsExamples::makeParameterContainers(), ActsExamples::makeProtoVertices(), Acts::AdaptiveMultiVertexFitter< input_track_t, linearizer_t >::Config::minWeight, Acts::UnitConstants::mm, testing::internal::move(), Acts::AnnealingUtility::Config::setOfTemperatures, filter::state, propagation_timing::stepper, SUCCESS, and ActsExamples::HepMC3Event::vertices().

+ Here is the call graph for this function:

Member Data Documentation

Config ActsExamples::AdaptiveMultiVertexFinderAlgorithm::m_cfg
private

Definition at line 105 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

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

Referenced by AdaptiveMultiVertexFinderAlgorithm(), and config().

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

Definition at line 108 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 108 of file AdaptiveMultiVertexFinderAlgorithm.hpp

Referenced by AdaptiveMultiVertexFinderAlgorithm().

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

Definition at line 110 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 110 of file AdaptiveMultiVertexFinderAlgorithm.hpp

Referenced by AdaptiveMultiVertexFinderAlgorithm().

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

Definition at line 113 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 113 of file AdaptiveMultiVertexFinderAlgorithm.hpp

Referenced by AdaptiveMultiVertexFinderAlgorithm().

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

Definition at line 116 of file AdaptiveMultiVertexFinderAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 116 of file AdaptiveMultiVertexFinderAlgorithm.hpp

Referenced by AdaptiveMultiVertexFinderAlgorithm().


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