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

Diff of /yoda/techmodel/CalibTrk2Reader.cpp

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

revision 4.2 by kusanagi, Wed Mar 16 22:51:36 2005 UTC revision 4.4 by kusanagi, Sat May 28 10:44:11 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v $
3   * $Id: CalibTrk2Reader.cpp,v 4.1 2005/03/09 19:44:19 kusanagi Exp $   * $Id: CalibTrk2Reader.cpp,v 4.3 2005/03/16 23:23:20 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the LogReader class.   * Implementation of the LogReader class.
# Line 65  CalibTrk2Reader::CalibTrk2Reader(void): Line 65  CalibTrk2Reader::CalibTrk2Reader(void):
65   */   */
66  std::string CalibTrk2Reader::GetVersionInfo(void) const {  std::string CalibTrk2Reader::GetVersionInfo(void) const {
67    return    return
68      "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v 4.1 2005/03/09 19:44:19 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk2Reader.cpp,v 4.3 2005/03/16 23:23:20 kusanagi Exp $\n";
69  }  }
70    
71  /**  /**
# Line 134  void CalibTrk2Reader::RunEvent(int Event Line 134  void CalibTrk2Reader::RunEvent(int Event
134      float   tempSig_par[3072][6];      float   tempSig_par[3072][6];
135      memcpy(tempBad_par,trkcalib_.DSPbad_par, sizeof(tempBad_par));            memcpy(tempBad_par,trkcalib_.DSPbad_par, sizeof(tempBad_par));      
136      memcpy(tempPed_par,trkcalib_.DSPped_par, sizeof(tempPed_par));            memcpy(tempPed_par,trkcalib_.DSPped_par, sizeof(tempPed_par));      
137      memcpy(tempSig_par,trkcalib_.DSPsig_par, sizeof(tempSig_par));            memcpy(tempSig_par,trkcalib_.DSPsig_par, sizeof(tempSig_par));
138    
139      for (int i = 0; i < 6; i++){      for (int i = 0; i < 6; i++){
140          for (int j = 0; j < 3072; j++){          for (int j = 0; j < 3072; j++){

Legend:
Removed from v.4.2  
changed lines
  Added in v.4.4

  ViewVC Help
Powered by ViewVC 1.1.23