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 noiseOccupancyScan ();
00016 Sct_CalibrationController.ScanRequest strobeDelayScan (int nTrigs);
00017 Sct_CalibrationController.ScanRequest nmaskScan (int nTrigs);
00018 Sct_CalibrationController.ScanRequest tokenScan ();
00019 Sct_CalibrationController.ScanRequest rawScan (int nTrigs);
00020 Sct_CalibrationController.ScanRequest defaultScan ();
00021 }