Print

Print


Commit in lcsim/src/org/lcsim/contrib/SteveKuhlmann on MAIN
MakeClusterIDInputLCSIM.java+3-31.1 -> 1.2
Previous versions did not load the NNet correctly this one does.  Beware that this algorithm rejects pi0s between 15-25 GeV.

lcsim/src/org/lcsim/contrib/SteveKuhlmann
MakeClusterIDInputLCSIM.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MakeClusterIDInputLCSIM.java	17 Aug 2005 20:28:05 -0000	1.1
+++ MakeClusterIDInputLCSIM.java	19 Aug 2005 14:14:06 -0000	1.2
@@ -57,9 +57,9 @@
 //      double[] contribE = c.getContributedEnergy();
 // //     MCParticle[] contribPart = c.getMCParticles();
 // //     int pdgid = Math.abs(contribPart[0].getType().getPDGID());
-      input[0] = NE[0];
-      input[1] = NE[1];
-      input[2] = NE[2];
+      input[0] = NE[0]/100.;
+      input[1] = NE[1]/100.;
+      input[2] = NE[2]/100.;
       input[3] = NE[0]/NE[1];
       input[4] = NE[1]/NE[2];
       input[10] = angsep*10000;
CVSspam 0.2.8