The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
41
using
GaudiHistos<GaudiTool>::GaudiHistos
;
42
using
GaudiHistos<GaudiTool>::initialize
;
43
using
GaudiHistos<GaudiTool>::finalize
;
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
// ============================================================================
GaudiTool.h
Header file for class GaudiAlgorithm.
GaudiHistoTool
Simple class to extend the functionality of class GaudiTool.
Definition:
GaudiHistoTool.h:39
operator=
PropertyMgr & operator=(const PropertyMgr &)=delete
GaudiHistos.h
GaudiHistos
Templated base class providing common histogramming methods for GaudiAlgorithm and GaudiTool like cla...
Definition:
GaudiHistos.h:56
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:104
GaudiAlg
GaudiAlg
GaudiHistoTool.h
Generated on Wed Aug 1 2018 23:20:48 for The Gaudi Framework by
1.8.11