1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/techmodel/CalibTofReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/CalibTofReader.cpp,v $ |
3 |
* $Id: CalibTofReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: CalibTofReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
5 |
* |
* |
6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
7 |
* ToBeDone: |
* ToBeDone: |
42 |
*/ |
*/ |
43 |
std::string CalibTofReader::GetVersionInfo(void) const { |
std::string CalibTofReader::GetVersionInfo(void) const { |
44 |
return |
return |
45 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTofReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTofReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; |
46 |
} |
} |
47 |
|
|
48 |
/** |
/** |
58 |
/** |
/** |
59 |
* Unpack the CalibTof event from an input file. |
* Unpack the CalibTof event from an input file. |
60 |
*/ |
*/ |
61 |
void CalibTofReader::RunEvent(int EventNumber, long int length) { |
void CalibTofReader::RunEvent(int EventNumber, long int length) throw (Exception){ |
62 |
|
|
63 |
|
|
64 |
} |
} |