00001 package Sct_CalibrationController;
00002
00003
00011 public interface TestLibraryOperations
00012 {
00013 Sct_CalibrationController.TestRequest responseCurve ();
00014 Sct_CalibrationController.TestRequest threePointGain ();
00015 Sct_CalibrationController.TestRequest fivePointGain ();
00016 Sct_CalibrationController.TestRequest strobeDelay ();
00017 Sct_CalibrationController.TestRequest noiseOccupancy ();
00018 Sct_CalibrationController.TestRequest pipeline ();
00019 Sct_CalibrationController.TestRequest fullBypassBarrel ();
00020 Sct_CalibrationController.TestRequest fullBypassEndcap ();
00021 Sct_CalibrationController.TestRequest trimRange ();
00022 Sct_CalibrationController.TestRequest quickTrimRange ();
00023 Sct_CalibrationController.TestRequest timeWalk ();
00024 Sct_CalibrationController.TestRequest nmask ();
00025 Sct_CalibrationController.TestRequest doubleTriggerNoise ();
00026 Sct_CalibrationController.TestRequest synchTriggerNoise ();
00027 Sct_CalibrationController.TestRequest rxDelay ();
00028 Sct_CalibrationController.TestRequest rxThreshold ();
00029 Sct_CalibrationController.TestRequest rxThresholdBasedOnConfigRegister ();
00030 Sct_CalibrationController.TestRequest txCurrent ();
00031 }