ATLAS Offline Software
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 
9 #include "xAODJet/Jet.h"
10 
11 namespace Analysis {
13  public JetModifierBase {
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:195
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