Print

Print


Commit in projects/lcsim/trunk/analysis/src/main/java/org/lcsim/analysis on MAIN
CalorimeterOccupancyDriver.java+3-13147 -> 3148


projects/lcsim/trunk/analysis/src/main/java/org/lcsim/analysis
CalorimeterOccupancyDriver.java 3147 -> 3148
--- projects/lcsim/trunk/analysis/src/main/java/org/lcsim/analysis/CalorimeterOccupancyDriver.java	2014-05-30 16:48:31 UTC (rev 3147)
+++ projects/lcsim/trunk/analysis/src/main/java/org/lcsim/analysis/CalorimeterOccupancyDriver.java	2014-05-30 17:01:43 UTC (rev 3148)
@@ -45,6 +45,8 @@
         try {
             _cond = mgr.getConditions("CalorimeterCalibration");
             System.out.println("found conditions for " + detector.getName());
+            _ECalMipCut = _cond.getDouble("ECalMip_Cut");
+            System.out.println("_ECalMipCut = "+_ECalMipCut);
         } catch (ConditionsManager.ConditionsSetNotFoundException e) {
             System.out.println("ConditionSet CalorimeterCalibration not found for detector " + mgr.getDetector());
             System.out.println("Please check that this properties file exists for this detector ");
@@ -112,7 +114,7 @@
 
     public void setCollectionNames(String[] collectionNames)
     {
-        System.out.println("there are " + collectionNames.length);
+        System.out.println("there are " + collectionNames.length+ " collections to process: ");
         collections.addAll(Arrays.asList(collectionNames));
         System.out.println("processing: ");
         for (String collectionName : collections) {
SVNspam 0.1


Use REPLY-ALL to reply to list

To unsubscribe from the LCDET-SVN list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCDET-SVN&A=1