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>
38 {
42 
43  // delete default/copy constructor and assignment
44  GaudiHistoAlg () = delete;
45  GaudiHistoAlg ( const GaudiHistoAlg& ) = delete;
46  GaudiHistoAlg& operator=( const GaudiHistoAlg& ) = delete;
47 
48 }; // end of class GaudiHistoAlg
49 
50 // ============================================================================
51 // The END
52 // ============================================================================
53 #endif // GAUDIALG_GAUDIHISTOAL_H
54 // ============================================================================
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:107