| 17 |
int calvar[4][11][96]; |
int calvar[4][11][96]; |
| 18 |
int calpuls[4][11][96]; |
int calpuls[4][11][96]; |
| 19 |
} calib_; |
} calib_; |
|
|
|
| 20 |
//external declaration of the Fortran function |
//external declaration of the Fortran function |
| 21 |
void calpedestal_(short[], long int*, int*); |
void calpedestal_(short[], long int*, int*); |
| 22 |
} |
} |
| 44 |
*/ |
*/ |
| 45 |
std::string CalibCalPedReader::GetVersionInfo(void) const { |
std::string CalibCalPedReader::GetVersionInfo(void) const { |
| 46 |
return |
return |
| 47 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPedReader.cpp,v 1.7 2004/09/21 20:24:33 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalPedReader.cpp,v 2.0 2004/09/21 20:50:54 kusanagi Exp $\n"; |
| 48 |
} |
} |
| 49 |
|
|
| 50 |
/** |
/** |