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