/[PAMELA software]/PamelaDigitizer/Digitizer.cxx
ViewVC logotype

Diff of /PamelaDigitizer/Digitizer.cxx

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

revision 1.12 by pamelats, Tue May 5 14:17:46 2009 UTC revision 1.13 by pamelats, Wed May 6 05:18:41 2009 UTC
# Line 324  void Digitizer::Loop() { Line 324  void Digitizer::Loop() {
324    DigitizePSCU(length,0x13,fDataPSCU);    DigitizePSCU(length,0x13,fDataPSCU);
325    AddPadding();    AddPadding();
326    WriteTrackCalib();    WriteTrackCalib();
   
   ////////////////////////// DigitizeRunHeader();  
   /////////////////////////   WriteRunHeader();  
   
327    LoadMipCor();  // some initialization of parameters -not used now-    LoadMipCor();  // some initialization of parameters -not used now-
328    //  end loading, digitizing and writing tracker calibration    //  end loading, digitizing and writing tracker calibration
329    // TOF ------ read calibration file (get A1, A2, lambda1, lambda2)    // TOF ------ read calibration file (get A1, A2, lambda1, lambda2)
# Line 370  void Digitizer::Loop() { Line 366  void Digitizer::Loop() {
366        if ((i%1000)==0)cout << "writing event " << i << endl;        if ((i%1000)==0)cout << "writing event " << i << endl;
367        WriteData();        WriteData();
368    }    }
     ////////////////////////////////  DigitizeRunTrailer();  
     ////////////////////////////////  WriteRunTrailer();  
369        
370    fOutputfile.close();    fOutputfile.close();
371    cout << "files closed" << endl;    cout << "files closed" << endl;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.23