Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
LoadCalibrationsDriver.java+21added 1.1
Driver used to load calibrations; Required when running from raw LCIO

hps-java/src/main/java/org/lcsim/hps/recon/tracking
LoadCalibrationsDriver.java added at 1.1
diff -N LoadCalibrationsDriver.java
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ LoadCalibrationsDriver.java	1 Jun 2012 22:00:26 -0000	1.1
@@ -0,0 +1,21 @@
+package org.lcsim.hps.recon.tracking;
+
+//--- org.lcsim ---//
+import org.lcsim.geometry.Detector;
+import org.lcsim.hps.monitoring.HPSCalibrationListener;
+import org.lcsim.util.Driver;
+
+/**
+ * 
+ * @author Omar Moreno <[log in to unmask]>
+ * @version $Id: LoadCalibrationsDriver.java,v 1.1 2012/06/01 22:00:26 omoreno Exp $
+ *
+ */
+public class LoadCalibrationsDriver extends Driver {
+
+	@Override
+	protected void detectorChanged(Detector detector){
+		HPSCalibrationListener calibListener = new HPSCalibrationListener();
+		calibListener.begin();
+	}
+}
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