/[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.3 by kusanagi, Sat Jan 29 00:26:55 2005 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:02 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: Calib1_Ac1Reader.cpp,v 2.2 2004/12/20 14:15:13 kusanagi Exp $   * $Id: Calib1_Ac1Reader.cpp,v 3.0 2005/03/04 15:54:11 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/20 14:15:13 kusanagi Exp $\n";    return "$Header: /home/cvsmanager/yoda/techmodel/Calib1_Ac1Reader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n";
40  }  }
41    
42  /**  /**
# Line 54  void Calib1_Ac1Reader::Init(PamelaRun *r Line 54  void Calib1_Ac1Reader::Init(PamelaRun *r
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 = new char[dataLength];  
     struct calibstruct *output = {0};  
57    
     InputFile->read(subData, sizeof(unsigned char)*dataLength);  
   
     for (int i = 0; i < dataLength; i++){  
         printf("input1 %i   %x \n", i, (unsigned char)subData[i]);  
     }  
   
     calib1_Ac1->ERROR = ACcalib(dataLength, (unsigned char*)subData, output);  
     memcpy(calib1_Ac1->header,     output->header,     sizeof(output->header));  
     memcpy(calib1_Ac1->status,     output->status,     sizeof(output->status));  
     memcpy(calib1_Ac1->temp,       output->temp,       sizeof(output->temp));  
     memcpy(calib1_Ac1->DAC1,       output->DAC1,       sizeof(output->DAC1));  
     memcpy(calib1_Ac1->DAC2,       output->DAC2,       sizeof(output->DAC2));  
     memcpy(calib1_Ac1->regist,     output->regist,     sizeof(output->regist));  
     memcpy(calib1_Ac1->time,       output->time,       sizeof(output->time));  
     calib1_Ac1->n_tr = output->n_tr;  
     memcpy(calib1_Ac1->hitmap_tr,  output->hitmap_tr,  sizeof(output->hitmap_tr));  
     memcpy(calib1_Ac1->curve1,     output->curve1,     sizeof(output->curve1));  
     memcpy(calib1_Ac1->curve2,     output->curve2,     sizeof(output->curve2));  
     calib1_Ac1->iCRC = output->iCRC;  
     calib1_Ac1->tail = output->tail;  
     calib1_Ac1->CRC  = output->CRC;  
58  */    */  
59    //delete [] subData;    //delete [] subData;
60  }  }

Legend:
Removed from v.2.3  
changed lines
  Added in v.4.0

  ViewVC Help
Powered by ViewVC 1.1.23