| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvspamela/yoda/techmodel/PhysicsReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/PhysicsReader.cpp,v $ |
| 3 |
* $Id: PhysicsReader.cpp,v 1.1 2004/06/09 23:18:20 nagni Exp $ |
* $Id: PhysicsReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
| 4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
| 7 |
* ToBeDone: |
* ToBeDone: |
| 21 |
#include "stdio.h" |
#include "stdio.h" |
| 22 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
| 23 |
|
|
|
//#include "event/CalibTrgEvent.h" |
|
| 24 |
|
|
| 25 |
using namespace pamela; |
using namespace pamela; |
| 26 |
using namespace pamela::techmodel; |
using namespace pamela::techmodel; |
| 44 |
*/ |
*/ |
| 45 |
std::string PhysicsReader::GetVersionInfo(void) const { |
std::string PhysicsReader::GetVersionInfo(void) const { |
| 46 |
return |
return |
| 47 |
"$Header: /home/cvspamela/yoda/techmodel/PhysicsReader.cpp,v 1.1 2004/06/09 23:18:20 nagni Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/PhysicsReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
| 48 |
} |
} |
| 49 |
|
|
| 50 |
/** |
/** |