ATLAS Offline Software
PhysicsAnalysis
AnalysisCommon
ParticleJetTools
ParticleJetTools
JetPartonTruthLabel.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef particlejettools_jetpartontruthlabel_header
6
#define particlejettools_jetpartontruthlabel_header
7
8
#include "
JetRec/JetModifierBase.h
"
9
#include "
xAODJet/Jet.h
"
10
11
namespace
Analysis
{
12
class
JetPartonTruthLabel
:
13
public
JetModifierBase
{
14
ASG_TOOL_CLASS
(
JetPartonTruthLabel
,
IJetModifier
)
15
16
public
:
17
// Constructor and destructor
18
JetPartonTruthLabel
(
const
std::string&
name
) :
19
JetModifierBase
(
name
) { };
20
21
int
modifyJet
(
xAOD::Jet
&
jet
)
const
;
22
};
23
}
24
25
#endif
Jet.h
Analysis::JetPartonTruthLabel::modifyJet
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition:
JetPartonTruthLabel.cxx:12
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
Analysis::JetPartonTruthLabel
Definition:
JetPartonTruthLabel.h:13
JetModifierBase.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
Analysis::JetPartonTruthLabel::JetPartonTruthLabel
JetPartonTruthLabel(const std::string &name)
Definition:
JetPartonTruthLabel.h:18
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition:
AsgToolMacros.h:68
JetModifierBase
Definition:
JetModifierBase.h:22
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition:
IJetModifier.h:20
Generated on Sun Dec 22 2024 21:12:33 for ATLAS Offline Software by
1.8.18