ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
DecisionHandling
src
components
DecisionHandling_entries.cxx
Go to the documentation of this file.
1
#include "
../DumpDecisions.h
"
2
#include "
../RoRSeqFilter.h
"
3
#include "
../PassFilter.h
"
4
#include "
../TriggerSummaryAlg.h
"
5
#include "
DecisionHandling/ComboHypo.h
"
6
#include "
../InputMakerForRoI.h
"
7
#include "
../DeltaRRoIComboHypoTool.h
"
8
#include "
DecisionHandling/ComboHypoToolBase.h
"
9
#include "
DecisionHandling/DebugComboHypoTool.h
"
10
11
#include "
../ViewCreatorInitialROITool.h
"
12
#include "
../ViewCreatorPreviousROITool.h
"
13
#include "
../ViewCreatorNamedROITool.h
"
14
#include "
../ViewCreatorFSROITool.h
"
15
#include "
../ViewCreatorFetchFromViewROITool.h
"
16
#include "
../ViewCreatorCentredOnIParticleROITool.h
"
17
#include "
../ViewCreatorCentredOnClusterROITool.h
"
18
#include "
../ViewCreatorCentredOnJetWithPVConstraintROITool.h
"
19
#include "
../ViewCreatorJetSuperROITool.h
"
20
#include "
../ViewCreatorMuonSuperROITool.h
"
21
#include "
../ViewCreatorDVROITool.h
"
22
#include "
../ITestHypoTool.h
"
23
#include "
../TestHypoAlg.h
"
24
#include "
../TestHypoTool.h
"
25
#include "
../TestRecoAlg.h
"
26
#include "
../TestInputMaker.h
"
27
28
29
DECLARE_COMPONENT
(
HLTTest::TestInputMaker
)
30
DECLARE_COMPONENT
(
HLTTest::TestHypoAlg
)
31
DECLARE_COMPONENT
(
HLTTest::TestHypoTool
)
32
DECLARE_COMPONENT
(
HLTTest::TestRecoAlg
)
33
34
DECLARE_COMPONENT
(
DumpDecisions
)
35
DECLARE_COMPONENT
(
RoRSeqFilter
)
36
DECLARE_COMPONENT
(
PassFilter
)
37
DECLARE_COMPONENT
(
TriggerSummaryAlg
)
38
DECLARE_COMPONENT
(
ComboHypo
)
39
DECLARE_COMPONENT
(
InputMakerForRoI
)
40
DECLARE_COMPONENT
(
ComboHypoToolBase
)
41
DECLARE_COMPONENT
(
DeltaRRoIComboHypoTool
)
42
DECLARE_COMPONENT
(
DebugComboHypoTool
)
43
44
DECLARE_COMPONENT
(
ViewCreatorInitialROITool
)
45
DECLARE_COMPONENT
(
ViewCreatorPreviousROITool
)
46
DECLARE_COMPONENT
(
ViewCreatorNamedROITool
)
47
DECLARE_COMPONENT
(
ViewCreatorFSROITool
)
48
DECLARE_COMPONENT
(
ViewCreatorFetchFromViewROITool
)
49
DECLARE_COMPONENT
(
ViewCreatorCentredOnIParticleROITool
)
50
DECLARE_COMPONENT
(
ViewCreatorCentredOnClusterROITool
)
51
DECLARE_COMPONENT
(
ViewCreatorCentredOnJetWithPVConstraintROITool
)
52
DECLARE_COMPONENT
(
ViewCreatorJetSuperROITool
)
53
DECLARE_COMPONENT
(
ViewCreatorMuonSuperROITool
)
54
DECLARE_COMPONENT
(
ViewCreatorDVROITool
)
ComboHypoToolBase.h
ComboHypo.h
DebugComboHypoTool.h
DeltaRRoIComboHypoTool.h
DumpDecisions.h
ITestHypoTool.h
InputMakerForRoI.h
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonGMR4::ReadoutGeomCnvAlg)
PassFilter.h
RoRSeqFilter.h
TestHypoAlg.h
TestHypoTool.h
TestInputMaker.h
TestRecoAlg.h
TriggerSummaryAlg.h
ViewCreatorCentredOnClusterROITool.h
ViewCreatorCentredOnIParticleROITool.h
ViewCreatorCentredOnJetWithPVConstraintROITool.h
ViewCreatorDVROITool.h
ViewCreatorFSROITool.h
ViewCreatorFetchFromViewROITool.h
ViewCreatorInitialROITool.h
ViewCreatorJetSuperROITool.h
ViewCreatorMuonSuperROITool.h
ViewCreatorNamedROITool.h
ViewCreatorPreviousROITool.h
ComboHypoToolBase
Base class for tools which cut on properties of multi-object or multi-leg chains.
Definition
ComboHypoToolBase.h:26
ComboHypo
hypotheses required only counting (multiplicity requirements)
Definition
ComboHypo.h:31
DebugComboHypoTool
Concrete implimentation of the ComboHypoToolBase used by the ComboHypoTool unit test.
Definition
DebugComboHypoTool.h:19
DeltaRRoIComboHypoTool
Definition
DeltaRRoIComboHypoTool.h:14
DumpDecisions
Definition
DumpDecisions.h:15
HLTTest::TestHypoAlg
Invokes HypoTools and stores the result of the decision.
Definition
TestHypoAlg.h:25
HLTTest::TestHypoTool
Tool taking the decision for inclusive selection (one decision per object).
Definition
TestHypoTool.h:25
HLTTest::TestInputMaker
Used at the start of a sequence: retrieves filtered collection via menu decision from previous step a...
Definition
TestInputMaker.h:27
HLTTest::TestRecoAlg
Pseudo reco alg, reads input file formatted as follows: prop1:value, prop2:value; prop1:value,...
Definition
TestRecoAlg.h:28
InputMakerForRoI
Used at the start of a sequence: retrieves filtered collection via menu decision from previous step a...
Definition
InputMakerForRoI.h:23
PassFilter
Filter algorithm that always pass, needed to fill gaps in HLT CF.
Definition
PassFilter.h:17
RoRSeqFilter
Definition
RoRSeqFilter.h:49
TriggerSummaryAlg
In addition, a merged decisions collection is prepared.
Definition
TriggerSummaryAlg.h:24
ViewCreatorCentredOnClusterROITool
Creates a new ROI centred on one or more xAOD::TrigEMCluster contained nominally within a L1 ROI.
Definition
ViewCreatorCentredOnClusterROITool.h:27
ViewCreatorCentredOnIParticleROITool
Creates a new ROI centred on an object deriving from xAOD::IParticle.
Definition
ViewCreatorCentredOnIParticleROITool.h:25
ViewCreatorCentredOnJetWithPVConstraintROITool
Creates a new ROI centred on an object deriving from xAOD::Jet adding a PV constraint.
Definition
ViewCreatorCentredOnJetWithPVConstraintROITool.h:27
ViewCreatorDVROITool
Creates a new (super)-ROI combining windows centred on HitDV seed jets passing eta/pt selection crite...
Definition
ViewCreatorDVROITool.h:28
ViewCreatorFSROITool
Tool to create an output collection containing a single Full Scan ROI descriptor.
Definition
ViewCreatorFSROITool.h:22
ViewCreatorFetchFromViewROITool
Allows a Decision Object to process the current Step over an ROI which was created during a previous ...
Definition
ViewCreatorFetchFromViewROITool.h:26
ViewCreatorInitialROITool
Basic ROI provider tool which retrieves and re-attaches an existing "initialRoI" ElementLink.
Definition
ViewCreatorInitialROITool.h:24
ViewCreatorJetSuperROITool
Creates a new (super)-ROI combining windows centred on jets passing eta/pt selection criteria,...
Definition
ViewCreatorJetSuperROITool.h:27
ViewCreatorMuonSuperROITool
Creates a new (super)-ROI combining windows centred on muons passing eta/pt selection criteria,...
Definition
ViewCreatorMuonSuperROITool.h:26
ViewCreatorNamedROITool
Basic ROI provider tool which retrieves and re-attaches an existing named ElementLink.
Definition
ViewCreatorNamedROITool.h:19
ViewCreatorPreviousROITool
Basic ROI provider tool which retrieves and re-attaches an existing "roi" ElementLink.
Definition
ViewCreatorPreviousROITool.h:19
Generated on
for ATLAS Offline Software by
1.17.0