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

Diff of /yoda/techmodel/TofInitReader.cpp

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

revision 5.3 by kusanagi, Tue Feb 7 10:43:06 2006 UTC revision 6.1 by mocchiut, Fri Sep 29 10:19:28 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/02/07 10:36:43 $   * $Date: 2006/02/07 17:11:10 $
4   * $Revision: 5.2 $   * $Revision: 6.0 $
5   *   *
6   * Implementation of the TofInitReader class.   * Implementation of the TofInitReader class.
7   */   */
# Line 45  void TofInitReader::Init(PamelaRun *run) Line 45  void TofInitReader::Init(PamelaRun *run)
45   */   */
46  void TofInitReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){  void TofInitReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){
47      char      subData[dataLength];      char      subData[dataLength];
48        memset(subData,  0, dataLength*sizeof(char));
49      InputFile->read(subData, sizeof(subData));      InputFile->read(subData, sizeof(subData));
50      tofInit->tofInitData        = new TArrayC(dataLength, subData);      tofInit->tofInitData        = new TArrayC(dataLength, subData);
51  }  }

Legend:
Removed from v.5.3  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23