| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v $ |
| 3 |
* $Id: Calib1_Ac2Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $ |
* $Id: Calib1_Ac2Reader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
| 5 |
* |
* |
| 6 |
* Implementation of the Calib1_Ac2Reader class. |
* Implementation of the Calib1_Ac2Reader class. |
| 7 |
*/ |
*/ |
| 36 |
* Get a string with the version info of the algorithm. |
* Get a string with the version info of the algorithm. |
| 37 |
*/ |
*/ |
| 38 |
std::string Calib1_Ac2Reader::GetVersionInfo(void) const { |
std::string Calib1_Ac2Reader::GetVersionInfo(void) const { |
| 39 |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $\n"; |
return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac2Reader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; |
| 40 |
} |
} |
| 41 |
|
|
| 42 |
/** |
/** |
| 53 |
* Unpack the Calib1_Ac2Reader event from an input file. |
* Unpack the Calib1_Ac2Reader event from an input file. |
| 54 |
*/ |
*/ |
| 55 |
void Calib1_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){ |
void Calib1_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){ |
| 56 |
|
/* |
| 57 |
|
|
| 58 |
|
*/ |
| 59 |
|
|
| 60 |
|
//delete [] subData; |
| 61 |
} |
} |
| 62 |
|
|