13#ifndef TRIGEFMISSINGET_CVFPREPALG_H
14#define TRIGEFMISSINGET_CVFPREPALG_H
21#include "Gaudi/Property.h"
39 CVFPrepAlg(
const std::string &name, ISvcLocator *pSvcLocator);
43 virtual StatusCode
execute(
const EventContext &ctx)
const override;
48 this,
"InputClusterKey",
"",
"Input cluster container"};
51 this,
"InputCVFKey",
"",
"Input CVF key"};
54 this,
"OutputCategoryKey",
"",
"Output category name"};
57 this,
"CVFThreshold", 0.5,
"The CVF threshold to apply"};
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_inputClusterKey
The input container.
virtual StatusCode execute(const EventContext &ctx) const override
CVFPrepAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize() override
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_outputCategoryKey
The output classifcation.
SG::ReadDecorHandleKey< xAOD::CaloClusterContainer > m_inputCVFKey
The input CVF key.
Gaudi::Property< float > m_cvfThreshold
The CVF threshold.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...