ATLAS Offline Software
HIJetRec_entries.cxx
Go to the documentation of this file.
1 #ifndef XAOD_ANALYSIS
2 #include "../HIClusterMaker.h"
3 #include "../HIJetCellSubtractorTool.h"
4 #include "../HIClusterSubtraction.h"
5 #include "../HISubtractedCellMakerTool.h"
6 #endif
7 
8 #include "../../Root/HIEventShapeJetIteration.h"
9 #include "../../Root/HIJetClusterSubtractorTool.h"
10 #include "../../Root/HIJetConstituentSubtractionTool.h"
11 #include "../../Root/HIJetConstituentModifierTool.h"
12 #include "../../Root/HIJetDRAssociationTool.h"
13 #include "../../Root/HIJetMaxOverMeanTool.h"
14 #include "../../Root/HIJetDiscriminatorTool.h"
15 #include "../../Root/HIJetSignificanceTool.h"
16 #include "../../Root/HIUEModulatorTool.h"
17 
18 #ifndef XAOD_ANALYSIS
23 #endif
24 
HIClusterMaker
Algorithm to build HI-style clusters, which are essentially towers. Cluster energy is sum of cell ene...
Definition: HIClusterMaker.h:37
HIJetDRAssociationTool
JetModifier that stores links to IParticles w/in DR of a jet. In HIJetRec this association is needed ...
Definition: HIJetDRAssociationTool.h:33
HIJetConstituentSubtractionTool
JetModifier that actual does the background subtraction. This tool is the most important one applied ...
Definition: HIJetConstituentSubtractionTool.h:44
HIJetMaxOverMeanTool
JetModifier that calculates moments in HI subtraction bootstrap. The ET of each jet constituent (HI c...
Definition: HIJetMaxOverMeanTool.h:29
HIUEModulatorTool
Definition: HIUEModulatorTool.h:17
DECLARE_COMPONENT
DECLARE_COMPONENT(MuonReadoutGeomCnvAlg)
HIJetClusterSubtractorTool
Concrete implementation of HIJetSubtractorToolBase. Class used by HIClusterSubtraction and HIJetConst...
Definition: HIJetClusterSubtractorTool.h:32
HIJetSignificanceTool
Modified by R.Longo on May 2020 to include new treatment for JetDecorations.
Definition: HIJetSignificanceTool.h:26
HIJetDiscriminatorTool
JetModifier that filters collection based on values of moments MaxConstituentET and MaxOverMean set b...
Definition: HIJetDiscriminatorTool.h:31
HIEventShapeJetIteration
Definition: HIEventShapeJetIteration.h:25
HIClusterSubtraction
Algorithm that applies background subtraction to clusters. The subtraction needs to be handled separa...
Definition: HIClusterSubtraction.h:40
HIJetCellSubtractorTool
Concrete implementation of HIJetSubtractorToolBase. Class used by HIClusterSubtraction and HIJetConst...
Definition: HIJetCellSubtractorTool.h:30
HISubtractedCellMakerTool
Definition: HISubtractedCellMakerTool.h:21
HIJetConstituentModifierTool
Definition: HIJetConstituentModifierTool.h:24