| 36 |
*/ |
*/ |
| 37 |
std::string CalibTrkBothReader::GetVersionInfo(void) const { |
std::string CalibTrkBothReader::GetVersionInfo(void) const { |
| 38 |
return |
return |
| 39 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTrkBothReader.cpp,v 1.2 2004/09/21 20:24:33 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTrkBothReader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
| 40 |
} |
} |
| 41 |
|
|
| 42 |
/** |
/** |
| 52 |
/** |
/** |
| 53 |
* Unpack the CalibTrkBoth event from an input file. |
* Unpack the CalibTrkBoth event from an input file. |
| 54 |
*/ |
*/ |
| 55 |
void CalibTrkBothReader::RunEvent(int EventNumber, long int length) { |
void CalibTrkBothReader::RunEvent(int EventNumber, long int length) throw (Exception){ |
| 56 |
|
|
| 57 |
|
|
| 58 |
} |
} |