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 1.2 2004/08/19 15:24:58 kusanagi Exp $ |
* $Id: CalorimeterReader.cpp,v 1.3 2004/08/20 15:01:50 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the CalorimeterReader class. |
* Implementation of the CalorimeterReader class. |
49 |
*/ |
*/ |
50 |
std::string CalorimeterReader::GetVersionInfo(void) const { |
std::string CalorimeterReader::GetVersionInfo(void) const { |
51 |
return |
return |
52 |
"$Header: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v 1.2 2004/08/19 15:24:58 kusanagi Exp $"; |
"$Header: /home/cvsmanager/yoda/techmodel/physics/CalorimeterReader.cpp,v 1.3 2004/08/20 15:01:50 kusanagi Exp $"; |
53 |
} |
} |
54 |
|
|
55 |
/** |
/** |
90 |
case 1: errmsg = "CALORIMETER NOT FOUND"; |
case 1: errmsg = "CALORIMETER NOT FOUND"; |
91 |
} |
} |
92 |
cat << log4cpp::Priority::ERROR |
cat << log4cpp::Priority::ERROR |
93 |
<< "Fortran77 function calunpack error code = " << ERROR |
<< "Fortran77 function calunpack: " << errmsg |
|
<< errmsg |
|
94 |
<< "\n " << log4cpp::CategoryStream::ENDLINE; |
<< "\n " << log4cpp::CategoryStream::ENDLINE; |
95 |
} else { |
} else { |
96 |
calorimeter->IEV2 = evento_.IEV2; |
calorimeter->IEV2 = evento_.IEV2; |