| 36 | 
  */ | 
  */ | 
| 37 | 
 std::string CalibHeaderReader::GetVersionInfo(void) const { | 
 std::string CalibHeaderReader::GetVersionInfo(void) const { | 
| 38 | 
   return  | 
   return  | 
| 39 | 
     "$Header: /home/cvsmanager/yoda/techmodel/CalibHeaderReader.cpp,v 1.1 2004/08/19 15:24:46 kusanagi Exp $\n"; | 
     "$Header: /home/cvsmanager/yoda/techmodel/CalibHeaderReader.cpp,v 2.1 2004/12/03 22:08:00 kusanagi Exp $\n"; | 
| 40 | 
 } | 
 } | 
| 41 | 
  | 
  | 
| 42 | 
 /** | 
 /** | 
| 52 | 
 /** | 
 /** | 
| 53 | 
  * Unpack the CalibHeader event from an input file. | 
  * Unpack the CalibHeader event from an input file. | 
| 54 | 
  */ | 
  */ | 
| 55 | 
 void CalibHeaderReader::RunEvent(int EventNumber, long int length) { | 
 void CalibHeaderReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){ | 
| 56 | 
      | 
      | 
| 57 | 
      | 
      | 
| 58 | 
 } | 
 } |