Print

Print


Commit in lcsim/src/org/lcsim/recon/postrecon/leptonID/electron on MAIN
AddBremPhotonsToElectrons.java+2-11.1 -> 1.2
switched input collection to be PandoraPFOCollection

lcsim/src/org/lcsim/recon/postrecon/leptonID/electron
AddBremPhotonsToElectrons.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- AddBremPhotonsToElectrons.java	27 May 2009 15:52:17 -0000	1.1
+++ AddBremPhotonsToElectrons.java	17 Oct 2012 06:40:34 -0000	1.2
@@ -11,7 +11,7 @@
 import java.io.IOException;
 public class AddBremPhotonsToElectrons extends Driver
 {
-   String rpl = "ReconstructedParticles";
+   String rpl = "PandoraPFOCollection";
    String outrpn = "eehReconstructedParticles";
 //
 // Mass squared cut for associating photon with electron
@@ -38,6 +38,7 @@
       List<ReconstructedParticle> phl = new ArrayList<ReconstructedParticle>();
       List<ReconstructedParticle> nrp = new ArrayList<ReconstructedParticle>(event.get(ReconstructedParticle.class,rpl));
       List<ReconstructedParticle> rp = event.get(ReconstructedParticle.class,rpl);
+
 //
 // Find the reconstructed electrons and photons
 //
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1