The Gaudi Framework
v36r1 (3e2fb5a8)
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
GaudiHistos
Definition:
GaudiHistos.h:65
GaudiHistoAlg::GaudiHistoAlg
GaudiHistoAlg(const GaudiHistoAlg &)=delete
GaudiHistoAlg::operator=
GaudiHistoAlg & operator=(const GaudiHistoAlg &)=delete
GaudiHistoAlg::GaudiHistoAlg
GaudiHistoAlg()=delete
GaudiAlgorithm.h
GaudiHistoAlg
Definition:
GaudiHistoAlg.h:47
GaudiHistos.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
GaudiAlg
include
GaudiAlg
GaudiHistoAlg.h
Generated on Tue Sep 21 2021 12:27:37 for The Gaudi Framework by
1.8.18