ATLAS Offline Software
Loading...
Searching...
No Matches
IBJetHypoDiscriminantCheck.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IBJetHypoDiscriminantCheck_hh
6#define IBJetHypoDiscriminantCheck_hh
7
8#include "GaudiKernel/IAlgTool.h"
9#include "xAODJet/Jet.h"
11
12class IBJetHypoDiscriminantCheck: virtual public ::IAlgTool {
13public:
15 virtual bool passThreshold(const xAOD::Jet&) const = 0;
16};
17
18#endif
DeclareInterfaceID(IBJetHypoDiscriminantCheck, 1, 0)
virtual bool passThreshold(const xAOD::Jet &) const =0
Jet_v1 Jet
Definition of the current "jet version".