|
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef JetPFlowSelectionAlg_H
13 #define JetPFlowSelectionAlg_H
37 Gaudi::Property<std::string>
m_electronID{
this,
"electronID",
"LHMedium",
"Select electron ID"};
40 Gaudi::Property<std::string>
m_muonID{
this,
"muonID",
"Medium",
"Select muon ID"};
41 Gaudi::Property<bool>
m_removeNeutralMuonFE{
this,
"removeNeutralMuonFE",
false,
"Remove neutral FE matched to muons"};
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFE_energy_match_muonReadHandleKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFEElectronsReadDecorKey
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronContainerKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputNeutralPFlowHandleKey
Gaudi::Property< bool > m_removeNeutralMuonFE
SG::ReadHandleKey< xAOD::FlowElementContainer > m_ChargedPFlowContainerKey
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFEMuonsReadDecorKey
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputChargedPFlowHandleKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_NeutralPFlowContainerKey
Gaudi::Property< bool > m_removeNeutralElectronFE
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::string > m_muonID
StatusCode execute(const EventContext &ctx) const override
This module defines the arguments passed from the BATCH driver to the BATCH worker.
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEMuonsReadDecorKey
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEMuons_efrac_match_DecorKey
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEElectronsReadDecorKey
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
the base class for EventLoop reentrant algorithms
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
JetPFlowSelectionAlg(const std::string &n, ISvcLocator *l)
Gaudi::Property< std::string > m_electronID
StatusCode initialize() override
Athena algorithm's Hooks.