| 1 |
/** @file |
/** @file |
| 2 |
* $Author: messineo $ |
* $Author: messineo $ |
| 3 |
* $Date: 2008-03-12 13:48:30 $ |
* $Date: 2008-06-13 11:58:58 $ |
| 4 |
* $Revision: 1.21 $ |
* $Revision: 1.22 $ |
| 5 |
* |
* |
| 6 |
* Implementation of the functions of a sample Algorithm class. |
* Implementation of the functions of a sample Algorithm class. |
| 7 |
* This file can be used as a templace to develop your own algorithm. |
* This file can be used as a templace to develop your own algorithm. |
| 113 |
3 CALIBRATION PACKET with error but used |
3 CALIBRATION PACKET with error but used |
| 114 |
-1 CRC exception packet DISCARDED |
-1 CRC exception packet DISCARDED |
| 115 |
-2 FATAL exception packet DISCARDED //never happen |
-2 FATAL exception packet DISCARDED //never happen |
| 116 |
-3 No way to read events of this type. packet DISCARDED( es CalibCal) |
-3 No way to read events of this type. packet DISCARDED( es CalibCal --old) |
| 117 |
//in PacketUser I will put ret = 10 |
//in PacketUser I will put ret = 10 |
| 118 |
ret = 10 if the packet is good but comes from a cadre with VRL problems |
ret = 10 if the packet is good but comes from a cadre with VRL problems |
| 119 |
|
|
| 231 |
*/ |
*/ |
| 232 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
| 233 |
return |
return |
| 234 |
"$Header: /repository/PamOffLineSW/techmodel/EventReader.cpp,v 1.21 2008-03-12 13:48:30 messineo Exp $\n"; |
"$Header: /repository/PamOffLineSW/techmodel/EventReader.cpp,v 1.22 2008-06-13 11:58:58 messineo Exp $\n"; |
| 235 |
} |
} |
| 236 |
|
|
| 237 |
|
|