ATLAS Offline Software
JetConstitRemover.h
Go to the documentation of this file.
1 // This file is -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef JetMomentTools_JETCONSTITREMOVER_H
8 #define JetMomentTools_JETCONSTITREMOVER_H
9 
19 #include "JetRec/JetModifierBase.h"
20 
23 
24 public:
25 
26  // Constructor from tool name.
27  JetConstitRemover(const std::string& myname);
28 
29  // Inherited method to modify a jet.
30  //
31  virtual int modifyJet(xAOD::Jet& jet) const;
32 
33 };
34 
35 #endif
JetConstitRemover::modifyJet
virtual int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
Definition: JetConstitRemover.cxx:9
JetConstitRemover
Definition: JetConstitRemover.h:21
JetConstitRemover::JetConstitRemover
JetConstitRemover(const std::string &myname)
Definition: JetConstitRemover.cxx:7
jet
Definition: JetCalibTools_PlotJESFactors.cxx:23
JetModifierBase.h
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
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