/[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 4.0 by kusanagi, Sun Mar 6 04:33:02 2005 UTC revision 4.1 by kusanagi, Sat May 28 08:00:08 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 3.0 2005/03/04 15:54:11 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse1Reader.cpp,v 4.0 2005/03/06 04:33:02 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.4.0  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23