ATLAS Offline Software
IDiTauToolBase.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3  */
4 
5 #ifndef DITAURECTOOLS_IDITAUTOOLBASE_H
6 #define DITAURECTOOLS_IDITAUTOOLBASE_H
7 
8 // Framework include(s):
9 #include "AsgTools/IAsgTool.h"
10 
11 // EDM include(s)
12 #include "xAODTau/DiTauJet.h"
13 
14 namespace DiTauRecTools
15 {
16 
18  public virtual asg::IAsgTool
19  {
20 
23 
24  public:
25  // calculate ID variables
26  virtual StatusCode execute(const xAOD::DiTauJet& xDiTau) const = 0;
27  }; // class IDiTauToolBase
28 
29 } // namespace DiTauRecTools
30 
31 #endif // DITAURECTOOLS_IDITAUTOOLBASE_H
32 
33 
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DiTauRecTools::IDiTauToolBase
Definition: IDiTauToolBase.h:19
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IAsgTool.h
DiTauJet.h
DiTauRecTools::IDiTauToolBase::execute
virtual StatusCode execute(const xAOD::DiTauJet &xDiTau) const =0
Declare the interface that the class provides.
DiTauRecTools
Implementation of boosted di-tau ID.
Definition: DiTauDiscriminantTool.h:31
xAOD::DiTauJet_v1
Definition: DiTauJet_v1.h:31