Print

Print


Author: [log in to unmask]
Date: Thu Oct 30 13:20:45 2014
New Revision: 1355

Log:
Update the test run database conditions config to use the test run t0 shift converter and collection. 

Modified:
    java/branches/hps_java_trunk_HPSJAVA-255/conditions/src/main/resources/org/hps/conditions/config/conditions_database_testrun_2012.xml

Modified: java/branches/hps_java_trunk_HPSJAVA-255/conditions/src/main/resources/org/hps/conditions/config/conditions_database_testrun_2012.xml
 =============================================================================
--- java/branches/hps_java_trunk_HPSJAVA-255/conditions/src/main/resources/org/hps/conditions/config/conditions_database_testrun_2012.xml	(original)
+++ java/branches/hps_java_trunk_HPSJAVA-255/conditions/src/main/resources/org/hps/conditions/config/conditions_database_testrun_2012.xml	Thu Oct 30 13:20:45 2014
@@ -9,10 +9,10 @@
         <converter class="org.hps.conditions.svt.TestRunSvtConditionsConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$TestRunSvtChannelConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$TestRunSvtDaqMappingConverter"/>
+        <converter class="org.hps.conditions.svt.SvtConverterRegistry$TestRunSvtT0ShiftConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$SvtCalibrationConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$SvtShapeFitParametersConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$SvtGainConverter"/>
-        <converter class="org.hps.conditions.svt.SvtConverterRegistry$SvtT0ShiftConverter"/>
         <converter class="org.hps.conditions.svt.SvtConverterRegistry$SvtBadChannelConverter"/>
 
         <!-- ECal converters -->
@@ -112,8 +112,8 @@
          
         <table key="test_run_svt_t0_shifts" name="test_run_svt_t0_shifts">
             <classes>
-                <object class="org.hps.conditions.svt.SvtT0Shift"/>
-                <collection class="org.hps.conditions.svt.SvtT0Shift$SvtT0ShiftCollection"/>
+                <object class="org.hps.conditions.svt.TestRunSvtT0Shift"/>
+                <collection class="org.hps.conditions.svt.TestRunSvtT0Shift$TestRunSvtT0ShiftCollection"/>
             </classes>
             <fields>
                 <field name="fpga"        />