ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Decorator for the AlgorithmContext with additional event specific information. More...
#include <acts/blob/master/Examples/Framework/include/ACTFW/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 FW::Contextual::AlignmentDecorator, FW::Contextual::PayloadDecorator, and FW::BField::BFieldScalor.
|
pure virtual |
decorator name() for screen output
Implemented in FW::Contextual::AlignmentDecorator, FW::Contextual::PayloadDecorator, and FW::BField::BFieldScalor.