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

NPtGainSummaryWriter.h

Go to the documentation of this file.
00001 #ifndef SCTDATA_NPTGAIN_SUMMARYWRITER_H
00002 #define SCTDATA_NPTGAIN_SUMMARYWRITER_H
00003 
00004 #include "SummaryWriter.h"
00005 
00006 namespace SctData {
00007     class NPtGainTestResult;
00008     namespace TestSummary{
00012     class NPtGainSummaryWriter : public SummaryWriter {
00013     public:
00015         virtual void write(const TestResult& t, ostream& os) const throw(Sct::IoError, Sct::LogicError);
00016     private:
00017         static bool inMap;
00024         static void outputDefectOnChip(unsigned ichip, const NPtGainTestResult& t, ostream& out) throw();
00025     };
00026     }
00027 }
00028 
00029 #endif //#ifndef SCTDATA_NPTGAIN_SUMMARYWRITER_H

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