StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CTH.cc
1 /***************************************************************************
2  *
3  * $Id: CTH.cc,v 1.1 2000/09/05 14:21:10 laue Exp $
4  *
5  * Author: Frank Laue, Ohio State, laue@bnl.gov
6  ***************************************************************************
7  *
8  * Description: part of STAR HBT Framework: StHbtMaker package
9  * Histogram classes (inherited from TH?Ds) which
10  * will be listed by the StHbtHistoCollector
11  *
12  ***************************************************************************
13  *
14  * $Log: CTH.cc,v $
15  * Revision 1.1 2000/09/05 14:21:10 laue
16  * NEW !! A histogram class (CTH, inherited from TH?Ds) that puts itself into
17  * a list (StHbtHistoCollector) at instantiation time. This provides an easy
18  * way to write out all the histograms.
19  *
20  **************************************************************************/
21 #include "StHbtMaker/Infrastructure/CTH.hh"
22 
23 ClassImp(CTH1D)
24 ClassImp(CTH2D)
25 ClassImp(CTH3D)
26 
Definition: CTH.hh:45
Definition: CTH.hh:74
Definition: CTH.hh:59