/[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 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC revision 6.3 by mocchiut, Fri Sep 29 10:19:18 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib2_Ac2Reader.cpp,v $
3   * $Id: Calib2_Ac2Reader.cpp,v 2.8 2005/02/09 22:20:16 kusanagi Exp $   * $Id: Calib2_Ac2Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the Calib2_Ac2Reader class.   * Implementation of the Calib2_Ac2Reader class.
7   */   */
8    
 #include <string>  
9  #include <log4cxx/logger.h>  #include <log4cxx/logger.h>
 #include <fstream>  
 #include "stdio.h"  
10  extern "C" {  extern "C" {
11      #include "CRC.h"      #include "CRC.h"
12      #include "forroutines/anticounter/AC.h"      #include "forroutines/anticounter/AC.h"
# Line 36  Calib2_Ac2Reader::Calib2_Ac2Reader(void) Line 33  Calib2_Ac2Reader::Calib2_Ac2Reader(void)
33   * Get a string with the version info of the algorithm.   * Get a string with the version info of the algorithm.
34   */   */
35  std::string Calib2_Ac2Reader::GetVersionInfo(void) const {  std::string Calib2_Ac2Reader::GetVersionInfo(void) const {
36    return "$Header: /home/cvsmanager/yoda/techmodel/Calib2_Ac2Reader.cpp,v 2.8 2005/02/09 22:20:16 kusanagi Exp $\n";    return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/yoda/techmodel/Calib2_Ac2Reader.cpp,v 6.2 2006/05/30 19:10:03 kusanagi Exp $\n";
37  }  }
38    
39  /**  /**
# Line 55  void Calib2_Ac2Reader::Init(PamelaRun *r Line 52  void Calib2_Ac2Reader::Init(PamelaRun *r
52  void Calib2_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){  void Calib2_Ac2Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){
53    
54      char   *subData = new char[dataLength];      char   *subData = new char[dataLength];
55        memset(subData,  0, dataLength*sizeof(char));
56      struct calibstruct output = {0};      struct calibstruct output = {0};
57    
58      InputFile->read(subData, sizeof(unsigned char)*dataLength);      InputFile->read(subData, sizeof(unsigned char)*dataLength);

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

  ViewVC Help
Powered by ViewVC 1.1.23