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

Diff of /yoda/techmodel/Ac1InitReader.cpp

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

revision 5.2 by kusanagi, Tue Feb 7 10:36:43 2006 UTC revision 6.1 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/02/04 12:37:44 $   * $Date: 2006/02/07 17:11:09 $
4   * $Revision: 5.1 $   * $Revision: 6.0 $
5   *   *
6   * Implementation of the Ac1InitReader class.   * Implementation of the Ac1InitReader class.
7   */   */
# Line 30  Ac1InitReader::Ac1InitReader(void): Line 30  Ac1InitReader::Ac1InitReader(void):
30   */   */
31  std::string Ac1InitReader::GetVersionInfo(void) const {  std::string Ac1InitReader::GetVersionInfo(void) const {
32    return    return
33      "$Trailer: /opt/cvsmanager/yoda/techmodel/Ac1InitReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n";      "$Trailer: /home/cvsmanager/yoda/techmodel/Ac1InitReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n";
34  }  }
35    
36    
# Line 53  void Ac1InitReader::Init(PamelaRun *run) Line 53  void Ac1InitReader::Init(PamelaRun *run)
53   */   */
54  void Ac1InitReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){  void Ac1InitReader::RunEvent(int EventNumber, long int dataLength) throw (WrongCRCException){
55      char      subData[dataLength];      char      subData[dataLength];
56        memset(subData,  0, dataLength*sizeof(char));
57      InputFile->read(subData, sizeof(subData));      InputFile->read(subData, sizeof(subData));
58      ac1Init->ac1InitData        = new TArrayC(dataLength, subData);      ac1Init->ac1InitData        = new TArrayC(dataLength, subData);
59  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23