Print

Print


Commit in lcio/src on v01-07-vtx
aid/EVENT/ReconstructedParticle.aid+2-11.17.2.1 -> 1.17.2.2
cpp/include/IMPL/ReconstructedParticleImpl.h+11.11.2.2 -> 1.11.2.3
cpp/src/IMPL/ReconstructedParticleImpl.cc-11.9.6.2 -> 1.9.6.3
+3-2
3 modified files


lcio/src/aid/EVENT
ReconstructedParticle.aid 1.17.2.1 -> 1.17.2.2
diff -u -r1.17.2.1 -r1.17.2.2
--- ReconstructedParticle.aid	14 Aug 2006 16:10:00 -0000	1.17.2.1
+++ ReconstructedParticle.aid	24 Aug 2006 16:22:38 -0000	1.17.2.2
@@ -11,7 +11,7 @@
 /** The LCIO reconstructedParticle.
  * 
  * @author gaede
- * @version $Id: ReconstructedParticle.aid,v 1.17.2.1 2006/08/14 16:10:00 engels Exp $
+ * @version $Id: ReconstructedParticle.aid,v 1.17.2.2 2006/08/24 16:22:38 engels Exp $
  */
 
 public interface ReconstructedParticle extends LCObject {
@@ -141,6 +141,7 @@
       public Vertex * getStartVertex() const ;
 
       /** The vertex where the particle decays
+       *  This method actually returns the start vertex from the first daughter particle found
       */
       public Vertex * getEndVertex() const ;
 

lcio/src/cpp/include/IMPL
ReconstructedParticleImpl.h 1.11.2.2 -> 1.11.2.3
diff -u -r1.11.2.2 -r1.11.2.3
--- ReconstructedParticleImpl.h	24 Aug 2006 16:15:44 -0000	1.11.2.2
+++ ReconstructedParticleImpl.h	24 Aug 2006 16:22:41 -0000	1.11.2.3
@@ -100,6 +100,7 @@
     virtual EVENT::Vertex * getStartVertex() const ;
 
     /** The vertex where the particle decays
+     *  This method actually returns the start vertex from the first daughter particle found
     */
     virtual EVENT::Vertex * getEndVertex() const ;
 

lcio/src/cpp/src/IMPL
ReconstructedParticleImpl.cc 1.9.6.2 -> 1.9.6.3
diff -u -r1.9.6.2 -r1.9.6.3
--- ReconstructedParticleImpl.cc	24 Aug 2006 16:15:51 -0000	1.9.6.2
+++ ReconstructedParticleImpl.cc	24 Aug 2006 16:22:44 -0000	1.9.6.3
@@ -67,7 +67,6 @@
   
   EVENT::Vertex * ReconstructedParticleImpl::getStartVertex() const { return _sv  ; }
                                                                                                                                                              
-  //TODO: Choose this alternative method?!: return _particles[0]->getStartVertex()?!?
   //EVENT::Vertex * ReconstructedParticleImpl::getEndVertex() const { return _ev  ; }
 
   EVENT::Vertex * ReconstructedParticleImpl::getEndVertex() const {
CVSspam 0.2.8