Ignore:
Timestamp:
01/21/04 13:47:01 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/starmc.C

    r2824 r2867  
    7878    sigextract.SetRange(0, 5, 0, 5);
    7979
    80     MMcCalibrationCalc  mccalibcalc;
    81     // Define conversion factor from ADC counts to photons before camera for
     80    MMcCalibrationUpdate  mccalibcalc;
     81
     82    //
     83    // Now introduce conversion factor from ADC counts to photons before camera for
    8284    // inner pixels. The corresponding value for outer pixels is then calculated
    8385    // automatically. Bear in mind that the conversion factor depend both on the
     
    8688    // event loop, either from the same MC file or from a MC calibration file
    8789    // written on purpose.
     90    // (FIXME: the conversion must be calculated automatically from the analyzed file)
     91    //
    8892    mccalibcalc.SetADC2PhInner(1.2586);
    8993
     
    119123    tlist.AddToList(&geom);
    120124    tlist.AddToList(&pcopy);
     125
    121126    tlist.AddToList(&sigextract);
    122127    tlist.AddToList(&mccalibcalc);
Note: See TracChangeset for help on using the changeset viewer.