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

SimpleTestStatisticCollection.h

Go to the documentation of this file.
00001 // ================================================
00002 // SimpleTestStatisticCollection class description
00003 // ================================================
00004 //
00005 // THIS TEXT TO BE REPLACED BY ATLAS STANDARD FORMAT
00006 //
00007 // Namespace Atlfast::
00008 //
00009 // class: SimpleTestStatistic
00010 //
00011 // Authors: P.Clarke, H.Phillips, E.Richter-Was, P.Sherwood, R.Steward
00012 //
00013 // Description: 
00014 //
00015 //  Class to maintain information on variables to be ables to 
00016 //  make simple calculations on diostributions of these variables
00017 //
00018 //..................................................
00019 
00020 
00021 #ifndef ATLFAST_SIMPLETESTSTATISTICCOLLECTION_H
00022 #define ATLFAST_SIMPLETESTSTATISTICCOLLECTION_H
00023 
00024 #include "GaudiKernel/ObjectVector.h"
00025 #include "AtlfastCode/SimpleTestStatistic.h"
00026 
00027 namespace Atlfast {
00028 typedef ObjectVector<SimpleTestStatistic> SimpleTestStatisticCollection;
00029 } 
00030 #endif
00031 
00032   
00033 
00034 
00035 
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 

Generated on Mon Feb 4 15:54:24 2002 for Atlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001