ATLAS Offline Software
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"
10 #include "xAODJet/JetContainer.h"
11 
12 class IBJetHypoDiscriminantCheck: virtual public ::IAlgTool {
13 public:
15  virtual bool passThreshold(const xAOD::Jet&) const = 0;
16 };
17 
18 #endif
Jet.h
IBJetHypoDiscriminantCheck
Definition: IBJetHypoDiscriminantCheck.h:12
IBJetHypoDiscriminantCheck::DeclareInterfaceID
DeclareInterfaceID(IBJetHypoDiscriminantCheck, 1, 0)
IBJetHypoDiscriminantCheck::passThreshold
virtual bool passThreshold(const xAOD::Jet &) const =0
xAOD::Jet_v1
Class describing a jet.
Definition: Jet_v1.h:57
JetContainer.h