GaudiTupleTool.h
Go to the documentation of this file.
1 #ifndef GAUDIALG_GAUDITUPLETOOL_H
2 #define GAUDIALG_GAUDITUPLETOOL_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 // GaudiAlg
7 // ============================================================================
9 #include "GaudiAlg/GaudiTuples.h"
10 // ============================================================================
11 
12 // ============================================================================
13 /* @file GaudiTupleTool.h
14  *
15  * Header file for class : GaudiTupleTool
16  *
17  * @author Vanya BELYAEV Ivan.Belyaev@itep.ru
18  * @author Chris Jones Christopher.Rob.Jones@cern.ch
19  * @date 2004-06-28
20  */
21 // ============================================================================
22 
23 // ============================================================================
39 // ============================================================================
40 
41 class GAUDI_API GaudiTupleTool: public GaudiTuples<GaudiHistoTool>
42 {
43 
44 protected:
45 
54  const std::string& name ,
55  const IInterface* parent );
56 
58  ~GaudiTupleTool() override = default;
59 
60  GaudiTupleTool() = delete;
61  GaudiTupleTool ( const GaudiTupleTool& ) = delete;
62  GaudiTupleTool& operator=( const GaudiTupleTool& ) = delete;
63 
64 };
65 
66 // ============================================================================
67 // The END
68 // ============================================================================
69 #endif // GAUDIALG_GAUDITUPLETOOL_H
70 // ============================================================================
Templated base class providing common &#39;ntupling&#39; methods.
Definition: GaudiTuples.h:37
Header file for class : GaudiHistoTool.
PropertyMgr & operator=(const PropertyMgr &)=delete
STL class.
Definition of the basic interface.
Definition: IInterface.h:234
#define GAUDI_API
Definition: Kernel.h:107
Simple class to extend the functionality of class GaudiHistoTool.