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
18
19namespace CP {
23 public:
24 EventSelectionByObjectFlagAlg(const std::string &name,
25 ISvcLocator *svcLoc = nullptr);
26
27 public:
28 StatusCode initialize() override;
29
30 public:
31 StatusCode execute() override;
32
33 public:
34 StatusCode finalize() override;
35
37 private:
39
41 private:
42 SysFilterReporterParams m_filterParams {this, "object flag selection"};
43
45 private:
47 this, "particles", "", "the particle collection to run on"};
48
50 private:
51 SysReadSelectionHandle m_preselection{this, "preselection", "", "the preselection to apply"};
52
54 private:
55 SysReadSelectionHandle m_veto{this, "veto", "", "selection upon which events are vetoed"};
56};
57
58} // namespace CP
59
60#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.