#include <TimeWalkTestResult.h>
Inheritance diagram for SctData::TimeWalkTestResult:

Public Member Functions | |
| TimeWalkTestResult () throw () | |
| TimeWalkTestResult (unsigned int runNumber, const string &moduleName) throw () | |
| Constructor.  | |
| virtual | ~TimeWalkTestResult () throw () | 
| Destructor.  | |
| virtual string | getClassName () const throw () | 
| Get the class name for this object.  | |
| ChipTWResult & | getChipResult (const unsigned index) | 
| get ChipResult  | |
| const ChipTWResult & | getChipResult (const unsigned index) const | 
| const get ChipResult  chip in range 0->11  | |
Private Attributes | |
| RangedVector< ChipTWResult > | chipResults | 
As far as I can see, this involves a defect list only, which is in TestResult.
Definition at line 14 of file TimeWalkTestResult.h.
      
  | 
  
| 
 
 Definition at line 9 of file TimeWalkTestResult.cpp.  | 
  
      
  | 
  ||||||||||||
| 
 Constructor. 
 Definition at line 13 of file TimeWalkTestResult.cpp.  | 
  
      
  | 
  
| 
 Destructor. 
 Definition at line 20 of file TimeWalkTestResult.cpp.  | 
  
      
  | 
  
| 
 const get ChipResult chip in range 0->11 
 Definition at line 26 of file TimeWalkTestResult.cpp. References chipResults.  | 
  
      
  | 
  
| 
 get ChipResult 
 
 Definition at line 30 of file TimeWalkTestResult.cpp. References chipResults. Referenced by SctData::IO::TimeWalkTestResultStreamer::read(), SctData::IO::TimeWalkTestResultStreamer::write(), and SctData::TestSummary::TimeWalkSummaryWriter::write().  | 
  
      
  | 
  
| 
 Get the class name for this object. This is used to identify the precise type. 
 
 
 Implements Sct::Streamable. Definition at line 22 of file TimeWalkTestResult.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 47 of file TimeWalkTestResult.h. Referenced by getChipResult().  | 
  
1.3-rc3