Skip to content
Snippets Groups Projects
Commit 071a0618 authored by Rene Brun's avatar Rene Brun
Browse files

Add new includes just for coherency. They simply include the base class (do nothing)

git-svn-id: http://root.cern.ch/svn/root/trunk@4568 27541ba8-7e3a-0410-8455-c3a389f83636
parent 07936b02
No related branches found
No related tags found
No related merge requests found
// @(#)root/hist:$Name: $:$Id: TH1C.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_TH1C
#define ROOT_TH1C
//////////////////////////////////////////////////////////////////////////
// //
// TH1C //
// //
// 1-Dim histogram with a char per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH1
#include "TH1.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH1D.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_TH1D
#define ROOT_TH1D
//////////////////////////////////////////////////////////////////////////
// //
// TH1D //
// //
// 1-Dim histogram with a double per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH1
#include "TH1.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH1F.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_TH1F
#define ROOT_TH1F
//////////////////////////////////////////////////////////////////////////
// //
// TH1F //
// //
// 1-Dim histogram with a float per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH1
#include "TH1.h"
#endif
#endif
// @(#)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
// @(#)root/hist:$Name: $:$Id: TH2C.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_TH2C
#define ROOT_TH2C
//////////////////////////////////////////////////////////////////////////
// //
// TH2C //
// //
// 2-Dim histogram with a char per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH2
#include "TH2.h"
#endif
#endif
// @(#)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
// @(#)root/hist:$Name: $:$Id: TH2F.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_TH2F
#define ROOT_TH2F
//////////////////////////////////////////////////////////////////////////
// //
// TH2F //
// //
// 2-Dim histogram with a float per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH2
#include "TH2.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH2S.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_TH2S
#define ROOT_TH2S
//////////////////////////////////////////////////////////////////////////
// //
// TH2S //
// //
// 2-Dim histogram with a short per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH2
#include "TH2.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH3C.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_TH3C
#define ROOT_TH3C
//////////////////////////////////////////////////////////////////////////
// //
// TH3C //
// //
// 3-Dim histogram with a char per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH3
#include "TH3.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH3D.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_TH3D
#define ROOT_TH3D
//////////////////////////////////////////////////////////////////////////
// //
// TH3D //
// //
// 3-Dim histogram with a double per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH3
#include "TH3.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH3F.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_TH3F
#define ROOT_TH3F
//////////////////////////////////////////////////////////////////////////
// //
// TH3F //
// //
// 3-Dim histogram with a float per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH3
#include "TH3.h"
#endif
#endif
// @(#)root/hist:$Name: $:$Id: TH3S.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_TH3S
#define ROOT_TH3S
//////////////////////////////////////////////////////////////////////////
// //
// TH3S //
// //
// 3-Dim histogram with a short per channel //
// //
//////////////////////////////////////////////////////////////////////////
#ifndef ROOT_TH3
#include "TH3.h"
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment