Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 // $Id: HistoID.h,v 1.5 2006/12/10 19:11:56 leggett Exp $
002 // ============================================================================
003 #ifndef GAUDIALG_HISTOID_H 
004 #define GAUDIALG_HISTOID_H 1
005 // ============================================================================
006 // Include files
007 // ============================================================================
008 // GaudiAlg
009 // ============================================================================
010 #include "GaudiAlg/GaudiAlg.h"
011 #include "GaudiAlg/GaudiHistoID.h"
012 // ============================================================================
013 
014 // ============================================================================
015 /** @namespace Histos
016  *  helper namespace to collect useful definitions, types, constants 
017  *  and functions, related to manipulations with histograms
018  *  @author Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr
019  *  @date 2005-08-06
020  */
021 // ============================================================================
022 namespace Histos 
023 {
024   /// The actual type for histogram identifier
025   typedef GaudiAlg::ID HistoID;
026 }
027 // ============================================================================
028 
029 // ============================================================================
030 namespace GaudiAlg
031 {
032   /// The actual type for histogram identifier
033   typedef Histos::HistoID HistoID ;
034 }
035 // ============================================================================
036 
037 #endif // GAUDIALG_HISTOID_H
038 

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!