/[PAMELA software]/chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:23 2008 UTC revision 1.2 by pam-fi, Wed Aug 5 18:48:40 2009 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /repository/PamOffLineSW/physics/CalorimeterReader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp,v $
3   * $Id: CalorimeterReader.cpp,v 1.3 2008-03-05 11:37:37 messineo Exp $   * $Id: CalorimeterReader.cpp,v 1.1.1.1 2008-09-23 07:20:23 mocchiut Exp $
4   * $Author: messineo $   * $Author: mocchiut $
5   *   *
6   * Implementation of the CalorimeterReader class.   * Implementation of the CalorimeterReader class.
7   */   */
# Line 49  CalorimeterReader::CalorimeterReader(voi Line 49  CalorimeterReader::CalorimeterReader(voi
49   */   */
50  std::string CalorimeterReader::GetVersionInfo(void) const {  std::string CalorimeterReader::GetVersionInfo(void) const {
51    return    return
52      "$Header: /repository/PamOffLineSW/physics/CalorimeterReader.cpp,v 1.3 2008-03-05 11:37:37 messineo Exp $";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/CalorimeterReader.cpp,v 1.1.1.1 2008-09-23 07:20:23 mocchiut Exp $";
53  }  }
54    
55  /**  /**
# Line 87  void CalorimeterReader::RunEvent(int Eve Line 87  void CalorimeterReader::RunEvent(int Eve
87      calunpack_((unsigned char*)data, &length, &ERROR);      calunpack_((unsigned char*)data, &length, &ERROR);
88    
89      if (ERROR != 0) {      if (ERROR != 0) {
90          char *errmsg;          const char *errmsg;
91          switch (ERROR){          switch (ERROR){
92              case 1: errmsg = "CALORIMETER NOT FOUND";              case 1: errmsg = "CALORIMETER NOT FOUND";
93              break;              break;

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

  ViewVC Help
Powered by ViewVC 1.1.23