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

Diff of /yoda/techmodel/CalibS4Reader.cpp

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

revision 6.2 by kusanagi, Tue May 30 19:10:03 2006 UTC revision 6.3 by mocchiut, Fri Sep 29 10:19:20 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/CalibS4Reader.cpp,v $
3   * $Id: CalibS4Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $   * $Id: CalibS4Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the LogReader class.   * Implementation of the LogReader class.
# Line 32  CalibS4Reader::CalibS4Reader(void): Line 32  CalibS4Reader::CalibS4Reader(void):
32   */   */
33  std::string CalibS4Reader::GetVersionInfo(void) const {  std::string CalibS4Reader::GetVersionInfo(void) const {
34    return    return
35      "$Header: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $\n";      "$Header: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/CalibS4Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $\n";
36  }  }
37    
38  /**  /**
# Line 52  void CalibS4Reader::RunEvent(int EventNu Line 52  void CalibS4Reader::RunEvent(int EventNu
52            
53      int offset;      int offset;
54      char subData[length];    //impulse*(11 + 10 + 01 + 00)*eventLength + CRC = 128*4*6 + UINT16      char subData[length];    //impulse*(11 + 10 + 01 + 00)*eventLength + CRC = 128*4*6 + UINT16
55        memset(subData,  0, length*sizeof(char));
56      UINT16    subCRC;      //CRC of the data      UINT16    subCRC;      //CRC of the data
57      UINT16    readCRC;     //CRC read from the end of the subpacket      UINT16    readCRC;     //CRC read from the end of the subpacket
58    

Legend:
Removed from v.6.2  
changed lines
  Added in v.6.3

  ViewVC Help
Powered by ViewVC 1.1.23