All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TupleTool.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // local
5 // ============================================================================
6 #include "TupleTool.h"
7 // ============================================================================
8 
16 // ============================================================================
17 // Declaration of the Tool Factory
18 // ============================================================================
20 // ============================================================================
21 
22 // ============================================================================
32 // ============================================================================
33 TupleTool::TupleTool( const std::string& type,
34  const std::string& name,
35  const IInterface* parent )
36  : GaudiTupleTool ( type, name , parent )
37 {
38  declareInterface<ITupleTool>(this);
39 }
40 
STL namespace.
#define DECLARE_COMPONENT(type)
Definition: PluginService.h:36
Simple class to extend the functionality of class GaudiHistoTool.
Definition of the basic interface.
Definition: IInterface.h:234