/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/CalibCalPedReader.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/techmodel/CalibCalPedReader.cpp

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:28 2008 UTC revision 1.3 by pam-fi, Wed Aug 5 18:48:38 2009 UTC
# Line 50  void CalibCalPedReader::PKT_RunEvent(cha Line 50  void CalibCalPedReader::PKT_RunEvent(cha
50      calpedestal_((char*)packetData, &dataLength, &ERROR);      calpedestal_((char*)packetData, &dataLength, &ERROR);
51      calibCalPed->unpackError = ERROR;      calibCalPed->unpackError = ERROR;
52      if (ERROR != 0) {      if (ERROR != 0) {
53          char *errmsg;          const char *errmsg="";
54          switch (ERROR){          switch (ERROR){
55              case 1: errmsg = "CALORIMETER NOT FOUND";              case 1: errmsg = "CALORIMETER NOT FOUND";
56          }          }
# Line 121  void CalibCalPedReader::PKT_RunEvent(cha Line 121  void CalibCalPedReader::PKT_RunEvent(cha
121   */   */
122  std::string CalibCalPedReader::GetVersionInfo(void) const {  std::string CalibCalPedReader::GetVersionInfo(void) const {
123    return    return
124      "$Header: /repository/PamOffLineSW/techmodel/CalibCalPedReader.cpp,v 1.7 2008-03-21 16:18:46 messineo Exp $\n";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/CalibCalPedReader.cpp,v 1.2 2009-07-24 13:53:43 mocchiut Exp $\n";
125  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23