|
||||
File indexing completed on 2025-01-18 09:57:34
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_HISTOID_H 0012 #define GAUDIALG_HISTOID_H 1 0013 // ============================================================================ 0014 // Include files 0015 // ============================================================================ 0016 // GaudiAlg 0017 // ============================================================================ 0018 #include "GaudiAlg/GaudiAlg.h" 0019 #include "GaudiAlg/GaudiHistoID.h" 0020 #include <vector> 0021 // ============================================================================ 0022 0023 // ============================================================================ 0024 /** @namespace Histos 0025 * helper namespace to collect useful definitions, types, constants 0026 * and functions, related to manipulations with histograms 0027 * @author Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr 0028 * @date 2005-08-06 0029 */ 0030 // ============================================================================ 0031 namespace Histos { 0032 /// The actual type for histogram identifier 0033 typedef GaudiAlg::ID HistoID; 0034 } // namespace Histos 0035 // ============================================================================ 0036 0037 // ============================================================================ 0038 namespace GaudiAlg { 0039 /// The actual type for histogram identifier 0040 typedef Histos::HistoID HistoID; 0041 /// Type for bin edges for variable binning histograms 0042 typedef std::vector<double> HistoBinEdges; 0043 } // namespace GaudiAlg 0044 // ============================================================================ 0045 0046 #endif // GAUDIALG_HISTOID_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |