Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

mainpage.h

Go to the documentation of this file.
00001 
00002 // (Special "header" just for doxygen )
00003 
00004 /*! @mainpage  package TBRootAna
00005 
00006 This package contains classes for manipulating the Hec Test beam NTuple Data 
00007 using ROOT. The package will produce an executable which can be run to perform 
00008 the analysis that you want.
00009 
00010 \section Useralg UserAlg: The Starting point
00011 
00012 UserAlg is where you need to make your changes to run an analysis you design.
00013         - UserAlg
00014 
00015 \section dataclasses Data Classes
00016 
00017 These classes provide you, the user, with access to all the data contained in the
00018 NTuple.
00019 
00020         - Event
00021         - Headers
00022                 - EmecRunHeader2002v0
00023                 - HecRunHeader2002v1
00024                 - SlowControl2002v0
00025                 - GlobalHeader2002v0
00026         - HecCell
00027         - EmecCell
00028         - Geometry
00029 
00030 \section systemclasses System Algorithm Classes
00031 These sub classes can be run to do various different things with the data for 
00032 you. You can load/run these algorithms from within your UserAlg
00033 
00034         - SystemAlg
00035             - PlotAllCellsAlg
00036             - HecClusterBuildAlg
00037             - HecEnergyLayerAlg
00038             - CalibrationAlg
00039 
00040 
00041 \section notes Release Notes
00042 
00043 \include release.notes 
00044 
00045 
00046 \section reference Reference Document
00047   See UVic 
00048   <a href="http://particle.phys.uvic.ca/~web-atlas/atlas/hec/">Hec webpage</a>.
00049 
00050 
00051 
00052 */

Generated on Fri Aug 15 10:52:04 2003 for TBRootAna by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002