ATLAS Offline Software
PflowIsolationDecorAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef DERIVATIONFRAMEWORKMUONS_PFLOWISOLATIONDECORALG_H
5 #define DERIVATIONFRAMEWORKMUONS_PFLOWISOLATIONDECORALG_H
6 
14 
16 
17 namespace DerivationFramework {
19  public:
21  PflowIsolationDecorAlg(const std::string& name, ISvcLocator* pSvcLocator);
22 
25 
27  StatusCode initialize() override;
28  StatusCode execute(const EventContext& ctx) const override;
29 
30  private:
32  ToolHandle<xAOD::INeutralEFlowIsolationTool> m_isoTool{this, "IsolationTool", ""};
34 
36  SG::ReadHandleKey<xAOD::TrackParticleContainer> m_trk_key{this, "TrackCollection", "InDetTrackParticles"};
37 
39  Gaudi::Property<float> m_pt_min{this, "PtMin", 3. * Gaudi::Units::GeV};
40 
41  Gaudi::Property<std::string> m_customName{this, "customName", ""};
42 
45  Gaudi::Property<std::vector<std::string>> m_trkSel_Decors{this, "TrackSelections", {},
46  "List of decorator names of which one needs to be true to run the isolation" };
48  "Will be overwritten in initialize"};
49 
51  "Will be overwritten in initialize"};
53  "Will be overwritten in initialize"};
55  "Will be overwritten in initialize"};
56 
58  };
59 }
60 #endif
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DerivationFramework::PflowIsolationDecorAlg::m_trkSel_Decors
Gaudi::Property< std::vector< std::string > > m_trkSel_Decors
Optional list of decorators to select only the good tracks for the isolation decoration.
Definition: PflowIsolationDecorAlg.h:45
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer >
xAOD::Iso::neflowisol20
@ neflowisol20
Neutral eflow isolation.
Definition: IsolationType.h:64
IsolationType.h
xAOD::Iso::neflowisol30
@ neflowisol30
Definition: IsolationType.h:65
SG::HandleKeyArray
Definition: StoreGate/StoreGate/HandleKeyArray.h:38
DerivationFramework::PflowIsolationDecorAlg::m_neflowCone30_key
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_neflowCone30_key
Definition: PflowIsolationDecorAlg.h:52
SG::ReadHandleKey< xAOD::TrackParticleContainer >
INeutralEFlowIsolationTool.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
xAOD::Iso::neflowisol40
@ neflowisol40
Definition: IsolationType.h:66
DerivationFramework::PflowIsolationDecorAlg::PflowIsolationDecorAlg
PflowIsolationDecorAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition: PflowIsolationDecorAlg.cxx:12
DerivationFramework::PflowIsolationDecorAlg::m_pflow_isos
std::vector< xAOD::Iso::IsolationType > m_pflow_isos
Definition: PflowIsolationDecorAlg.h:57
DerivationFramework::PflowIsolationDecorAlg::m_neflowCone20_key
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_neflowCone20_key
Definition: PflowIsolationDecorAlg.h:50
DerivationFramework::PflowIsolationDecorAlg::m_trkSel_keys
SG::ReadDecorHandleKeyArray< xAOD::TrackParticleContainer > m_trkSel_keys
Definition: PflowIsolationDecorAlg.h:47
DerivationFramework::PflowIsolationDecorAlg::m_neflowCone40_key
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_neflowCone40_key
Definition: PflowIsolationDecorAlg.h:54
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework::PflowIsolationDecorAlg
Definition: PflowIsolationDecorAlg.h:18
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DerivationFramework::PflowIsolationDecorAlg::m_isoTool
ToolHandle< xAOD::INeutralEFlowIsolationTool > m_isoTool
Athena configured tools.
Definition: PflowIsolationDecorAlg.h:32
DerivationFramework::PflowIsolationDecorAlg::~PflowIsolationDecorAlg
~PflowIsolationDecorAlg()=default
Destructor:
DerivationFramework::PflowIsolationDecorAlg::m_trk_key
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trk_key
track collection to decorate
Definition: PflowIsolationDecorAlg.h:36
xAOD::CaloCorrection
Definition: IsolationCommon.h:14
DerivationFramework::PflowIsolationDecorAlg::m_pt_min
Gaudi::Property< float > m_pt_min
pt threshold to apply
Definition: PflowIsolationDecorAlg.h:39
DerivationFramework::PflowIsolationDecorAlg::initialize
StatusCode initialize() override
Athena algorithm's Hooks.
Definition: PflowIsolationDecorAlg.cxx:16
DerivationFramework::PflowIsolationDecorAlg::execute
StatusCode execute(const EventContext &ctx) const override
Definition: PflowIsolationDecorAlg.cxx:39
GeV
#define GeV
Definition: CaloTransverseBalanceVecMon.cxx:30
DerivationFramework::PflowIsolationDecorAlg::m_customName
Gaudi::Property< std::string > m_customName
Definition: PflowIsolationDecorAlg.h:41
DerivationFramework::PflowIsolationDecorAlg::m_calo_corr
xAOD::CaloCorrection m_calo_corr
Definition: PflowIsolationDecorAlg.h:33
ReadDecorHandleKeyArray.h
TrackParticleContainer.h