Changeset 3203


Ignore:
Timestamp:
02/16/04 16:03:43 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3202 r3203  
    2020 
    2121   * macros/calibration.C
     22   * macros/bootcampstandardanalysis.C
     23   * macros/pedphotcalc.C
    2224     - introduce the blind pixel and PIN diode extraction in the macro
    2325
  • trunk/MagicSoft/Mars/macros/pedphotcalc.C

    r3188 r3203  
    121121  read2.DisableAutoScheme();
    122122 
     123  MExtractPINDiode     pincalc;
     124  MExtractBlindPixel   blindcalc;
    123125  MExtractSignal       sigcalc;
    124126  MCalibrationCalc     calcalc;
    125127 
     128  MFillH fillpin("MHCalibrationChargePINDiode", "MExtractedSignalPINDiode");
    126129  //
    127130  // Apply a filter against cosmics
     
    139142  tlist2.AddToList(&read2);
    140143  tlist2.AddToList(&geomapl);
     144  tlist2.AddToList(&blindcalc);
     145  tlist2.AddToList(&pincalc);
    141146  tlist2.AddToList(&sigcalc);
    142147  //
     
    147152  //
    148153  tlist2.AddToList(&calcalc);
     154  tlist2.AddToList(&fillpin);
    149155 
    150156  // Execute second loop (calibration)
Note: See TracChangeset for help on using the changeset viewer.