| 2 |
// Implementation of the CalibCalPulse1Reader class. |
// Implementation of the CalibCalPulse1Reader class. |
| 3 |
|
|
| 4 |
|
|
|
#define UINT unsigned int |
|
|
#define BYTE unsigned char |
|
|
#include <string> |
|
|
#include <log4cxx/logger.h> |
|
| 5 |
extern "C" { |
extern "C" { |
| 6 |
#include "CRC.h" |
#include "CRC.h" |
| 7 |
//Struct per il passaggio di dati da e verso la chiamata fortran |
//Struct per il passaggio di dati da e verso la chiamata fortran |
| 16 |
void calpulse_(char*, long int*, int*); |
void calpulse_(char*, long int*, int*); |
| 17 |
} |
} |
| 18 |
|
|
|
#include <fstream> |
|
|
#include "stdio.h" |
|
| 19 |
#include "ReaderAlgorithms.h" |
#include "ReaderAlgorithms.h" |
| 20 |
|
|
|
#include "event/CalibCalPulse1Event.h" |
|
|
|
|
|
using namespace pamela; |
|
| 21 |
using namespace pamela::techmodel; |
using namespace pamela::techmodel; |
| 22 |
|
|
| 23 |
static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.CalibCalPulse1Reader")); |
static log4cxx::LoggerPtr logger = log4cxx::Logger::getLogger(_T("pamela.techmodel.CalibCalPulse1Reader")); |
| 36 |
*/ |
*/ |
| 37 |
std::string CalibCalPulse1Reader::GetVersionInfo(void) const { |
std::string CalibCalPulse1Reader::GetVersionInfo(void) const { |
| 38 |
return |
return |
| 39 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 5.0 2005/08/29 09:46:13 Maurizio Nagni Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n"; |
| 40 |
} |
} |
| 41 |
|
|
| 42 |
/** |
/** |