Print

Print


Commit in lcsim/src/org/lcsim/fit/helicaltrack on MAIN
HelicalTrackHitDriver.java+231.35 -> 1.36
add setters for different types of collections for recon xml

lcsim/src/org/lcsim/fit/helicaltrack
HelicalTrackHitDriver.java 1.35 -> 1.36
diff -u -r1.35 -r1.36
--- HelicalTrackHitDriver.java	21 May 2009 21:48:15 -0000	1.35
+++ HelicalTrackHitDriver.java	24 Aug 2009 22:19:20 -0000	1.36
@@ -332,6 +332,24 @@
         return;
     }
     
+    public void setDigiCollectionName(String name)
+    {
+    	_digcol.add(name);
+    	return;
+    }
+    
+    public void setVirtualSegmentationCollectionName(String name)
+    {
+    	_vscol.add(name);
+    	return;
+    }
+    
+    public void setBaseCollectionName(String name)
+    {
+    	_bscol.add(name);
+    	return;
+    }
+    
     /**
      * Name of the HelicalTrackHit collection to be put back in the event.
      * @param outname Name to use for the HelicalTrackHit collection
@@ -341,6 +359,11 @@
         return;
     }
     
+    public void setOutputCollectionName(String outname) {
+        _outname = outname;
+        return;
+    }
+    
     public void HitRelationName(String hitrelname) {
         _hitrelname = hitrelname;
         return;
CVSspam 0.2.8