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

Diff of /yoda/techmodel/Calib1_Ac1Reader.cpp

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

revision 2.1 by kusanagi, Thu Dec 16 17:32:57 2004 UTC revision 2.4 by kusanagi, Tue Feb 8 08:21:09 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v $
3   * $Id: CalibAcReader.cpp,v 2.2 2004/12/03 22:08:00 kusanagi Exp $   * $Id: Calib1_Ac1Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the Calib1_Ac1Reader class.   * Implementation of the Calib1_Ac1Reader class.
# Line 36  Calib1_Ac1Reader::Calib1_Ac1Reader(void) Line 36  Calib1_Ac1Reader::Calib1_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 Calib1_Ac1Reader::GetVersionInfo(void) const {  std::string Calib1_Ac1Reader::GetVersionInfo(void) const {
39    return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 2.2 2004/12/03 22:08:00 kusanagi Exp $\n";    return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 2.3 2005/01/29 00:26:55 kusanagi Exp $\n";
40  }  }
41    
42  /**  /**
# Line 53  void Calib1_Ac1Reader::Init(PamelaRun *r Line 53  void Calib1_Ac1Reader::Init(PamelaRun *r
53   * Unpack the Calib1_Ac1Reader event from an input file.   * Unpack the Calib1_Ac1Reader event from an input file.
54   */   */
55  void Calib1_Ac1Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){  void Calib1_Ac1Reader::RunEvent(int EventNumber, long int dataLength) throw (Exception){
56    /*char   subData[dataLength];  /*
   InputFile->read(subData, sizeof(unsigned char)*dataLength);  
     
     struct calibstruct output;  
     int ERROR;  
   
     calib1_Ac1->ResetDSP    = output.ResetDSP;  
     calib1_Ac1->DSPinit     = output.DSPinit;  
     calib1_Ac1->DSPprog     = output.DSPprog;  
     calib1_Ac1->ModeCalib   = output.ModeCalib;  
     calib1_Ac1->SetDac      = output.SetDac;  
     calib1_Ac1->ModePhysics = output.ModePhysics;  
     calib1_Ac1->ERROR       = ACcalib(dataLength, (unsigned char*)subData, &output);  
     */  
57    
58      //delete [] subData;  */  
59      //delete [] subData;
60  }  }
61    

Legend:
Removed from v.2.1  
changed lines
  Added in v.2.4

  ViewVC Help
Powered by ViewVC 1.1.23