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
18
19namespace CP
20{
22
24 {
26 public:
28 StatusCode initialize () override;
29 StatusCode execute () override;
30
31
32
34 private:
35 ToolHandle<ORUtils::IOverlapRemovalTool> m_overlapTool { this, "overlapTool", "ORUtils::OverlapRemovalTool", "the overlap removal tool"};
36
38 private:
40
41 private:
43 this, "electrons", "", "the electrons container to use"};
45 this, "muons", "", "the muons container to use"};
47 this, "jets", "", "the jets container to use"};
49 this, "taus", "", "the taus container to use"};
51 this, "photons", "", "the photons container to use"};
53 this, "fatJets", "", "the fat jets container to use"};
54
56 private:
58 this, "electronsDecoration", "", "the decoration for the electron overlap removal selection"};
60 this, "muonsDecoration", "", "the decoration for the muon overlap removal selection"};
62 this, "jetsDecoration", "", "the decoration for the jet overlap removal selection"};
64 this, "tausDecoration", "", "the decoration for the tau overlap removal selection"};
66 this, "photonsDecoration", "", "the decoration for the photon overlap removal selection"};
68 this, "fatJetsDecoration", "", "the decoration for the fat jet overlap removal selection"};
69
71 private:
72 Gaudi::Property<std::string> m_overlapRemovalDecoration {this, "OutputLabel", "", "the decoration for the overlap removal tool output"};
73
75 private:
76 std::unique_ptr<const SG::Accessor<char> > m_overlapRemovalAccessor;
77
78 };
79}
80
81#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.