Print

Print


Author: [log in to unmask]
Date: Tue Feb 24 15:52:17 2015
New Revision: 2188

Log:
Test signal reconstruction

Modified:
    java/trunk/integration-tests/src/test/java/org/hps/APrimeReconTest.java

Modified: java/trunk/integration-tests/src/test/java/org/hps/APrimeReconTest.java
 =============================================================================
--- java/trunk/integration-tests/src/test/java/org/hps/APrimeReconTest.java	(original)
+++ java/trunk/integration-tests/src/test/java/org/hps/APrimeReconTest.java	Tue Feb 24 15:52:17 2015
@@ -106,6 +106,8 @@
             assertEquals("didn't find one electron", 1, nelectron);
             assertEquals("didn't find one positron", 1, npositron);
 
+            //TODO fix this, as there may be more electrons in the generator final state list.
+            //TODO get the track hits, check their MC parentage, check their purity.
             MCParticle electronMC = null;
             MCParticle positronMC = null;
             List<MCParticle> mcps = event.getMCParticles();