Print

Print


Author: [log in to unmask]
Date: Mon Mar 23 22:14:20 2015
New Revision: 2518

Log:
Remove detector name from composite loop configuration (handled through conditions system now).

Modified:
    java/trunk/record-util/src/main/java/org/hps/record/composite/CompositeLoopConfiguration.java

Modified: java/trunk/record-util/src/main/java/org/hps/record/composite/CompositeLoopConfiguration.java
 =============================================================================
--- java/trunk/record-util/src/main/java/org/hps/record/composite/CompositeLoopConfiguration.java	(original)
+++ java/trunk/record-util/src/main/java/org/hps/record/composite/CompositeLoopConfiguration.java	Mon Mar 23 22:14:20 2015
@@ -39,7 +39,6 @@
     EtConnection connection = null;
     RecordSource recordSource = null;
     LCSimEventBuilder eventBuilder = null;
-    String detectorName = null;
     
     // Event processors.
     List<EvioEventProcessor> evioProcessors = new ArrayList<EvioEventProcessor>();
@@ -119,17 +118,7 @@
         this.eventBuilder = eventBuilder;
         return this;
     }
-    
-    /**
-     * Set the name of the detector definition to be used e.g. from detector-data/detectors dir. 
-     * @param detectorName The name of the detector.
-     * @return This object.
-     */
-    public CompositeLoopConfiguration setDetectorName(String detectorName) {
-        this.detectorName = detectorName;
-        return this;
-    }
-    
+        
     /**
      * Set whether the loop will stop when event processing errors occur.
      * Certain types of errors are considered fatal or are used to control