ATLAS Offline Software
Loading...
Searching...
No Matches
IJetUpdateJvt.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IJetUpdateJvt_H
6#define IJetUpdateJvt_H
7
13
14#include "AsgTools/IAsgTool.h"
16
17class IJetUpdateJvt : virtual public asg::IAsgTool {
19
20public:
21
25 virtual float updateJvt(const xAOD::Jet& jet) const =0;
26
27};
28
29#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual float updateJvt(const xAOD::Jet &jet) const =0
Calculate the updated JVT.
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
Jet_v1 Jet
Definition of the current "jet version".