ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkInterfaces
DerivationFrameworkInterfaces
IAugmentationTool.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 DERIVATIONFRAMEWORK_INTERFACES_IAUGMENTATIONTOOL_H
6
#define DERIVATIONFRAMEWORK_INTERFACES_IAUGMENTATIONTOOL_H
7
8
// Gaudi
9
#include "GaudiKernel/IAlgTool.h"
10
#include "GaudiKernel/EventContext.h"
11
12
namespace
DerivationFramework
{
13
19
20
class
IAugmentationTool
:
virtual
public
extend_interfaces<IAlgTool> {
21
public
:
22
DeclareInterfaceID
(
IAugmentationTool
, 1, 0);
23
25
virtual
~IAugmentationTool
(){}
26
28
virtual
StatusCode
addBranches
(
const
EventContext& ctx)
const
= 0;
29
};
30
31
}
// end of namespace
32
33
#endif
DerivationFramework::IAugmentationTool
Definition
IAugmentationTool.h:20
DerivationFramework::IAugmentationTool::DeclareInterfaceID
DeclareInterfaceID(IAugmentationTool, 1, 0)
DerivationFramework::IAugmentationTool::~IAugmentationTool
virtual ~IAugmentationTool()
Virtual destructor.
Definition
IAugmentationTool.h:25
DerivationFramework::IAugmentationTool::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const =0
Pass the thinning service.
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0