EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Classes | |
struct | Config |
nested configuration struct More... | |
Public Member Functions | |
BFieldScalor (const Config &cfg, std::unique_ptr< const Acts::Logger > logger=Acts::getDefaultLogger("BFieldScalor", Acts::Logging::INFO)) | |
virtual | ~BFieldScalor ()=default |
Virtual destructor. | |
ProcessCode | decorate (AlgorithmContext &context) finaloverride |
decorates (adds, modifies) the AlgorithmContext with a geometric rotation per event | |
const std::string & | name () const finaloverride |
decorator name() for screen output | |
Public Member Functions inherited from ActsExamples::IContextDecorator | |
virtual | ~IContextDecorator ()=default |
Virtual destructor. | |
Private Member Functions | |
const Acts::Logger & | logger () const |
Private access to the logging instance. | |
Private Attributes | |
Config | m_cfg |
the configuration class | |
std::unique_ptr< const Acts::Logger > | m_logger |
std::string | m_name = "BFieldScalor" |
!< the logging instance | |
A mockup service that rotates a cylindrical geometry
Definition at line 25 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 25 of file BFieldScalor.hpp
ActsExamples::BField::BFieldScalor::BFieldScalor | ( | const Config & | cfg, |
std::unique_ptr< const Acts::Logger > | logger = Acts::getDefaultLogger("BFieldScalor", Acts::Logging::INFO) |
||
) |
Constructor
cfg | Configuration struct |
logger | The logging framework |
Definition at line 15 of file BFieldScalor.cpp.
View newest version in sPHENIX GitHub at line 15 of file BFieldScalor.cpp
|
virtualdefault |
Virtual destructor.
|
finaloverridevirtual |
decorates (adds, modifies) the AlgorithmContext with a geometric rotation per event
context | the bare (or at least non-const) Event context |
Implements ActsExamples::IContextDecorator.
Definition at line 20 of file BFieldScalor.cpp.
View newest version in sPHENIX GitHub at line 20 of file BFieldScalor.cpp
References ActsExamples::AlgorithmContext::eventNumber, ActsExamples::AlgorithmContext::magFieldContext, and SUCCESS.
|
inlineprivate |
Private access to the logging instance.
Definition at line 62 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 62 of file BFieldScalor.hpp
References m_logger.
|
inlinefinaloverridevirtual |
decorator name() for screen output
Implements ActsExamples::IContextDecorator.
Definition at line 54 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 54 of file BFieldScalor.hpp
References m_name.
Referenced by eicpy.verify.PythiaHistograms::__init__(), and eicpy.verify.DjangohHistograms::__init__().
|
private |
the configuration class
Definition at line 57 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 57 of file BFieldScalor.hpp
|
private |
Definition at line 58 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 58 of file BFieldScalor.hpp
Referenced by logger().
|
private |
!< the logging instance
Definition at line 59 of file BFieldScalor.hpp.
View newest version in sPHENIX GitHub at line 59 of file BFieldScalor.hpp
Referenced by name().