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

Diff of /yoda/techmodel/EventTrkReader.cpp

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

revision 6.4 by kusanagi, Tue May 30 19:10:03 2006 UTC revision 6.5 by mocchiut, Fri Sep 29 10:19:22 2006 UTC
# Line 78  void EventTrkReader::RunEvent(int EventN Line 78  void EventTrkReader::RunEvent(int EventN
78      int       ERROR=0;      int       ERROR=0;
79      stringstream oss;      stringstream oss;
80      char *subData = new char[length];      char *subData = new char[length];
81        memset(subData,  0, length*sizeof(char));
82      InputFile->read(subData, sizeof(unsigned char)*length);      InputFile->read(subData, sizeof(unsigned char)*length);
83      int curpos=1;      int curpos=1;
84            

Legend:
Removed from v.6.4  
changed lines
  Added in v.6.5

  ViewVC Help
Powered by ViewVC 1.1.23