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

Diff of /yoda/techmodel/CalibCalPulse2Reader.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  CalibCalPulse2Reader::CalibCalPulse2Read Line 45  CalibCalPulse2Reader::CalibCalPulse2Read
45   */   */
46  std::string CalibCalPulse2Reader::GetVersionInfo(void) const {  std::string CalibCalPulse2Reader::GetVersionInfo(void) const {
47    return    return
48      "$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse2Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/CalibCalPulse2Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n";
49  }  }
50    
51  /**  /**
# Line 80  void CalibCalPulse2Reader::RunEvent(int Line 80  void CalibCalPulse2Reader::RunEvent(int
80          oss << "Fortran77 function calpulse error code = " << ERROR          oss << "Fortran77 function calpulse error code = " << ERROR
81              <<  " " << errmsg;              <<  " " << errmsg;
82          logger->warn(oss.str().c_str());          logger->warn(oss.str().c_str());
83      } else {      } //else {
84         //Store the unpacked data         //Store the unpacked data
85          calibCalPulse2->iev = calpul_.iev;          calibCalPulse2->iev = calpul_.iev;
86          memcpy(calibCalPulse2->pstwerr, calpul_.pstwerr, sizeof(calibCalPulse2->pstwerr));          memcpy(calibCalPulse2->pstwerr, calpul_.pstwerr, sizeof(calibCalPulse2->pstwerr));
# Line 96  void CalibCalPulse2Reader::RunEvent(int Line 96  void CalibCalPulse2Reader::RunEvent(int
96              }              }
97          }          }
98     //-----------------------------------------------------------------------------------------     //-----------------------------------------------------------------------------------------
99      }      //}
100  }  }
101    

Legend:
Removed from v.4.0  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23