| 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 4.4 2005/05/28 10:44:11 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 |
} |
} |