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"
10 
11 class IBJetHypoDiscriminantCheck: virtual public ::IAlgTool {
12 public:
14  virtual bool passThreshold(const SG::AuxElement&) const = 0;
15 };
16 
17 #endif
SG::AuxElement
Base class for elements of a container that can have aux data.
Definition: AuxElement.h:446
IBJetHypoDiscriminantCheck
Definition: IBJetHypoDiscriminantCheck.h:11
IBJetHypoDiscriminantCheck::DeclareInterfaceID
DeclareInterfaceID(IBJetHypoDiscriminantCheck, 1, 0)
IBJetHypoDiscriminantCheck::passThreshold
virtual bool passThreshold(const SG::AuxElement &) const =0
AuxElement.h
Base class for elements of a container that can have aux data.