1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v $ |
3 |
* $Id: CalibTrk2Reader.cpp,v 2.4 2004/12/22 11:38:35 kusanagi Exp $ |
* $Id: CalibTrk2Reader.cpp,v 2.5 2005/01/11 23:24:35 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
66 |
*/ |
*/ |
67 |
std::string CalibTrk2Reader::GetVersionInfo(void) const { |
std::string CalibTrk2Reader::GetVersionInfo(void) const { |
68 |
return |
return |
69 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v 2.4 2004/12/22 11:38:35 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v 2.5 2005/01/11 23:24:35 kusanagi Exp $\n"; |
70 |
} |
} |
71 |
|
|
72 |
/** |
/** |
100 |
|
|
101 |
//Call to the FORTRAN routin that unpack tracker events |
//Call to the FORTRAN routin that unpack tracker events |
102 |
trkcalibpkt_(&ERROR, (char*)oss.str().c_str()); |
trkcalibpkt_(&ERROR, (char*)oss.str().c_str()); |
103 |
|
|
104 |
|
calibTrk2->unpackError = ERROR; |
105 |
remove(oss.str().c_str()); |
remove(oss.str().c_str()); |
106 |
if (ERROR != 0) { |
if (ERROR != 0) { |
107 |
oss.str(""); |
oss.str(""); |