Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

FitScanResultIOHelper.cpp

Go to the documentation of this file.
00001 #include "FitScanResultIOHelper.h"
00002 #include "FitScanResult.h"
00003 
00004 
00005 namespace SctData {
00006     
00007 FitScanResult& FitScanResultIOHelper::create() const throw() {
00008     fit = new FitScanResult();
00009     return *fit;    
00010 }
00011 
00012 }

Generated on Mon Dec 15 19:36:02 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3