ATLAS Offline Software
Loading...
Searching...
No Matches
AsgUnionPreselectionAlg.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#ifndef ASG_ANALYSIS_ALGORITHMS__UNION_PRE_SELECTION_ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__UNION_PRE_SELECTION_ALG_H
9
18#include <optional>
19
20
21namespace CP
22{
40
42 {
44 public:
46 virtual StatusCode initialize () override;
47 virtual StatusCode execute () override;
48
49
50
52 private:
54
56 private:
58 this, "particles", "", "the asg collection to run on"};
59
61 private:
63 this, "preselection", "", "the preselection to apply"};
64
66 private:
67 Gaudi::Property<std::string> m_selectionDecoration {this, "selectionDecoration", "", "the decoration for the union selection"};
68
70 private:
71 std::optional<SG::Decorator<char>> m_decorator;
72 };
73
74} // namespace CP
75
76#endif
Base class for elements of a container that can have aux data.
an algorithm for turning a systematics depending selection decoration into a selection decoration wit...
std::optional< SG::Decorator< char > > m_decorator
the accessor for m_selectionDecoration
Gaudi::Property< std::string > m_selectionDecoration
the decoration of the selection
SysReadHandle< xAOD::IParticleContainer > m_particlesHandle
the particle continer we run on
SysListHandle m_systematicsList
the systematics list we run and have containers
virtual StatusCode execute() override
SysReadSelectionHandle m_preselection
the preselection we apply to our input
virtual StatusCode initialize() override
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
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.