Print

Print


Commit in java/trunk/users/src/test/java/org/hps/users/holly on MAIN
ECalClustererTest.java-45395 removed
ECalClustererTest2.java-45395 removed
-90
2 removed files
Deleted outdated test files

java/trunk/users/src/test/java/org/hps/users/holly
ECalClustererTest.java removed after 395
--- java/trunk/users/src/test/java/org/hps/users/holly/ECalClustererTest.java	2014-03-27 00:16:46 UTC (rev 395)
+++ java/trunk/users/src/test/java/org/hps/users/holly/ECalClustererTest.java	2014-03-27 03:21:28 UTC (rev 396)
@@ -1,45 +0,0 @@
-package org.hps.users.holly;
-
-import java.io.File;
-import java.io.IOException;
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.lcsim.event.Cluster;
-import org.lcsim.event.EventHeader;
-import org.lcsim.job.EventMarkerDriver;
-import org.lcsim.util.Driver;
-import org.lcsim.util.loop.LCSimLoop;
-
-public class ECalClustererTest extends TestCase {
-
-    static String hitCollectionName = "EcalHits";
-    static String clusterCollectionName = "EcalClusters";
-    static String fileName = "/home/holly/10k_gps.slcio";
-      
-    public void testECalClusterer() throws IOException {
-       
-        
-        EcalClustererCosmics clusterer = new EcalClustererCosmics();
-        clusterer.setEcalCollectionName(hitCollectionName);
-        clusterer.setClusterCollectionName(clusterCollectionName);
-        
-        LCSimLoop readLoop = new LCSimLoop();
-        readLoop.add(new EventMarkerDriver());
-        readLoop.add(clusterer);
-        readLoop.add(new PrintClustersDriver());
-        readLoop.setLCIORecordSource(new File(fileName));
-        readLoop.loop(100);
-    
-    }
-    
-    static class PrintClustersDriver extends Driver {
-        public void process(EventHeader event){
-            List<Cluster> clusters = event.get(Cluster.class, clusterCollectionName);            
-            System.out.println("Number of clusters: "+clusters.size()); 
-
-        }
-    }
-    
-}

java/trunk/users/src/test/java/org/hps/users/holly
ECalClustererTest2.java removed after 395
--- java/trunk/users/src/test/java/org/hps/users/holly/ECalClustererTest2.java	2014-03-27 00:16:46 UTC (rev 395)
+++ java/trunk/users/src/test/java/org/hps/users/holly/ECalClustererTest2.java	2014-03-27 03:21:28 UTC (rev 396)
@@ -1,45 +0,0 @@
-package org.hps.users.holly;
-
-import java.io.File;
-import java.io.IOException;
-import java.util.List;
-
-import junit.framework.TestCase;
-
-import org.lcsim.event.Cluster;
-import org.lcsim.event.EventHeader;
-import org.lcsim.job.EventMarkerDriver;
-import org.lcsim.util.Driver;
-import org.lcsim.util.loop.LCSimLoop;
-
-public class ECalClustererTest2 extends TestCase {
-
-    static String hitCollectionName = "EcalHits";
-    static String clusterCollectionName = "EcalClusters";
-    static String fileName = "/Users/air/Documents/testcase.slcio";
-      
-    public void testECalClusterer() throws IOException {
-       
-        
-        EcalClusterIC clusterer = new EcalClusterIC();
-        clusterer.setEcalCollectionName(hitCollectionName);
-        clusterer.setClusterCollectionName(clusterCollectionName);
-        
-        LCSimLoop readLoop = new LCSimLoop();
-        readLoop.add(new EventMarkerDriver());
-        readLoop.add(clusterer);
-        readLoop.add(new PrintClustersDriver());
-        readLoop.setLCIORecordSource(new File(fileName));
-        readLoop.loop(100);
-    
-    }
-    
-    static class PrintClustersDriver extends Driver {
-        public void process(EventHeader event){
-            List<Cluster> clusters = event.get(Cluster.class, clusterCollectionName);            
-          //  System.out.println("Number of clusters: "+clusters.size()); 
-
-        }
-    }
-    
-}
SVNspam 0.1