00001 // $Id: HistoID.h,v 1.5 2006/12/10 19:11:56 leggett Exp $ 00002 // ============================================================================ 00003 #ifndef GAUDIALG_HISTOID_H 00004 #define GAUDIALG_HISTOID_H 1 00005 // ============================================================================ 00006 // Include files 00007 // ============================================================================ 00008 // GaudiAlg 00009 // ============================================================================ 00010 #include "GaudiAlg/GaudiAlg.h" 00011 #include "GaudiAlg/GaudiHistoID.h" 00012 // ============================================================================ 00013 00014 // ============================================================================ 00021 // ============================================================================ 00022 namespace Histos 00023 { 00025 typedef GaudiAlg::ID HistoID; 00026 } 00027 // ============================================================================ 00028 00029 // ============================================================================ 00030 namespace GaudiAlg 00031 { 00033 typedef Histos::HistoID HistoID ; 00034 } 00035 // ============================================================================ 00036 00037 #endif // GAUDIALG_HISTOID_H