ATLAS Offline Software
Loading...
Searching...
No Matches
EventSelectionByObjectFlagAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef ASG_ANALYSIS_ALGORITHMS__EVENT_SELECTION_BY_OBJECT_FLAG_ALG_H
8#define ASG_ANALYSIS_ALGORITHMS__EVENT_SELECTION_BY_OBJECT_FLAG_ALG_H
9
16
17namespace CP {
21 public:
22 EventSelectionByObjectFlagAlg(const std::string &name,
23 ISvcLocator *svcLoc = nullptr);
24
25 public:
26 StatusCode initialize() override;
27
28 public:
29 StatusCode execute() override;
30
31 public:
32 StatusCode finalize() override;
33
35 private:
37
39 private:
40 SysFilterReporterParams m_filterParams {this, "object flag selection"};
41
43 private:
45 this, "particles", "", "the particle collection to run on"};
46
48 private:
49 SysReadSelectionHandle m_preselection{this, "preselection", "", "the preselection to apply"};
50
52 private:
53 SysReadSelectionHandle m_veto{this, "veto", "", "selection upon which events are vetoed"};
54};
55
56} // namespace CP
57
58#endif
SysListHandle m_systematicsList
the systematics list we run
SysFilterReporterParams m_filterParams
the filter reporter
SysReadHandle< xAOD::IParticleContainer > m_particleHandle
the particle collection we run on
SysReadSelectionHandle m_preselection
the preselection we apply to our input
EventSelectionByObjectFlagAlg(const std::string &name, ISvcLocator *svcLoc=nullptr)
SysReadSelectionHandle m_veto
the preselection we apply to our input
the properties and persistent data for systematics aware filter reporters
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
Select isolated Photons, Electrons and Muons.