00001 package Sct_CalibrationController;
00002
00003
00011 public interface ScanLibraryOperations
00012 {
00013 Sct_CalibrationController.ScanRequest thresholdScan (int nTrigs);
00014 Sct_CalibrationController.ScanRequest thresholdScanfC (int nTrigs, double calCharge);
00015 Sct_CalibrationController.ScanRequest thresholdScanfCOffset (int nTrigs, double calCharge, double offset);
00016 Sct_CalibrationController.ScanRequest noiseOccupancyScan ();
00017 Sct_CalibrationController.ScanRequest strobeDelayScan (int nTrigs);
00018 Sct_CalibrationController.ScanRequest nmaskScan (int nTrigs);
00019 Sct_CalibrationController.ScanRequest tokenScan ();
00020 Sct_CalibrationController.ScanRequest rawScan (int nTrigs, boolean issueSoftReset);
00021 Sct_CalibrationController.ScanRequest defaultScan ();
00022 }