1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v $ |
3 |
* $Id: CalorimeterReader.cpp,v 2.5 2004/12/09 13:17:26 kusanagi Exp $ |
* $Id: CalorimeterReader.cpp,v 2.6 2004/12/16 17:33:02 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the CalorimeterReader class. |
* Implementation of the CalorimeterReader class. |
52 |
*/ |
*/ |
53 |
std::string CalorimeterReader::GetVersionInfo(void) const { |
std::string CalorimeterReader::GetVersionInfo(void) const { |
54 |
return |
return |
55 |
"$Header: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v 2.5 2004/12/09 13:17:26 kusanagi Exp $"; |
"$Header: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v 2.6 2004/12/16 17:33:02 kusanagi Exp $"; |
56 |
} |
} |
57 |
|
|
58 |
/** |
/** |
89 |
//Call to the routine that unpack calorimeter events |
//Call to the routine that unpack calorimeter events |
90 |
calunpack_((unsigned char*)data, &length, &ERROR); |
calunpack_((unsigned char*)data, &length, &ERROR); |
91 |
|
|
92 |
|
calorimeter->unpackError = ERROR; |
93 |
if (ERROR != 0) { |
if (ERROR != 0) { |
94 |
char *errmsg; |
char *errmsg; |
95 |
switch (ERROR){ |
switch (ERROR){ |