|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef TRIGEFMISSINGET_PFSUMFEX_H
14 #define TRIGEFMISSINGET_PFSUMFEX_H
19 namespace HLT {
namespace MET {
27 class PFSumFex :
public FexBase
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,
62 MonGroupBuilder& monitors)
const override;
66 #endif //> !TRIGEFMISSINGET_PFSUMFEX_H
Gaudi::Property< bool > m_chargedOnlyFromPV
Whether to only include charged PFOs that are matched to the PV vertex.
SG::ReadHandleKey< xAOD::IParticleContainer > m_chargedPFOKey
Input charged PFOs.
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 ...
PFSumFex(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode fillMET(xAOD::TrigMissingET &met, const EventContext &context, MonGroupBuilder &monitors) const override
Calculate and fill the output MET value.
Class holding the Missing ET trigger fex results.
SG::ReadHandleKey< xAOD::IParticleContainer > m_neutralPFOKey
Input neutral PFOs.