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

Diff of /yoda/techmodel/TrgAlarmReader.cpp

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

revision 6.0 by kusanagi, Tue Feb 7 17:11:10 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:43:06 $   * $Date: 2006/02/07 17:11:10 $
4   * $Revision: 5.3 $   * $Revision: 6.0 $
5   *   *
6   * Implementation of the TrgAlarmReader class.   * Implementation of the TrgAlarmReader class.
7   */   */
# Line 46  void TrgAlarmReader::Init(PamelaRun *run Line 46  void TrgAlarmReader::Init(PamelaRun *run
46   */   */
47  void TrgAlarmReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){  void TrgAlarmReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){
48      char      subData[dataLength];      char      subData[dataLength];
49        memset(subData,  0, dataLength*sizeof(char));
50      InputFile->read(subData, sizeof(subData));      InputFile->read(subData, sizeof(subData));
51      trgAlarm->trgAlarmData        = new TArrayC(dataLength, subData);      trgAlarm->trgAlarmData        = new TArrayC(dataLength, subData);
52  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23