ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
tauRecTools
src
components
tauRecTools_entries.cxx
Go to the documentation of this file.
1
#ifndef XAOD_ANALYSIS
2
#include "
../JetSeedBuilder.h
"
3
#include "
../TauAxisSetter.h
"
4
#include "
../TauCellVariables.h
"
5
#include "
../TauTrackFinder.h
"
6
#include "
../TauClusterFinder.h
"
7
#include "
../TauVertexFinder.h
"
8
#include "
../TauElectronVetoVariables.h
"
9
#include "
../TauShotFinder.h
"
10
#include "
../TauPi0ClusterCreator.h
"
11
#include "
../TauPi0CreateROI.h
"
12
#include "
../TauPi0ClusterScaler.h
"
13
#include "
../TauVertexVariables.h
"
14
#endif
15
16
#include "
tauRecTools/TauCalibrateLC.h
"
17
#include "
tauRecTools/TauCommonCalcVars.h
"
18
#include "
tauRecTools/TauSubstructureVariables.h
"
19
#include "
tauRecTools/MvaTESEvaluator.h
"
20
#include "
tauRecTools/MvaTESVariableDecorator.h
"
21
#include "
tauRecTools/TauTrackRNNClassifier.h
"
22
#include "
tauRecTools/TauCombinedTES.h
"
23
#include "
tauRecTools/TauPi0ScoreCalculator.h
"
24
#include "
tauRecTools/TauPi0Selector.h
"
25
#include "
tauRecTools/TauWPDecorator.h
"
26
#include "
tauRecTools/TauIDVarCalculator.h
"
27
#include "
tauRecTools/TauJetRNNEvaluator.h
"
28
#include "
tauRecTools/TauGNNEvaluator.h
"
29
#include "
tauRecTools/TauDecayModeNNClassifier.h
"
30
#include "
tauRecTools/TauVertexedClusterDecorator.h
"
31
#include "
tauRecTools/TauAODSelector.h
"
32
#include "
tauRecTools/TauAODMuonRemovalTool.h
"
33
#include "
tauRecTools/TauEleOverlapChecker.h
"
34
35
// Project include(s).
36
#include "
AsgTools/AsgComponentFactories.h
"
37
38
#ifndef XAOD_ANALYSIS
39
DECLARE_COMPONENT
(
JetSeedBuilder
)
40
DECLARE_COMPONENT
(
TauAxisSetter
)
41
DECLARE_COMPONENT
(
TauCellVariables
)
42
DECLARE_COMPONENT
(
TauTrackFinder
)
43
DECLARE_COMPONENT
(
TauClusterFinder
)
44
DECLARE_COMPONENT
(
TauVertexFinder
)
45
DECLARE_COMPONENT
(
TauElectronVetoVariables
)
46
DECLARE_COMPONENT
(
TauShotFinder
)
47
DECLARE_COMPONENT
(
TauPi0ClusterCreator
)
48
DECLARE_COMPONENT
(
TauPi0CreateROI
)
49
DECLARE_COMPONENT
(
TauPi0ClusterScaler
)
50
DECLARE_COMPONENT
(
TauVertexVariables
)
51
#endif
52
53
DECLARE_COMPONENT
(
TauCalibrateLC
)
54
DECLARE_COMPONENT
(
MvaTESVariableDecorator
)
55
DECLARE_COMPONENT
(
MvaTESEvaluator
)
56
DECLARE_COMPONENT
(
tauRecTools::TauTrackRNNClassifier
)
57
DECLARE_COMPONENT
(
tauRecTools::TrackRNN
)
58
DECLARE_COMPONENT
(
TauCombinedTES
)
59
DECLARE_COMPONENT
(
TauSubstructureVariables
)
60
DECLARE_COMPONENT
(
TauCommonCalcVars
)
61
DECLARE_COMPONENT
(
TauPi0ScoreCalculator
)
62
DECLARE_COMPONENT
(
TauPi0Selector
)
63
DECLARE_COMPONENT
(
TauWPDecorator
)
64
DECLARE_COMPONENT
(
TauIDVarCalculator
)
65
DECLARE_COMPONENT
(
TauJetRNNEvaluator
)
66
DECLARE_COMPONENT
(
TauGNNEvaluator
)
67
DECLARE_COMPONENT
(
TauDecayModeNNClassifier
)
68
DECLARE_COMPONENT
(
TauVertexedClusterDecorator
)
69
DECLARE_COMPONENT
(
TauAODSelector
)
70
DECLARE_COMPONENT
(
TauAODMuonRemovalTool
)
71
DECLARE_COMPONENT
(
TauEleOverlapChecker
)
AsgComponentFactories.h
JetSeedBuilder.h
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonGMR4::ReadoutGeomCnvAlg)
MvaTESEvaluator.h
MvaTESVariableDecorator.h
TauAODMuonRemovalTool.h
TauAODSelector.h
TauAxisSetter.h
TauCalibrateLC.h
TauCellVariables.h
TauClusterFinder.h
TauCombinedTES.h
TauCommonCalcVars.h
TauDecayModeNNClassifier.h
TauEleOverlapChecker.h
TauElectronVetoVariables.h
TauGNNEvaluator.h
TauIDVarCalculator.h
TauJetRNNEvaluator.h
TauPi0ClusterCreator.h
TauPi0ClusterScaler.h
TauPi0CreateROI.h
TauPi0ScoreCalculator.h
TauPi0Selector.h
TauShotFinder.h
TauSubstructureVariables.h
TauTrackFinder.h
TauTrackRNNClassifier.h
TauVertexFinder.h
TauVertexVariables.h
TauVertexedClusterDecorator.h
TauWPDecorator.h
JetSeedBuilder
Class to build tau jet seed.
Definition
JetSeedBuilder.h:17
MvaTESEvaluator
Definition
MvaTESEvaluator.h:18
MvaTESVariableDecorator
Definition
MvaTESVariableDecorator.h:16
TauAODMuonRemovalTool
the tool meant to run at AOD level, to remove the muon found inside the TauJet.
Definition
TauAODMuonRemovalTool.h:21
TauAODSelector
Definition
TauAODSelector.h:11
TauAxisSetter
Set Tau "Detector Axis" and "Intermediate Axis".
Definition
TauAxisSetter.h:28
TauCalibrateLC
Implementation of tau energy scale (TES) with eta and pile-up correction.
Definition
TauCalibrateLC.h:25
TauCellVariables
Calculate tau calorimeter variables from cell information.
Definition
TauCellVariables.h:16
TauClusterFinder
Associate the clusters used in the seed jet to the tau candidate.
Definition
TauClusterFinder.h:21
TauCombinedTES
Definition
TauCombinedTES.h:21
TauCommonCalcVars
Calculate variables which rely on tracks and precalculated cell/cluster information.
Definition
TauCommonCalcVars.h:20
TauDecayModeNNClassifier
Tau decay mode classifier using a neural network.
Definition
TauDecayModeNNClassifier.h:35
TauEleOverlapChecker
Select only the tau within the removal direction.
Definition
TauEleOverlapChecker.h:25
TauElectronVetoVariables
Calculate variables sensitive on electrons.
Definition
TauElectronVetoVariables.h:27
TauGNNEvaluator
Tool to calculate tau identification score from .onnx inputs.
Definition
TauGNNEvaluator.h:30
TauIDVarCalculator
This class implements a tool to calculate ID input variables and add them to the tau aux store.
Definition
TauIDVarCalculator.h:18
TauJetRNNEvaluator
Tool to calculate a tau identification score based on neural networks.
Definition
TauJetRNNEvaluator.h:28
TauPi0ClusterCreator
Creates Pi0 clusters (Pi0 Finder).
Definition
TauPi0ClusterCreator.h:28
TauPi0ClusterScaler
scale cluster energy to take care of charged pion energy
Definition
TauPi0ClusterScaler.h:22
TauPi0CreateROI
Find the cells used to create pi0 cluster.
Definition
TauPi0CreateROI.h:30
TauPi0ScoreCalculator
Selectes pi0Candidates (Pi0 Finder).
Definition
TauPi0ScoreCalculator.h:25
TauPi0Selector
Apply Et and BDT score cut to pi0s.
Definition
TauPi0Selector.h:22
TauShotFinder
Definition
TauShotFinder.h:30
TauSubstructureVariables
Calculate variables from the tau substructure.
Definition
TauSubstructureVariables.h:21
TauTrackFinder
Associate tracks to the tau candidate.
Definition
TauTrackFinder.h:39
TauVertexFinder
Associate a vertex (origin) to the tau candidate.
Definition
TauVertexFinder.h:29
TauVertexVariables
Class for calculating vertex variables.
Definition
TauVertexVariables.h:23
TauVertexedClusterDecorator
Decorate CaloVertexedTopoCluster to the tau candidate.
Definition
TauVertexedClusterDecorator.h:19
TauWPDecorator
Implementation of tool to decorate flattened BDT score and working points.
Definition
TauWPDecorator.h:36
tauRecTools::TauTrackRNNClassifier
Definition
TauTrackRNNClassifier.h:50
tauRecTools::TrackRNN
Definition
TauTrackRNNClassifier.h:81
Generated on
for ATLAS Offline Software by
1.17.0