13#ifndef TRIGEFMISSINGET_TCFEX_H
14#define TRIGEFMISSINGET_TCFEX_H
19namespace HLT {
namespace MET {
31 TCFex(
const std::string& name, ISvcLocator* pSvcLocator);
42 this,
"ClusterName",
"clusters",
"Input cluster collection"};
51 this,
"UseUncalibrated",
false,
52 "Whether to use the uncalibrated clusters in the calculation"};
65 const EventContext& context,
FexBase(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Gaudi::Property< bool > m_useUncalibrated
Whether to use the uncalibrated clusters or not.
TCFex(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clusterKey
Input clusters.
virtual StatusCode fillMET(xAOD::TrigMissingET &met, const EventContext &context, MonGroupBuilder &monitors) const override
Calculate and fill the output MET value.
virtual StatusCode initialize() override
Initialize the fex.
Property holding a SG store/key/clid from which a ReadHandle is made.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
TrigMissingET_v1 TrigMissingET
Define the most recent version of the TrigMissingET class.