/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp

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

revision 1.2 by mocchiut, Tue Aug 4 13:58:11 2009 UTC revision 1.3 by pam-fi, Wed Aug 5 18:48:37 2009 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp,v $   * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp,v $
3   * $Id: Calib1_Ac2Reader.cpp,v 1.1.1.1 2008/09/23 07:20:28 mocchiut Exp $   * $Id: Calib1_Ac2Reader.cpp,v 1.2 2009-08-04 13:58:11 mocchiut Exp $
4   * $Author: mocchiut $   * $Author: mocchiut $
5   *   *
6   * Implementation of the Calib1_Ac2Reader class.   * Implementation of the Calib1_Ac2Reader class.
# Line 12  Line 12 
12  extern "C" {  extern "C" {
13      #include "CRC.h"      #include "CRC.h"
14      #include "forroutines/anticounter/AC.h"      #include "forroutines/anticounter/AC.h"
15      extern int ACcalib(int length, unsigned char* calibpointer, struct calibstruct* calibpointer);      extern int ACcalib(int length, unsigned char* datapointer, struct calibstruct* calibpointer);
16  }  }
17    
18  #include "ReaderAlgorithms.h"  #include "ReaderAlgorithms.h"
# Line 33  Calib1_Ac2Reader::Calib1_Ac2Reader(void) Line 33  Calib1_Ac2Reader::Calib1_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 Calib1_Ac2Reader::GetVersionInfo(void) const {  std::string Calib1_Ac2Reader::GetVersionInfo(void) const {
36    return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp,v 1.1.1.1 2008/09/23 07:20:28 mocchiut Exp $\n";    return "$Header: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/PamOffLineSW/techmodel/Calib1_Ac2Reader.cpp,v 1.2 2009-08-04 13:58:11 mocchiut Exp $\n";
37  }  }
38    
39  /**  /**

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23