Changeset 7984


Ignore:
Timestamp:
09/28/06 10:44:40 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7983 r7984  
    3030     - moved mcpath to setup
    3131     - updated mcpath
     32
     33   * mjobs/MJCalibrateSignal.cc:
     34     - removed the tab with the calibrated arrival times. It never
     35       gave any useful information
    3236
    3337
  • trunk/MagicSoft/Mars/NEWS

    r7983 r7984  
    9191     The numbers were sorted out by an extensive test in the
    9292     test-database.
     93
     94   - callisto: Removed the tab showing the average calibrated arrival
     95     time. It never gave useful information.
    9396
    9497   - callisto: Now tab "HiLoCal" which shows the ratio between hi- and
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r7878 r7984  
    579579    MHCamEvent evt5(  0, "Interp'd",   "Interpolated Signal scaled with A/A_{0};;S [phe]");
    580580    MHCamEvent evt6(102, "Unsuitable", "Fraction of unsuitable events per Pixel;;[1]");
    581     MHCamEvent evt7(  6, "Times",      "Calibrated Arrival Time;;T [fadc sl]");
     581    // MHCamEvent evt7(  6, "Times",      "Calibrated Arrival Time;;T [fadc sl]");
    582582    MHCamEvent evt8(  0, "Conv",       "Calibration Conv. Factors;;[phe/fadc cnts]");
    583583    MHCamEvent evt9(  7, "PulsePos",   "Pulse Position of cosmics (>50phe);;T");
     
    593593    MFillH fill5(&evt5, "MSignalCam",                    "FillInterpolated");
    594594    MFillH fill6(&evt6, "MBadPixelsCam",                 "FillUnsuitable");
    595     MFillH fill7(&evt7, "MSignalCam",                    "FillTimes");
     595    // MFillH fill7(&evt7, "MSignalCam",                    "FillTimes");
    596596    MFillH fill8(&evt8, "MCalibrationIntensityConstCam", "FillConv");
    597597    MFillH fill9(&evt9, "MSignalCam",                    "FillPulse");
     
    722722    tlist2.AddToList(&fill4);
    723723    tlist2.AddToList(&fill5);
    724     if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
    725         tlist2.AddToList(&fill7);
     724    //if (extractor2 || extractor1->InheritsFrom("MExtractTimeAndCharge"))
     725    //    tlist2.AddToList(&fill7);
    726726    tlist2.AddToList(&fill9);
    727727    tlist2.AddToList(&fillR);
Note: See TracChangeset for help on using the changeset viewer.