13#ifndef TRIGEFMISSINGET_PFSUMFEX_H
14#define TRIGEFMISSINGET_PFSUMFEX_H
19namespace HLT {
namespace MET {
31 PFSumFex(
const std::string& name, ISvcLocator* pSvcLocator);
42 this,
"NeutralPFOName",
"neutralPFOs",
"Input neutral PFO collection"};
45 this,
"ChargedPFOName",
"chargedPFOs",
"Input charged PFO collection"};
48 this,
"ChargedOnlyFromPV",
true,
"Only use charged PFOs from the PV"};
61 const EventContext& context,
FexBase(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode initialize() override
Initialize the fex.
virtual StatusCode fillMET(xAOD::TrigMissingET &met, const EventContext &context, MonGroupBuilder &monitors) const override
Calculate and fill the output MET value.
PFSumFex(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
SG::ReadHandleKey< xAOD::IParticleContainer > m_chargedPFOKey
Input charged PFOs.
SG::ReadHandleKey< xAOD::IParticleContainer > m_neutralPFOKey
Input neutral PFOs.
Gaudi::Property< bool > m_chargedOnlyFromPV
Whether to only include charged PFOs that are matched to the PV vertex.
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.