Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
struct | Config |
struct | Impl |
Public Member Functions | |
TrackFinderPerformanceWriter (Config config, Acts::Logging::Level level) | |
~TrackFinderPerformanceWriter () override | |
ProcessCode | finalize () override |
Finalize the algorithm. | |
const Config & | config () const |
Get readonly access to the config parameters. | |
Public Member Functions inherited from ActsExamples::WriterT< ProtoTrackContainer > | |
WriterT (std::string objectName, std::string writerName, Acts::Logging::Level level) | |
std::string | name () const override |
Provide the name of the writer. | |
ProcessCode | write (const AlgorithmContext &context) override |
Read the object and call the type-specific member function. | |
ProcessCode | finalize () override |
No-op default implementation. | |
Public Member Functions inherited from ActsExamples::IWriter | |
ProcessCode | internalExecute (const AlgorithmContext &context) final |
ProcessCode | initialize () override |
Fulfil the algorithm interface. | |
Public Member Functions inherited from ActsExamples::SequenceElement | |
virtual | ~SequenceElement ()=default |
const std::vector< const DataHandleBase * > & | writeHandles () const |
const std::vector< const DataHandleBase * > & | readHandles () const |
Private Member Functions | |
ProcessCode | writeT (const AlgorithmContext &ctx, const ProtoTrackContainer &tracks) override |
Private Attributes | |
std::unique_ptr< Impl > | m_impl |
Additional Inherited Members | |
Protected Member Functions inherited from ActsExamples::WriterT< ProtoTrackContainer > | |
const Acts::Logger & | logger () const |
Write track finder performance measures.
Only considers the track finding itself, i.e. grouping of hits into tracks, and computes relevant per-track and per-particles statistics.
Definition at line 26 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 26 of file TrackFinderPerformanceWriter.hpp
ActsExamples::TrackFinderPerformanceWriter::TrackFinderPerformanceWriter | ( | Config | config, |
Acts::Logging::Level | level | ||
) |
Constructor
config | the configuration |
level | The log level |
Definition at line 256 of file TrackFinderPerformanceWriter.cpp.
View newest version in sPHENIX GitHub at line 256 of file TrackFinderPerformanceWriter.cpp
|
overridedefault |
const ActsExamples::TrackFinderPerformanceWriter::Config & ActsExamples::TrackFinderPerformanceWriter::config | ( | ) | const |
Get readonly access to the config parameters.
Definition at line 281 of file TrackFinderPerformanceWriter.cpp.
View newest version in sPHENIX GitHub at line 281 of file TrackFinderPerformanceWriter.cpp
|
overridevirtual |
Finalize the algorithm.
Implements ActsExamples::SequenceElement.
Definition at line 275 of file TrackFinderPerformanceWriter.cpp.
View newest version in sPHENIX GitHub at line 275 of file TrackFinderPerformanceWriter.cpp
References SUCCESS.
|
overrideprivatevirtual |
Type-specific write function implementation this method is implemented in the user implementation
[in] | context | is the algorithm context that guarantees event consistency |
[in] | is the templated collection to be written |
Implements ActsExamples::WriterT< ProtoTrackContainer >.
Definition at line 265 of file TrackFinderPerformanceWriter.cpp.
View newest version in sPHENIX GitHub at line 265 of file TrackFinderPerformanceWriter.cpp
References ActsExamples::AlgorithmContext::eventNumber, particles, and SUCCESS.
|
private |
Definition at line 61 of file TrackFinderPerformanceWriter.hpp.
View newest version in sPHENIX GitHub at line 61 of file TrackFinderPerformanceWriter.hpp