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

Diff of /yoda/techmodel/CalibTrk1Reader.cpp

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

revision 2.5 by kusanagi, Tue Jan 11 23:24:35 2005 UTC revision 4.1 by kusanagi, Wed Mar 9 19:39:47 2005 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v $   * $Source: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v $
3   * $Id: CalibTrk1Reader.cpp,v 2.4 2004/12/22 11:38:35 kusanagi Exp $   * $Id: CalibTrk1Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Implementation of the LogReader class.   * Implementation of the LogReader class.
# Line 34  extern "C" { Line 34  extern "C" {
34        int   nbad_l2[6];        int   nbad_l2[6];
35        int   nbad_l3[6];        int   nbad_l3[6];
36        int   cal_flag[6];        int   cal_flag[6];
37        int   DSPped_par[6][3072];        float DSPped_par[6][3072];
38        float DSPsig_par[6][3072];        float DSPsig_par[6][3072];
39        float DSPbad_par[6][3072];        int   DSPbad_par[6][3072];
40      } trkcalib_;      } trkcalib_;
41  #include <dirent.h>  #include <dirent.h>
42  }  }
# Line 67  CalibTrk1Reader::CalibTrk1Reader(void): Line 67  CalibTrk1Reader::CalibTrk1Reader(void):
67   */   */
68  std::string CalibTrk1Reader::GetVersionInfo(void) const {  std::string CalibTrk1Reader::GetVersionInfo(void) const {
69    return    return
70      "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v 2.4 2004/12/22 11:38:35 kusanagi Exp $\n";      "$Header: /home/cvsmanager/yoda/techmodel/CalibTrk1Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n";
71  }  }
72    
73  /**  /**
# Line 101  void CalibTrk1Reader::RunEvent(int Event Line 101  void CalibTrk1Reader::RunEvent(int Event
101    
102      //Call to the FORTRAN routin that unpack tracker events      //Call to the FORTRAN routin that unpack tracker events
103      trkcalibpkt_(&ERROR, (char*)oss.str().c_str());      trkcalibpkt_(&ERROR, (char*)oss.str().c_str());
104    
105        calibTrk1->unpackError = ERROR;
106      remove(oss.str().c_str());      remove(oss.str().c_str());
107      if (ERROR != 0) {      if (ERROR != 0) {
108          oss.str("");          oss.str("");

Legend:
Removed from v.2.5  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23