The Gaudi Framework  v29r0 (ff2e7097)
GaudiHistoTool.h
Go to the documentation of this file.
1 #ifndef GAUDIALG_GAUDIHISTOTOOL_H
2 #define GAUDIALG_GAUDIHISTOTOOL_H 1
3 // ============================================================================
12 // ============================================================================
13 // Include files
14 // ============================================================================
15 // GaudiAlg
16 // ============================================================================
17 #include "GaudiAlg/GaudiHistos.h"
18 #include "GaudiAlg/GaudiTool.h"
19 // ============================================================================
20 
21 // ============================================================================
37 // ============================================================================
38 
39 struct GAUDI_API GaudiHistoTool : GaudiHistos<GaudiTool> {
40 
44 
45  // delete default/copy constructor and assignment
46  GaudiHistoTool() = delete;
47  GaudiHistoTool( const GaudiHistoTool& ) = delete;
48  GaudiHistoTool& operator=( const GaudiHistoTool& ) = delete;
49 };
50 
51 // ============================================================================
52 // The END
53 // ============================================================================
54 #endif // GAUDIALG_GAUDIHISTOTOOL_H
55 // ============================================================================
Header file for class GaudiAlgorithm.
Simple class to extend the functionality of class GaudiTool.
PropertyMgr & operator=(const PropertyMgr &)=delete
Templated base class providing common histogramming methods for GaudiAlgorithm and GaudiTool like cla...
Definition: GaudiHistos.h:56
#define GAUDI_API
Definition: Kernel.h:110