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
TH1S.h
// @(#)root/hist:$Name:  $:$Id: TH1S.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_TH1S
#define ROOT_TH1S


//////////////////////////////////////////////////////////////////////////
//                                                                      //
// TH1S                                                                 //
//                                                                      //
// 1-Dim histogram with a short per channel                             //
//                                                                      //
//////////////////////////////////////////////////////////////////////////

#ifndef ROOT_TH1
#include "TH1.h"
#endif

#endif
back to top