The Gaudi Framework  v38r1p1 (ae26267b)
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 // ============================================================================
28 #include "GaudiAlg/GaudiHistos.h"
29 // ============================================================================
45 // ============================================================================
46 
47 struct GAUDI_API GaudiHistoAlg : GaudiHistos<GaudiAlgorithm> {
49 }; // end of class GaudiHistoAlg
50 
51 // ============================================================================
52 // The END
53 // ============================================================================
54 #endif // GAUDIALG_GAUDIHISTOAL_H
GaudiHistos
Definition: GaudiHistos.h:65
GaudiAlgorithm.h
GaudiHistoAlg
Definition: GaudiHistoAlg.h:47
GaudiHistos.h
GAUDI_API
#define GAUDI_API
Definition: Kernel.h:81