| 1 |
/** @file |
/** @file |
| 2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 3 |
* $Date: 2005/03/06 04:33:02 $ |
* $Date: 2005/03/22 19:54:22 $ |
| 4 |
* $Revision: 4.0 $ |
* $Revision: 4.1 $ |
| 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. |
| 90 |
*/ |
*/ |
| 91 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
| 92 |
return |
return |
| 93 |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 4.1 2005/03/22 19:54:22 kusanagi Exp $\n"; |
| 94 |
} |
} |
| 95 |
|
|
| 96 |
/** |
/** |
| 346 |
if (flagOverPad){ |
if (flagOverPad){ |
| 347 |
oss.str(""); |
oss.str(""); |
| 348 |
oss << "\n This packet beginning is farther than 64 byte from the end of the previous." |
oss << "\n This packet beginning is farther than 64 byte from the end of the previous." |
| 349 |
<< "\n Below the is the currently unpacking packet"; |
<< "\n Below the is the last already unpacked packet"; |
| 350 |
logger->error(oss.str().c_str()); |
logger->error(oss.str().c_str()); |
| 351 |
logger->error(Header->GetPscuHeader()->Print()); |
logger->error(Header->GetPscuHeader()->Print()); |
| 352 |
} |
} |