|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef TRIGEFMISSINGET_CVFPREPALG_H
14 #define TRIGEFMISSINGET_CVFPREPALG_H
21 #include "Gaudi/Property.h"
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"};
62 #endif //> !TRIGEFMISSINGET_CVFPREPALG_H
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.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
CVFPrepAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
An algorithm that can be simultaneously executed in multiple threads.
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 ...
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::CaloClusterContainer > m_outputCategoryKey
The output classifcation.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_inputClusterKey
The input container.
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi::Property< float > m_cvfThreshold
The CVF threshold.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadDecorHandleKey< xAOD::CaloClusterContainer > m_inputCVFKey
The input CVF key.
virtual StatusCode initialize() override