| 15 |
#include "stdio.h" |
#include "stdio.h" |
| 16 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
| 17 |
|
|
|
#include "event/PhysEndRunEvent.h" |
|
|
|
|
| 18 |
using namespace pamela; |
using namespace pamela; |
| 19 |
using namespace pamela::techmodel; |
using namespace pamela::techmodel; |
| 20 |
|
|
| 34 |
*/ |
*/ |
| 35 |
std::string PhysEndRunReader::GetVersionInfo(void) const { |
std::string PhysEndRunReader::GetVersionInfo(void) const { |
| 36 |
return |
return |
| 37 |
"$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 1.1 2004/08/19 15:24:46 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/PhysEndRunReader.cpp,v 2.1 2004/12/03 22:08:01 kusanagi Exp $\n"; |
| 38 |
} |
} |
| 39 |
|
|
| 40 |
/** |
/** |
| 50 |
/** |
/** |
| 51 |
* Unpack the PhysEndRun event from an input file. |
* Unpack the PhysEndRun event from an input file. |
| 52 |
*/ |
*/ |
| 53 |
void PhysEndRunReader::RunEvent(int EventNumber, long int length) { |
void PhysEndRunReader::RunEvent(int EventNumber, long int length) throw (WrongCRCException){ |
| 54 |
|
|
| 55 |
|
|
| 56 |
} |
} |