The Gaudi Framework  v30r3 (a5ef0a68)
GaudiHistoAlg.h
Go to the documentation of this file.
1 #ifndef GAUDIALG_GAUDIHISTOALG_H
2 #define GAUDIALG_GAUDIHISTOALG_H 1
3 // ============================================================================
4 /* @file GaudiHistoAlg.h
5  *
6  * Header file for class : GaudiHistoAlg
7  *
8  * @date 30/06/2001
9  * @author Vanya BELYAEV Ivan.Belyaev@itep.ru
10  * @author Chris Jones Christopher.Rob.Jones@cern.ch
11  */
12 // ============================================================================
13 // Include files
14 // ============================================================================
15 // GaudiAlg
16 // ============================================================================
18 #include "GaudiAlg/GaudiHistos.h"
19 // ============================================================================
35 // ============================================================================
36 
37 struct GAUDI_API GaudiHistoAlg : GaudiHistos<GaudiAlgorithm> {
41 
42  // delete default/copy constructor and assignment
43  GaudiHistoAlg() = delete;
44  GaudiHistoAlg( const GaudiHistoAlg& ) = delete;
45  GaudiHistoAlg& operator=( const GaudiHistoAlg& ) = delete;
46 
47 }; // end of class GaudiHistoAlg
48 
49 // ============================================================================
50 // The END
51 // ============================================================================
52 #endif // GAUDIALG_GAUDIHISTOAL_H
53 // ============================================================================
Header file for class GaudiAlgorithm.
Simple class to extend the functionality of class GaudiAlgorithm.
Definition: GaudiHistoAlg.h:37
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:104