ATLAS Offline Software
Loading...
Searching...
No Matches
OverlapRemovalAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef ASG_ANALYSIS_ALGORITHMS__OVERLAP_REMOVAL_ALG_H
9#define ASG_ANALYSIS_ALGORITHMS__OVERLAP_REMOVAL_ALG_H
10
17
23
24namespace CP
25{
27
29 {
31 public:
33 StatusCode initialize () override;
34 StatusCode execute () override;
35
36
37
39 private:
40 ToolHandle<ORUtils::IOverlapRemovalTool> m_overlapTool { this, "overlapTool", "ORUtils::OverlapRemovalTool", "the overlap removal tool"};
41
43 private:
45
46 private:
48 this, "electrons", "", "the electrons container to use"};
50 this, "muons", "", "the muons container to use"};
52 this, "jets", "", "the jets container to use"};
54 this, "taus", "", "the taus container to use"};
56 this, "photons", "", "the photons container to use"};
58 this, "fatJets", "", "the fat jets container to use"};
59
61 private:
63 this, "electronsDecoration", "", "the decoration for the electron overlap removal selection"};
65 this, "muonsDecoration", "", "the decoration for the muon overlap removal selection"};
67 this, "jetsDecoration", "", "the decoration for the jet overlap removal selection"};
69 this, "tausDecoration", "", "the decoration for the tau overlap removal selection"};
71 this, "photonsDecoration", "", "the decoration for the photon overlap removal selection"};
73 this, "fatJetsDecoration", "", "the decoration for the fat jet overlap removal selection"};
74
76 private:
77 Gaudi::Property<std::string> m_overlapRemovalDecoration {this, "OutputLabel", "", "the decoration for the overlap removal tool output"};
78
80 private:
81 std::unique_ptr<const SG::Accessor<char> > m_overlapRemovalAccessor;
82
83 };
84}
85
86#endif
an algorithm for calling IPileupReweightingTool
SysWriteSelectionHandle m_tausSelectionHandle
SysCopyHandle< const xAOD::MuonContainer > m_muonsHandle
ToolHandle< ORUtils::IOverlapRemovalTool > m_overlapTool
The OR toolbox.
SysWriteSelectionHandle m_jetsSelectionHandle
StatusCode execute() override
SysCopyHandle< const xAOD::PhotonContainer > m_photonsHandle
Gaudi::Property< std::string > m_overlapRemovalDecoration
the tool output decoration for the overlap removal status
SysCopyHandle< const xAOD::JetContainer > m_fatJetsHandle
SysCopyHandle< const xAOD::ElectronContainer > m_electronsHandle
StatusCode initialize() override
SysCopyHandle< const xAOD::JetContainer > m_jetsHandle
SysCopyHandle< const xAOD::TauJetContainer > m_tausHandle
SysWriteSelectionHandle m_photonsSelectionHandle
std::unique_ptr< const SG::Accessor< char > > m_overlapRemovalAccessor
the accessor for m_overlapRemovalDecoration
SysWriteSelectionHandle m_electronsSelectionHandle
the decoration for the overlap removal status
SysWriteSelectionHandle m_fatJetsSelectionHandle
SysListHandle m_systematicsList
the systematics list we run
SysWriteSelectionHandle m_muonsSelectionHandle
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
a data handle for writing systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.