ROOT
6.06/09
Reference Guide
ROOT Home Page
Main Page
Related Pages
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
core
base
inc
Htypes.h
Go to the documentation of this file.
1
/* @(#)root/base:$Id$ */
2
3
/*************************************************************************
4
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifndef ROOT_Htypes
12
#define ROOT_Htypes
13
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// Htypes //
18
// //
19
// Types used by the histogramming classes. //
20
// //
21
// Obsolete: typedefs included in Rtypes.h //
22
// //
23
//////////////////////////////////////////////////////////////////////////
24
25
26
#endif
27