Print

Print


Commit in lcio/src/aid/EVENT on MAIN
LCRelation.aid+5-31.6 -> 1.7
added documentation about colection flag LCIO::LCREL_WEIGHTED

lcio/src/aid/EVENT
LCRelation.aid 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- LCRelation.aid	24 Mar 2006 13:25:52 -0000	1.6
+++ LCRelation.aid	14 Sep 2006 10:16:11 -0000	1.7
@@ -8,10 +8,12 @@
  * like any other LCObject. Use inplementations of LCRelationNavigator to 
  * navigate the relation efficiently.
  * the types of the objects is decoded in the collection paramters 'RelationFromType'
- * and 'RelationToType'
+ * and 'RelationToType'. In order to  store weights != 1. with the relation set the 
+ * collection flag bit LCIO::LCREL_WEIGHTED, this is done automatically in 
+ * UTIL::LCRelationNavigator if a weight != 1. exists.
  * 
  * @author gaede 
- * @version $Id: LCRelation.aid,v 1.6 2006/03/24 13:25:52 gaede Exp $
+ * @version $Id: LCRelation.aid,v 1.7 2006/09/14 10:16:11 gaede Exp $
  * @see LCRelationNavigator
  */
 
@@ -34,7 +36,7 @@
      */
     public LCObject* getTo() const;
 
-    /** The weight of the given relation. 
+    /** The weight of the given relation - only if collection flag bit LCIO::LCREL_WEIGHTED is set. 
      */
     public float getWeight( ) const;
 }
CVSspam 0.2.8