Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IAugmentationTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // ISkimmingTool.h, (c) ATLAS Detector software
7 
8 #ifndef DERIVATIONFRAMEWORK_INTERFACES_IAUGMENTATIONTOOL_H
9 #define DERIVATIONFRAMEWORK_INTERFACES_IAUGMENTATIONTOOL_H
10 
11 // Gaudi
12 #include "GaudiKernel/IAlgTool.h"
13 
14 namespace DerivationFramework {
15 
22  class IAugmentationTool : virtual public extend_interfaces<IAlgTool> {
23  public:
25 
27  virtual ~IAugmentationTool(){}
28 
30  virtual StatusCode addBranches() const = 0;
31  };
32 
33 } // end of namespace
34 
35 #endif
DerivationFramework::IAugmentationTool::~IAugmentationTool
virtual ~IAugmentationTool()
Virtual destructor.
Definition: IAugmentationTool.h:27
DerivationFramework::IAugmentationTool
Definition: IAugmentationTool.h:22
DerivationFramework::IAugmentationTool::DeclareInterfaceID
DeclareInterfaceID(IAugmentationTool, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DerivationFramework
THE reconstruction tool.
Definition: ParticleSortingAlg.h:24
DerivationFramework::IAugmentationTool::addBranches
virtual StatusCode addBranches() const =0
Pass the thinning service