The Gaudi Framework
v33r0 (d5ea422b)
GaudiHistoAlg.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef GAUDIALG_GAUDIHISTOALG_H
12
#define GAUDIALG_GAUDIHISTOALG_H 1
13
// ============================================================================
14
/* @file GaudiHistoAlg.h
15
*
16
* Header file for class : GaudiHistoAlg
17
*
18
* @date 30/06/2001
19
* @author Vanya BELYAEV Ivan.Belyaev@itep.ru
20
* @author Chris Jones Christopher.Rob.Jones@cern.ch
21
*/
22
// ============================================================================
23
// Include files
24
// ============================================================================
25
// GaudiAlg
26
// ============================================================================
27
#include "
GaudiAlg/GaudiAlgorithm.h
"
28
#include "
GaudiAlg/GaudiHistos.h
"
29
// ============================================================================
45
// ============================================================================
46
47
struct
GAUDI_API
GaudiHistoAlg
:
GaudiHistos
<GaudiAlgorithm> {
48
using
GaudiHistos<GaudiAlgorithm>::GaudiHistos
;
49
using
GaudiHistos<GaudiAlgorithm>::initialize
;
50
using
GaudiHistos<GaudiAlgorithm>::finalize
;
51
52
// delete default/copy constructor and assignment
53
GaudiHistoAlg
() =
delete
;
54
GaudiHistoAlg
(
const
GaudiHistoAlg
& ) =
delete
;
55
GaudiHistoAlg
& operator=(
const
GaudiHistoAlg
& ) =
delete
;
56
57
};
// end of class GaudiHistoAlg
58
59
// ============================================================================
60
// The END
61
// ============================================================================
62
#endif // GAUDIALG_GAUDIHISTOAL_H
GaudiAlgorithm.h
Header file for class GaudiAlgorithm.
GaudiHistoAlg
Simple class to extend the functionality of class GaudiAlgorithm.
Definition:
GaudiHistoAlg.h:47
GaudiHistos.h
GaudiHistos
Templated base class providing common histogramming methods for GaudiAlgorithm and GaudiTool like cla...
Definition:
GaudiHistos.h:65
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
GaudiAlg
GaudiAlg
GaudiHistoAlg.h
Generated on Mon Dec 16 2019 23:26:29 for The Gaudi Framework by
1.8.15