Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:57:33

0001 /***********************************************************************************\
0002 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
0003 *                                                                                   *
0004 * This software is distributed under the terms of the Apache version 2 licence,     *
0005 * copied verbatim in the file "LICENSE".                                            *
0006 *                                                                                   *
0007 * In applying this licence, CERN does not waive the privileges and immunities       *
0008 * granted to it by virtue of its status as an Intergovernmental Organization        *
0009 * or submit itself to any jurisdiction.                                             *
0010 \***********************************************************************************/
0011 #ifndef GAUDIALG_GAUDIHISTOALG_H
0012 #define GAUDIALG_GAUDIHISTOALG_H 1
0013 // ============================================================================
0014 /* @file GaudiHistoAlg.h
0015  *
0016  * Header file for class : GaudiHistoAlg
0017  *
0018  * @date 30/06/2001
0019  * @author Vanya BELYAEV Ivan.Belyaev@itep.ru
0020  * @author Chris Jones   Christopher.Rob.Jones@cern.ch
0021  */
0022 // ============================================================================
0023 // Include files
0024 // ============================================================================
0025 // GaudiAlg
0026 // ============================================================================
0027 #include "GaudiAlg/GaudiAlgorithm.h"
0028 #include "GaudiAlg/GaudiHistos.h"
0029 // ============================================================================
0030 /** @class GaudiHistoAlg GaudiHistoAlg.h GaudiAlg/GaudiHistoAlg.h
0031  *
0032  *  Simple class to extend the functionality of class GaudiAlgorithm.
0033  *
0034  *  Class is instrumented with a selection of plotting functions for
0035  *  easy creation of histograms.
0036  *
0037  *  @attention
0038  *  See the class GaudiHistos, which implements the common functionality
0039  *  between GaudiHistoTool and GaudiHistoAlg
0040  *
0041  *  @author Vanya BELYAEV Ivan.Belyaev@itep.ru
0042  *  @author Chris Jones   Christopher.Rob.Jones@cern.ch
0043  *  @date   2003-12-11
0044  */
0045 // ============================================================================
0046 
0047 struct GAUDI_API GaudiHistoAlg : GaudiHistos<GaudiAlgorithm> {
0048   using GaudiHistos<GaudiAlgorithm>::GaudiHistos;
0049 }; // end of class GaudiHistoAlg
0050 
0051 // ============================================================================
0052 // The END
0053 // ============================================================================
0054 #endif // GAUDIALG_GAUDIHISTOAL_H