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

Diff of /yoda/techmodel/Calib2_Ac2Reader.cpp

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

revision 2.5.2.1 by kusanagi, Sat Mar 5 16:34:06 2005 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $
3   * $Id: Calib2_Ac2Reader.cpp,v 2.5 2005/01/29 00:26:55 kusanagi Exp $   * $Id: Calib2_Ac2Reader.cpp,v 2.8 2005/02/09 22:20:16 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the Calib2_Ac2Reader class.   * Implementation of the Calib2_Ac2Reader class.
# Line 13  Line 13 
13  extern "C" {  extern "C" {
14      #include "CRC.h"      #include "CRC.h"
15      #include "forroutines/anticounter/AC.h"      #include "forroutines/anticounter/AC.h"
16      extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct* calibpointer);      extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct *calibpointer);
17  }  }
18    
19  #include "ReaderAlgorithms.h"  #include "ReaderAlgorithms.h"
# Line 36  Calib2_Ac2Reader::Calib2_Ac2Reader(void) Line 36  Calib2_Ac2Reader::Calib2_Ac2Reader(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_Ac2Reader::GetVersionInfo(void) const {  std::string Calib2_Ac2Reader::GetVersionInfo(void) const {
39    return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.5 2005/01/29 00:26:55 kusanagi Exp $\n";    return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.8 2005/02/09 22:20:16 kusanagi Exp $\n";
40  }  }
41    
42  /**  /**
# Line 76  void Calib2_Ac2Reader::RunEvent(int Even Line 76  void Calib2_Ac2Reader::RunEvent(int Even
76      calib2_Ac2->CRC         = output.CRC;      calib2_Ac2->CRC         = output.CRC;
77      calib2_Ac2->CRCcheck    = output.CRCcheck;      calib2_Ac2->CRCcheck    = output.CRCcheck;
78        
79     delete [] subData;      //delete [] subData;
80    }    }

Legend:
Removed from v.2.5.2.1  
changed lines
  Added in v.3.0

  ViewVC Help
Powered by ViewVC 1.1.23