| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib2_Ac2Reader.cpp,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib2_Ac2Reader.cpp,v $ |
| 3 |
* $Id: Calib2_Ac2Reader.cpp,v 1.1.1.1 2008/09/23 07:20:26 mocchiut Exp $ |
* $Id: Calib2_Ac2Reader.cpp,v 1.2 2009-08-04 13:58:12 mocchiut Exp $ |
| 4 |
* $Author: mocchiut $ |
* $Author: mocchiut $ |
| 5 |
* |
* |
| 6 |
* Implementation of the Calib2_Ac2Reader class. |
* Implementation of the Calib2_Ac2Reader class. |
| 9 |
extern "C" { |
extern "C" { |
| 10 |
#include "CRC.h" |
#include "CRC.h" |
| 11 |
#include "forroutines/anticounter/AC.h" |
#include "forroutines/anticounter/AC.h" |
| 12 |
extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct *calibpointer); |
extern int ACcalib(int length, unsigned char* datapointer, struct calibstruct *calibpointer); |
| 13 |
} |
} |
| 14 |
|
|
| 15 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
| 29 |
* Get a string with the version info of the algorithm. |
* Get a string with the version info of the algorithm. |
| 30 |
*/ |
*/ |
| 31 |
std::string Calib2_Ac2Reader::GetVersionInfo(void) const { |
std::string Calib2_Ac2Reader::GetVersionInfo(void) const { |
| 32 |
return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib2_Ac2Reader.cpp,v 1.1.1.1 2008/09/23 07:20:26 mocchiut Exp $\n"; |
return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib2_Ac2Reader.cpp,v 1.2 2009-08-04 13:58:12 mocchiut Exp $\n"; |
| 33 |
} |
} |
| 34 |
|
|
| 35 |
/** |
/** |