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

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

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:24 2008 UTC revision 1.2 by mocchiut, Tue Nov 4 09:44:36 2008 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: messineo $   * $Author: messineo $
3   * $Date: 2008-03-12 13:48:30 $   * $Date: 2008-06-13 11:58:58 $
4   * $Revision: 1.21 $   * $Revision: 1.22 $
5   *   *
6   * Implementation of the functions of a sample Algorithm class.   * Implementation of the functions of a sample Algorithm class.
7   * This file can be used as a templace to develop your own algorithm.   * This file can be used as a templace to develop your own algorithm.
# Line 113  void EventReader::Init(PamelaRun *run) { Line 113  void EventReader::Init(PamelaRun *run) {
113              3                    CALIBRATION PACKET with error but used              3                    CALIBRATION PACKET with error but used
114             -1                    CRC exception  packet DISCARDED             -1                    CRC exception  packet DISCARDED
115             -2                    FATAL exception packet DISCARDED //never happen             -2                    FATAL exception packet DISCARDED //never happen
116             -3                    No way to read events of this type. packet DISCARDED( es CalibCal)             -3                    No way to read events of this type. packet DISCARDED( es CalibCal --old)
117          //in PacketUser I will put      ret = 10          //in PacketUser I will put      ret = 10
118           ret = 10 if the packet is good but comes from a cadre with VRL problems           ret = 10 if the packet is good but comes from a cadre with VRL problems
119                    
# Line 231  void EventReader::PKT_UnpackPscuHeader(c Line 231  void EventReader::PKT_UnpackPscuHeader(c
231   */   */
232  std::string EventReader::GetVersionInfo(void) const {  std::string EventReader::GetVersionInfo(void) const {
233          return          return
234      "$Header: /repository/PamOffLineSW/techmodel/EventReader.cpp,v 1.21 2008-03-12 13:48:30 messineo Exp $\n";      "$Header: /repository/PamOffLineSW/techmodel/EventReader.cpp,v 1.22 2008-06-13 11:58:58 messineo Exp $\n";
235  }  }
236    
237    

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

  ViewVC Help
Powered by ViewVC 1.1.23