/[PAMELA software]/yoda/techmodel/CalibCalPulse1Reader.cpp
ViewVC logotype

Diff of /yoda/techmodel/CalibCalPulse1Reader.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC revision 4.4 by kusanagi, Sat May 28 10:44:10 2005 UTC
# Line 45  CalibCalPulse1Reader::CalibCalPulse1Read Line 45  CalibCalPulse1Reader::CalibCalPulse1Read
45   */   */
46  std::string CalibCalPulse1Reader::GetVersionInfo(void) const {  std::string CalibCalPulse1Reader::GetVersionInfo(void) const {
47    return    return
48      "$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 2.3 2005/02/09 22:20:48 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 4.1 2005/05/28 08:00:08 kusanagi Exp $\n";
49  }  }
50    
51  /**  /**
# Line 79  void CalibCalPulse1Reader::RunEvent(int Line 79  void CalibCalPulse1Reader::RunEvent(int
79          oss << "Fortran77 function calpulse error code = " << ERROR          oss << "Fortran77 function calpulse error code = " << ERROR
80              <<  " " << errmsg;              <<  " " << errmsg;
81          logger->warn(oss.str().c_str());          logger->warn(oss.str().c_str());
82      } else {      } //else {
83        //Store the unpacked data        //Store the unpacked data
84          calibCalPulse1->iev = calpul_.iev;          calibCalPulse1->iev = calpul_.iev;
85          memcpy(calibCalPulse1->pstwerr, calpul_.pstwerr, sizeof(calibCalPulse1->pstwerr));          memcpy(calibCalPulse1->pstwerr, calpul_.pstwerr, sizeof(calibCalPulse1->pstwerr));
# Line 95  void CalibCalPulse1Reader::RunEvent(int Line 95  void CalibCalPulse1Reader::RunEvent(int
95              }              }
96          }          }
97     //-----------------------------------------------------------------------------------------     //-----------------------------------------------------------------------------------------
98      }      //}
99  }  }
100    

Legend:
Removed from v.3.0  
changed lines
  Added in v.4.4

  ViewVC Help
Powered by ViewVC 1.1.23