ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
20
23
24public:
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
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
JetConstitRemover(const std::string &myname)
virtual int modifyJet(xAOD::Jet &jet) const
Modify a single jet. This is obsolete and set to be removed.
JetModifierBase(const std::string &myname)
Ctor.
Jet_v1 Jet
Definition of the current "jet version".