Ignore:
Timestamp:
02/16/04 13:47:09 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2836 r3188  
    124124  MCalibrationCalc     calcalc;
    125125 
     126  //
     127  // Apply a filter against cosmics
     128  // (was directly in MCalibrationCalc in earlier versions)
     129  //
     130  MFCosmics            cosmics;
     131  MContinue            cont(&cosmics);
     132
    126133  //
    127134  // As long as we don't have digital modules,
     
    133140  tlist2.AddToList(&geomapl);
    134141  tlist2.AddToList(&sigcalc);
     142  //
     143  // In case, you want to skip the cosmics rejection,
     144  // uncomment the next line
     145  //
     146  tlist2.AddToList(&cont);
     147  //
    135148  tlist2.AddToList(&calcalc);
    136149 
Note: See TracChangeset for help on using the changeset viewer.