 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef KLFITTERNANALYSISALGORITHMS_KLFITTERFINALIZEOUTPUTALG_H_
9 #define KLFITTERNANALYSISALGORITHMS_KLFITTERFINALIZEOUTPUTALG_H_
30 this,
"resultContainerToCheck",
"KLFitterResult_%SYS%",
31 "the input KLFitterResultContainer to check for existence"};
34 m_outHandle{
this,
"resultContainerToWrite",
"KLFitterResult_%SYS%",
35 "the output KLFitterResultContainer"};
KLFitterFinalizeOutputAlg(const std::string &name, ISvcLocator *pSvcLocator)
a class managing the property to configure the list of systematics to process
a data handle for writing systematics varied input data
a data handle for reading systematics varied input data
CP::SysListHandle m_systematicsList
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
DataVector< xAOD::KLFitterResult > KLFitterResultContainer
Definition of the KLFitterResultContainer type.
CP::SysReadHandle< xAOD::KLFitterResultContainer > m_inHandle
CP::SysWriteHandle< xAOD::KLFitterResultContainer, xAOD::KLFitterResultAuxContainer > m_outHandle
virtual StatusCode execute() final
Auxiliary container for xAOD::KLFitterResultContainer.
virtual StatusCode initialize() final