ThresholdVariable.java

00001 package SctData;
00002 
00003 public class ThresholdVariable extends ConfigurationVariable {
00004     public ThresholdVariable(String strategyDescription) {
00005         super("Threshold", strategyDescription);
00006     }
00007 
00008     /*
00009     public double getChipActualPoint(int config, int chip) {
00010     }
00011 
00012     public void setChipActualPoint(double actualPt, int config, int chip) {
00013     }
00014      */
00015 }

Generated on Mon Feb 6 14:12:20 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6