Commit in hps-java/src/main/java/org/lcsim/hps/conditions on MAIN
ConditionsConstants.java+91.8 -> 1.9
add additional conditions keys

hps-java/src/main/java/org/lcsim/hps/conditions
ConditionsConstants.java 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- ConditionsConstants.java	15 Oct 2013 23:24:47 -0000	1.8
+++ ConditionsConstants.java	18 Oct 2013 05:46:32 -0000	1.9
@@ -7,7 +7,13 @@
     
     /** Prevent instantiation of this class, which is only a holder of static constant values. */
     private ConditionsConstants() {}
+    
+    /** Conditions key for ConditionsRecord. */
+    public static final String CONDITIONS_RECORD = "conditions_record";
 
+    /** Conditions key for combined ECal conditions. */
+    public static final String ECAL_CONDITIONS = "ecal_conditions";
+    
     /** Table with ECal channel data. */
     public static final String ECAL_CHANNELS = "ecal_channels";
 
@@ -20,6 +26,9 @@
     /** Conditions key for ECal calibration information. */
     public static final String ECAL_CALIBRATIONS = "ecal_calibrations";
     
+    /** Conditions key for combined ECal conditions. */
+    public static final String SVT_CONDITIONS = "svt_conditions";
+    
     /** Table with SVT channel data. */
     public static final String SVT_CHANNELS = "svt_channels";
     
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1