Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSSVTDAQMaps.java+3-31.5 -> 1.6
Sensor Collection is now static

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSSVTDAQMaps.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- HPSSVTDAQMaps.java	16 Apr 2012 17:21:32 -0000	1.5
+++ HPSSVTDAQMaps.java	21 Apr 2012 07:34:07 -0000	1.6
@@ -26,17 +26,17 @@
  * Creates maps between SVT sensors to FPGA and Hybrid pairs and vice versa
  *
  * @author Omar Moreno
- * @version $Id: HPSSVTDAQMaps.java,v 1.5 2012/04/16 17:21:32 omoreno Exp $ 
+ * @version $Id: HPSSVTDAQMaps.java,v 1.6 2012/04/21 07:34:07 omoreno Exp $ 
  */
 public class HPSSVTDAQMaps extends Driver {
     
     String subdetectorName = "Tracker";
-    boolean debug = true; 
+    boolean debug = false; 
     
     ConditionsManager mgr = ConditionsManager.defaultInstance();
     
     // Set of sensors
-    Set<SiSensor> sensors = new HashSet<SiSensor>();
+    public static Set<SiSensor> sensors = new HashSet<SiSensor>();
     
     // Map from Sensor to Hybrid/FPGA pair
     public static Map<SiSensor /* Sensor */, Pair<Integer /* Hybrid */, Integer /* FPGA */>>  sensorToDAQPair;
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