ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
EventSelectionAlgorithms
src
components
EventSelectionAlgorithms_entries.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
#include <
EventSelectionAlgorithms/ChargeSelectorAlg.h
>
8
#include <
EventSelectionAlgorithms/MissingETPlusTransverseMassSelectorAlg.h
>
9
#include <
EventSelectionAlgorithms/MissingETSelectorAlg.h
>
10
#include <
EventSelectionAlgorithms/DileptonInvariantMassSelectorAlg.h
>
11
#include <
EventSelectionAlgorithms/DileptonInvariantMassWindowSelectorAlg.h
>
12
#include <
EventSelectionAlgorithms/TransverseMassSelectorAlg.h
>
13
#include <
EventSelectionAlgorithms/SaveFilterAlg.h
>
14
#include <
EventSelectionAlgorithms/NObjectPtSelectorAlg.h
>
15
#include <
EventSelectionAlgorithms/NObjectMassSelectorAlg.h
>
16
#include <
EventSelectionAlgorithms/NLargeRJetMassWindowSelectorAlg.h
>
17
#include <
EventSelectionAlgorithms/DileptonOSSFInvariantMassWindowSelectorAlg.h
>
18
#include <
EventSelectionAlgorithms/SumNLeptonPtSelectorAlg.h
>
19
#include <
EventSelectionAlgorithms/JetNGhostSelectorAlg.h
>
20
#include <
EventSelectionAlgorithms/RunNumberSelectorAlg.h
>
21
#include <
EventSelectionAlgorithms/ObjectKinematicSelectorAlg.h
>
22
#include <
EventSelectionAlgorithms/EventScalarSelectorAlg.h
>
23
24
// Project include(s).
25
#include "
AsgTools/AsgComponentFactories.h
"
26
27
DECLARE_COMPONENT
(
CP::ChargeSelectorAlg
)
28
DECLARE_COMPONENT
(
CP::MissingETPlusTransverseMassSelectorAlg
)
29
DECLARE_COMPONENT
(
CP::MissingETSelectorAlg
)
30
DECLARE_COMPONENT
(
CP::DileptonInvariantMassSelectorAlg
)
31
DECLARE_COMPONENT
(
CP::DileptonInvariantMassWindowSelectorAlg
)
32
DECLARE_COMPONENT
(
CP::TransverseMassSelectorAlg
)
33
DECLARE_COMPONENT
(
CP::SaveFilterAlg
)
34
DECLARE_COMPONENT
(
CP::NObjectPtSelectorAlg
)
35
DECLARE_COMPONENT
(
CP::NObjectMassSelectorAlg
)
36
DECLARE_COMPONENT
(
CP::NLargeRJetMassWindowSelectorAlg
)
37
DECLARE_COMPONENT
(
CP::DileptonOSSFInvariantMassWindowSelectorAlg
)
38
DECLARE_COMPONENT
(
CP::SumNLeptonPtSelectorAlg
)
39
DECLARE_COMPONENT
(
CP::JetNGhostSelectorAlg
)
40
DECLARE_COMPONENT
(
CP::RunNumberSelectorAlg
)
41
DECLARE_COMPONENT
(
CP::ObjectKinematicSelectorAlg
)
42
DECLARE_COMPONENT
(
CP::EventScalarSelectorAlg
)
AsgComponentFactories.h
ChargeSelectorAlg.h
DileptonInvariantMassSelectorAlg.h
DileptonInvariantMassWindowSelectorAlg.h
DileptonOSSFInvariantMassWindowSelectorAlg.h
EventScalarSelectorAlg.h
JetNGhostSelectorAlg.h
MissingETPlusTransverseMassSelectorAlg.h
MissingETSelectorAlg.h
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonGMR4::ReadoutGeomCnvAlg)
NLargeRJetMassWindowSelectorAlg.h
NObjectMassSelectorAlg.h
NObjectPtSelectorAlg.h
ObjectKinematicSelectorAlg.h
RunNumberSelectorAlg.h
SaveFilterAlg.h
SumNLeptonPtSelectorAlg.h
TransverseMassSelectorAlg.h
CP::ChargeSelectorAlg
an algorithm that selects an event if the event has leptons with opposite sign or same sign
Definition
ChargeSelectorAlg.h:29
CP::DileptonInvariantMassSelectorAlg
an algorithm to select an event with 2-lepton mass compared to a specified value
Definition
DileptonInvariantMassSelectorAlg.h:28
CP::DileptonInvariantMassWindowSelectorAlg
an algorithm to select an event with 2-lepton mass compared to a specified window of values "lowMLL" ...
Definition
DileptonInvariantMassWindowSelectorAlg.h:27
CP::DileptonOSSFInvariantMassWindowSelectorAlg
an algorithm that vetos an event with two OS electrons or muons mass in a specific mass window
Definition
DileptonOSSFInvariantMassWindowSelectorAlg.h:27
CP::EventScalarSelectorAlg
an algorithm to cut on a scalar quantity decorating EventInfo (e.g.
Definition
EventScalarSelectorAlg.h:31
CP::JetNGhostSelectorAlg
an algorithm to select an event with a specified number of objects compared to a transverse momentum ...
Definition
JetNGhostSelectorAlg.h:28
CP::MissingETPlusTransverseMassSelectorAlg
an algorithm to select an event with MET + W-boson mass compared to a specified MET+MWT value
Definition
MissingETPlusTransverseMassSelectorAlg.h:29
CP::MissingETSelectorAlg
an algorithm to select an event with missing E_T above or below a specified value
Definition
MissingETSelectorAlg.h:28
CP::NLargeRJetMassWindowSelectorAlg
an algorithm to select an event with N large-R jets with a mass compared to a specified window of val...
Definition
NLargeRJetMassWindowSelectorAlg.h:29
CP::NObjectMassSelectorAlg
an algorithm to select an event with a specified number of objects compared to an invariant mass valu...
Definition
NObjectMassSelectorAlg.h:29
CP::NObjectPtSelectorAlg
an algorithm to select an event with a specified number of objects compared to a transverse momentum ...
Definition
NObjectPtSelectorAlg.h:29
CP::ObjectKinematicSelectorAlg
a generic algorithm to cut on a kinematic quantity computed from one or more objects,...
Definition
ObjectKinematicSelectorAlg.h:38
CP::RunNumberSelectorAlg
an algorithm to select an event with 2-lepton mass compared to a specified value
Definition
RunNumberSelectorAlg.h:27
CP::SaveFilterAlg
an algorithm to turn event selections into filters for cutflow saving
Definition
SaveFilterAlg.h:26
CP::SumNLeptonPtSelectorAlg
an algorithm to select an event with a specified number of electrons, muons or taus compared to a tra...
Definition
SumNLeptonPtSelectorAlg.h:28
CP::TransverseMassSelectorAlg
an algorithm to select an event with W-boson mass compared to a specified MWT value
Definition
TransverseMassSelectorAlg.h:29
Generated on
for ATLAS Offline Software by
1.17.0