ATLAS Offline Software
Loading...
Searching...
No Matches
CopyNominalSelectionAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef ASG_ANALYSIS_ALGORITHMS__COPY_NOMINAL_SELECTION_ALG_H
10#define ASG_ANALYSIS_ALGORITHMS__COPY_NOMINAL_SELECTION_ALG_H
11
20
21namespace CP
22{
38
40 {
42 public:
43 CopyNominalSelectionAlg (const std::string& name, ISvcLocator* pSvcLocator);
44
45
46 public:
47 StatusCode initialize () override;
48
49 public:
50 StatusCode execute () override;
51
52
53
55 private:
57
59 private:
61 this, "particles", "", "the asg collection to run on"};
62
64 private:
66 this, "preselection", "", "the preselection to apply"};
67
69 private:
71 this, "selectionDecoration", "", "the decoration for the asg selection"};
72
74 private:
75 std::unique_ptr<ISelectionReadAccessor> m_readAccessor;
76 };
77}
78
79#endif
SysReadSelectionHandle m_preselection
the preselection we apply to our input
CopyNominalSelectionAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
SysWriteSelectionHandle m_selectionHandle
the decoration for the asg selection
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
std::unique_ptr< ISelectionReadAccessor > m_readAccessor
the accessor we use
SysListHandle m_systematicsList
the systematics list we run
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
Select isolated Photons, Electrons and Muons.