Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/conditions/svt on MAIN
SvtConditionsLoader.java+4-11.14 -> 1.15
call reset on sensor in case previous conditions are present

hps-java/src/main/java/org/lcsim/hps/conditions/svt
SvtConditionsLoader.java 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- SvtConditionsLoader.java	15 Oct 2013 23:45:56 -0000	1.14
+++ SvtConditionsLoader.java	16 Oct 2013 23:14:59 -0000	1.15
@@ -29,7 +29,10 @@
         
         // Loop over sensors.
         for (HpsSiSensor sensor : sensors) {
-                    
+            
+            // Reset possible existing conditions data on sensor.
+            sensor.reset();
+            
             // Get the layer number.
             int layerNumber = sensor.getLayerNumber();
             
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