Analysis Software
Documentation for sPHENIX simulation software
|
Decorator for the AlgorithmContext with additional event specific information. More...
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Framework/IContextDecorator.hpp>
Public Member Functions | |
virtual | ~IContextDecorator ()=default |
Virtual destructor. | |
virtual ProcessCode | decorate (AlgorithmContext &context)=0 |
decorates (adds, modifies) the AlgorithmContext with additional event specific information, it is attached to the Sequencer | |
virtual const std::string & | name () const =0 |
decorator name() for screen output | |
Decorator for the AlgorithmContext with additional event specific information.
Definition at line 21 of file IContextDecorator.hpp.
View newest version in sPHENIX GitHub at line 21 of file IContextDecorator.hpp
|
virtualdefault |
Virtual destructor.
|
pure virtual |
decorates (adds, modifies) the AlgorithmContext with additional event specific information, it is attached to the Sequencer
context | the bare (or at least non-const) Event context |
Implemented in ActsExamples::Contextual::InternalAlignmentDecorator, ActsExamples::Contextual::ExternalAlignmentDecorator, and ActsExamples::ScalableBFieldService.
Referenced by Acts::Python::addDetector().
|
pure virtual |
decorator name() for screen output
Implemented in ActsExamples::Contextual::InternalAlignmentDecorator, ActsExamples::Contextual::ExternalAlignmentDecorator, and ActsExamples::ScalableBFieldService.
Referenced by Acts::Python::addDetector().