Changeset 5862 for trunk/MagicSoft
- Timestamp:
- 01/16/05 17:57:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r5859 r5862 476 476 gLog << " --debug Use the TObjectTable for debugging " << endl; 477 477 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; 478 479 gLog << " --useTest Use the class MJExtractCalibTest to test the calibration on itself" << endl; 479 480 gLog << " --skipBlindPix Skip the blind pixel calibration" << endl; … … 499 500 } 500 501 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")); 505 507 506 508 if (arg.HasOption("--extractor="))
Note:
See TracChangeset
for help on using the changeset viewer.