Changeset 3187 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3186 r3187  
    8888
    8989   * macros/bootcampstandardanalysis.C
     90   * macros/pedphotcalc.C
    9091     - included cosmics rejection which was in MCalibrationCalc before
    9192
  • trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C

    r2757 r3187  
    137137    calcalc.SetPulserColor(MCalibrationCalc::kECT1);
    138138
     139    //
     140    // Apply a filter against cosmics
     141    // (was directly in MCalibrationCalc in earlier versions)
     142    //
     143    MFCosmics            cosmics;
     144    MContinue            cont(&cosmics);
     145
    139146    tlist2.AddToList(&read2);
    140147    tlist2.AddToList(&geomapl);
    141148    tlist2.AddToList(&sigsig);
     149    //
     150    // In case, you want to skip the cosmics rejection,
     151    // uncomment the next line
     152    //
     153    tlist2.AddToList(&cont);
     154    //
    142155    tlist2.AddToList(&calcalc);
    143156
Note: See TracChangeset for help on using the changeset viewer.