Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
EcalDaqPlots.java+2-21.2 -> 1.3
remove debug printouts

hps-java/src/main/java/org/lcsim/hps/monitoring
EcalDaqPlots.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- EcalDaqPlots.java	18 Apr 2012 21:06:19 -0000	1.2
+++ EcalDaqPlots.java	19 Apr 2012 01:33:29 -0000	1.3
@@ -105,8 +105,8 @@
             int crate = HPSEcalDaqIDConverter.getCrate(daqId);
             int slot = HPSEcalDaqIDConverter.getSlot(daqId);
             int channel = HPSEcalDaqIDConverter.getChannel(daqId);
-            System.out.println("crate="+crate+"; slot="+slot+"; channel="+channel);
-            System.out.println("filling plot: " + "ECAL: Crate " + crate + "; Slot " + slot);
+            //System.out.println("crate="+crate+"; slot="+slot+"; channel="+channel);
+            //System.out.println("filling plot: " + "ECAL: Crate " + crate + "; Slot " + slot);
             aida.histogram1D("ECAL: Crate " + crate + "; Slot " + slot).fill(channel);
         }
     }
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