ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace 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
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
JetPartonTruthLabel(const std::string &name)
int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
JetModifierBase(const std::string &myname)
Ctor.
The namespace of all packages in PhysicsAnalysis/JetTagging.
Jet_v1 Jet
Definition of the current "jet version".