All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
HistoID.h
Go to the documentation of this file.
1 // $Id: HistoID.h,v 1.5 2006/12/10 19:11:56 leggett Exp $
2 // ============================================================================
3 #ifndef GAUDIALG_HISTOID_H
4 #define GAUDIALG_HISTOID_H 1
5 // ============================================================================
6 // Include files
7 // ============================================================================
8 // GaudiAlg
9 // ============================================================================
10 #include "GaudiAlg/GaudiAlg.h"
11 #include "GaudiAlg/GaudiHistoID.h"
12 // ============================================================================
13 
14 // ============================================================================
21 // ============================================================================
22 namespace Histos
23 {
26 }
27 // ============================================================================
28 
29 // ============================================================================
30 namespace GaudiAlg
31 {
35  typedef std::vector<double> HistoBinEdges;
36 }
37 // ============================================================================
38 
39 #endif // GAUDIALG_HISTOID_H
std::vector< double > HistoBinEdges
Type for bin edges for variable binning histograms.
Definition: HistoID.h:35
GaudiAlg::ID HistoID
The actual type for histogram identifier.
Definition: HistoID.h:25
Histos::HistoID HistoID
The actual type for histogram identifier.
Definition: HistoID.h:33
ID class for Histogram and Ntuples.
Definition: GaudiHistoID.h:46