ATLAS Offline Software
PhysicsAnalysis
DerivationFramework
DerivationFrameworkInterfaces
DerivationFrameworkInterfaces
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
16
static
const
InterfaceID IID_IAugmentationTool(
"IAugmentationTool"
, 1, 0);
17
24
class
IAugmentationTool
:
virtual
public
IAlgTool {
25
public
:
26
28
virtual
~IAugmentationTool
(){}
29
31
static
const
InterfaceID&
interfaceID
() {
return
IID_IAugmentationTool; }
32
34
virtual
StatusCode
addBranches
()
const
= 0;
35
};
36
37
}
// end of namespace
38
39
#endif
DerivationFramework::IAugmentationTool::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition:
IAugmentationTool.h:31
DerivationFramework::IAugmentationTool::~IAugmentationTool
virtual ~IAugmentationTool()
Virtual destructor.
Definition:
IAugmentationTool.h:28
DerivationFramework::IAugmentationTool
Definition:
IAugmentationTool.h:24
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
Generated on Sun Dec 22 2024 21:11:21 for ATLAS Offline Software by
1.8.18