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

FitScanResultIOHelper.cpp

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 Thu Jul 15 09:50:45 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5