| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v $ |
| 3 |
* $Id: AnticounterReader.cpp,v 4.4 2005/05/28 10:44:13 kusanagi Exp $ |
* $Id: AnticounterReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
| 5 |
* |
* |
| 6 |
* Implementation of the AnticounterReader class. |
* Implementation of the AnticounterReader class. |
| 7 |
*/ |
*/ |
| 34 |
*/ |
*/ |
| 35 |
std::string AnticounterReader::GetVersionInfo(void) const { |
std::string AnticounterReader::GetVersionInfo(void) const { |
| 36 |
return |
return |
| 37 |
"$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 4.4 2005/05/28 10:44:13 kusanagi Exp $"; |
"$Header: /home/cvsmanager/yoda/techmodel/physics/AnticounterReader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $"; |
| 38 |
} |
} |
| 39 |
|
|
| 40 |
/** |
/** |