1 |
/** @file |
/** @file |
2 |
* $Source: /repository/PamOffLineSW/physics/CalorimeterReader.cpp,v $ |
* $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp,v $ |
3 |
* $Id: CalorimeterReader.cpp,v 1.3 2008-03-05 11:37:37 messineo Exp $ |
* $Id: CalorimeterReader.cpp,v 1.1.1.1 2008-09-23 07:20:23 mocchiut Exp $ |
4 |
* $Author: messineo $ |
* $Author: mocchiut $ |
5 |
* |
* |
6 |
* Implementation of the CalorimeterReader class. |
* Implementation of the CalorimeterReader class. |
7 |
*/ |
*/ |
49 |
*/ |
*/ |
50 |
std::string CalorimeterReader::GetVersionInfo(void) const { |
std::string CalorimeterReader::GetVersionInfo(void) const { |
51 |
return |
return |
52 |
"$Header: /repository/PamOffLineSW/physics/CalorimeterReader.cpp,v 1.3 2008-03-05 11:37:37 messineo Exp $"; |
"$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp,v 1.1.1.1 2008-09-23 07:20:23 mocchiut Exp $"; |
53 |
} |
} |
54 |
|
|
55 |
/** |
/** |
87 |
calunpack_((unsigned char*)data, &length, &ERROR); |
calunpack_((unsigned char*)data, &length, &ERROR); |
88 |
|
|
89 |
if (ERROR != 0) { |
if (ERROR != 0) { |
90 |
char *errmsg; |
const char *errmsg; |
91 |
switch (ERROR){ |
switch (ERROR){ |
92 |
case 1: errmsg = "CALORIMETER NOT FOUND"; |
case 1: errmsg = "CALORIMETER NOT FOUND"; |
93 |
break; |
break; |