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

Diff of /yoda/techmodel/Ac1AlarmReader.cpp

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

revision 6.2 by kusanagi, Tue May 30 19:10:02 2006 UTC revision 6.3 by mocchiut, Fri Sep 29 10:19:15 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/05/30 19:10:01 $   * $Date: 2006/05/30 19:10:02 $
4   * $Revision: 6.1 $   * $Revision: 6.2 $
5   *   *
6   * Implementation of the Ac1AlarmReader class.   * Implementation of the Ac1AlarmReader class.
7   */   */
# Line 45  void Ac1AlarmReader::Init(PamelaRun *run Line 45  void Ac1AlarmReader::Init(PamelaRun *run
45  void Ac1AlarmReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){  void Ac1AlarmReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){
46    
47  char     subData[dataLength];  char     subData[dataLength];
48    memset(subData,  0, dataLength*sizeof(char));
49  InputFile->read(subData, sizeof(unsigned char)*dataLength);  InputFile->read(subData, sizeof(unsigned char)*dataLength);
50  acAlarm->ac1AlarmData        = new TArrayC(dataLength, subData);  acAlarm->ac1AlarmData        = new TArrayC(dataLength, subData);
51    

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

  ViewVC Help
Powered by ViewVC 1.1.23