Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RivetAIDA.fhh

Go to the documentation of this file.
00001 // $Id: $
00002 #ifndef ANALYSIS_RIVETAIDA_FHH 
00003 #define ANALYSIS_RIVETAIDA_FHH 1
00004 
00005 /// @author Andy Buckley
00006 /// @date   2007-03-23
00007 /// @brief Forward declarations of AIDA interfaces
00008 
00009 namespace AIDA {
00010   class IAnalysisFactory;
00011   class IHistogramFactory;
00012   class IHistogram1D;
00013   class IDataPointSetFactory;
00014   class IDataPointSet;
00015   class IDataPoint;
00016   class IMeasurement;
00017   class ITreeFactory;
00018   class ITree;
00019   class IAxis;
00020 }
00021 
00022 #endif