Revision 3f87baab2398a33c8b73a5887f5c503110005ddd authored by Fons Rademakers on 26 August 2006, 16:27:22 UTC, committed by Fons Rademakers on 26 August 2006, 16:27:22 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@16133 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent de41422
Raw File
TH2D.h
// @(#)root/hist:$Name:  $:$Id: TH2D.h,v 1.32 2002/04/26 10:18:54 brun Exp $
// Author: Rene Brun   18/05/2002

/*************************************************************************
 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifndef ROOT_TH2D
#define ROOT_TH2D


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TH2D                                                                 //
//                                                                      //
// 2-Dim histogram with a double per channel                            //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#ifndef ROOT_TH2
#include "TH2.h"
#endif

#endif
back to top