Changeset 5862 for trunk/MagicSoft


Ignore:
Timestamp:
01/16/05 17:57:46 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5859 r5862  
    476476    gLog << "     --debug             Use the TObjectTable for debugging    "       << endl;
    477477    gLog << "                             and write out the pixels as ascii tables" << endl;
     478    gLog << "     --useInterlaced     Use the program to calibrate data with the interlaced cal. events" << endl;
    478479    gLog << "     --useTest           Use the class MJExtractCalibTest to test the calibration on itself" << endl;
    479480    gLog << "     --skipBlindPix      Skip the blind pixel calibration"             << endl;
     
    499500    }
    500501 
    501   debug    = arg.HasOnlyAndRemove("--debug")    || arg.HasOnlyAndRemove("-d");
    502   useTest  = arg.HasOnlyAndRemove("--useTest")  || arg.HasOnlyAndRemove("-e");
    503   blindpix = !(arg.HasOnlyAndRemove("--skipBlindPix"));
    504   pindiode = !(arg.HasOnlyAndRemove("--skipPINDiode"));
     502  debug         = arg.HasOnlyAndRemove("--debug")    || arg.HasOnlyAndRemove("-d");
     503  useTest       = arg.HasOnlyAndRemove("--useTest")  || arg.HasOnlyAndRemove("-t");
     504  useInterlaced = arg.HasOnlyAndRemove("--useInterlaced")  || arg.HasOnlyAndRemove("-i");
     505  blindpix      = !(arg.HasOnlyAndRemove("--skipBlindPix"));
     506  pindiode      = !(arg.HasOnlyAndRemove("--skipPINDiode"));
    505507
    506508  if (arg.HasOption("--extractor="))
Note: See TracChangeset for help on using the changeset viewer.