The Gaudi Framework  v30r3 (a5ef0a68)
GaudiHistoTool.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // GaudiAlg
5 // ============================================================================
7 // ============================================================================
8 // GaudiKernel
9 // ============================================================================
11 // ============================================================================
12 
13 // ============================================================================
22 // ============================================================================
23 
24 // ============================================================================
25 // Force creation of templated class
27 // ============================================================================
28 // Forward declaration of the actual constructors, to tell the compiler that
29 // they do exist and will be found at link time (warning C4661 in VC7.1)
30 // ============================================================================
31 template class GaudiHistos<GaudiTool>;
32 // ============================================================================
33 
34 // ============================================================================
35 // The END
36 // ============================================================================
Header file for class : GaudiHistoTool.