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

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

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:22 2008 UTC revision 1.2 by mocchiut, Thu Sep 25 09:03:14 2008 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /repository/PamOffLineSW/physics/TofReader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/TofReader.cpp,v $
3   * $Id: TofReader.cpp,v 1.3 2008-03-05 11:37:36 messineo Exp $   * $Id: TofReader.cpp,v 1.1.1.1 2008/09/23 07:20:22 mocchiut Exp $
4   * $Author: messineo $   * $Author: mocchiut $
5   *   *
6   * Implementation of the CalorimeterReader class.   * Implementation of the CalorimeterReader class.
7   */   */
# Line 47  TofReader::TofReader(void): Line 47  TofReader::TofReader(void):
47   */   */
48  std::string TofReader::GetVersionInfo(void) const {  std::string TofReader::GetVersionInfo(void) const {
49    return    return
50      "$Header: /repository/PamOffLineSW/physics/TofReader.cpp,v 1.3 2008-03-05 11:37:36 messineo Exp $";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/physics/TofReader.cpp,v 1.1.1.1 2008/09/23 07:20:22 mocchiut Exp $";
51  }  }
52    
53  /**  /**
# Line 97  void TofReader::RunEvent(int EventNumber Line 97  void TofReader::RunEvent(int EventNumber
97              default: errmsg = "TOF ERROR CODE UNIDENTIFIED";              default: errmsg = "TOF ERROR CODE UNIDENTIFIED";
98          }          }
99          oss.str("");          oss.str("");
100          oss << "Tof: Fortran77 function calunpack: " <<  errmsg;          oss << "Tof: Fortran77 function tofunpack: " <<  errmsg;
101          msg=oss.str();          msg=oss.str();
102          PamOffLineSW::mainLogUtil->logAll(msg);                PamOffLineSW::mainLogUtil->logAll(msg);      
103          //ORIGINAL: logger->debug(oss.str().c_str());          //ORIGINAL: logger->debug(oss.str().c_str());

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

  ViewVC Help
Powered by ViewVC 1.1.23