Print

Print


Commit in slicPandora/src on MAIN
PfoProcessor.cpp+2-21.4 -> 1.5


slicPandora/src
PfoProcessor.cpp 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- PfoProcessor.cpp	10 Mar 2010 20:16:14 -0000	1.4
+++ PfoProcessor.cpp	10 Mar 2010 20:17:54 -0000	1.5
@@ -1,4 +1,4 @@
-// $Id: PfoProcessor.cpp,v 1.4 2010/03/10 20:16:14 jeremy Exp $
+// $Id: PfoProcessor.cpp,v 1.5 2010/03/10 20:17:54 jeremy Exp $
 #include "PfoProcessor.h"
 
 // lcio
@@ -102,7 +102,7 @@
         pReconstructedParticle->setMomentum(momentum);
         pReconstructedParticle->setEnergy((*itPFO)->GetEnergy());
         pReconstructedParticle->setMass((*itPFO)->GetMass());
-        //pReconstructedParticle->setCharge((*itPFO)->GetChargeSign());
+        pReconstructedParticle->setCharge((*itPFO)->GetCharge());
         pReconstructedParticle->setType((*itPFO)->GetParticleId());
 
         pReconstructedParticleCollection->addElement(pReconstructedParticle);
CVSspam 0.2.8