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

Diff of /yoda/techmodel/Calib2_Ac1Reader.cpp

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

revision 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC revision 6.1 by kusanagi, Tue May 30 19:10:01 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac1Reader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac1Reader.cpp,v $
3   * $Id: Calib2_Ac1Reader.cpp,v 5.1 2006/02/04 12:37:44 kusanagi Exp $   * $Id: Calib2_Ac1Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the Calib2_Ac1Reader class.   * Implementation of the Calib2_Ac1Reader class.
# Line 36  Calib2_Ac1Reader::Calib2_Ac1Reader(void) Line 36  Calib2_Ac1Reader::Calib2_Ac1Reader(void)
36   * Get a string with the version info of the algorithm.   * Get a string with the version info of the algorithm.
37   */   */
38  std::string Calib2_Ac1Reader::GetVersionInfo(void) const {  std::string Calib2_Ac1Reader::GetVersionInfo(void) const {
39    return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac1Reader.cpp,v 5.1 2006/02/04 12:37:44 kusanagi Exp $\n";    return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac1Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n";
40  }  }
41    
42  /**  /**
# Line 53  void Calib2_Ac1Reader::Init(PamelaRun *r Line 53  void Calib2_Ac1Reader::Init(PamelaRun *r
53   * Unpack the CalibAc event from an input file.   * Unpack the CalibAc event from an input file.
54   */   */
55  void Calib2_Ac1Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){  void Calib2_Ac1Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){
     
56      char   *subData = new char[dataLength];      char   *subData = new char[dataLength];
57      struct calibstruct output = {0};      struct calibstruct output = {0};
58    

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

  ViewVC Help
Powered by ViewVC 1.1.23