Commit in lcio/src/aid/EVENT on MAIN
MCParticle.aid+3-21.24 -> 1.25
ReconstructedParticle.aid+2-21.15 -> 1.16
+5-4
2 modified files
updated documentation

lcio/src/aid/EVENT
MCParticle.aid 1.24 -> 1.25
diff -u -r1.24 -r1.25
--- MCParticle.aid	24 Mar 2006 13:25:52 -0000	1.24
+++ MCParticle.aid	25 Apr 2006 07:08:03 -0000	1.25
@@ -17,7 +17,7 @@
 /** The LCIO Monte Carlo particle. 
  * 
  * @author gaede
- * @version $Id: MCParticle.aid,v 1.24 2006/03/24 13:25:52 gaede Exp $
+ * @version $Id: MCParticle.aid,v 1.25 2006/04/25 07:08:03 gaede Exp $
  */
 public interface MCParticle extends LCObject {
     
@@ -175,7 +175,8 @@
     public const double3V getEndpoint() const;
 
 
-    /** Returns the particle momentum at the production vertex in [GeV] - only float used in files.
+    /** Returns the particle's 3-momentum at the production vertex in [GeV] 
+     *  - only float used in files.
      */
     public const double3V getMomentum() const;
 

lcio/src/aid/EVENT
ReconstructedParticle.aid 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- ReconstructedParticle.aid	24 Mar 2006 13:25:52 -0000	1.15
+++ ReconstructedParticle.aid	25 Apr 2006 07:08:03 -0000	1.16
@@ -10,7 +10,7 @@
 /** The LCIO reconstructedParticle.
  * 
  * @author gaede
- * @version $Id: ReconstructedParticle.aid,v 1.15 2006/03/24 13:25:52 gaede Exp $
+ * @version $Id: ReconstructedParticle.aid,v 1.16 2006/04/25 07:08:03 gaede Exp $
  */
 
 public interface ReconstructedParticle extends LCObject {
@@ -56,7 +56,7 @@
      */
     public boolean isCompound() const ;
 
-    /** The magnitude of the reconstructed particle's momentum - only float used in files,
+    /** The reconstructed particle's 3-momentum - only float used in files,
      */
     public const double3V getMomentum() const ;	
     
CVSspam 0.2.8