Commit in lcio on MAIN
config/lcio.properties+2-21.62 -> 1.63
doc/index.html+2-21.8 -> 1.9
   /lcio.xml+23-231.60 -> 1.61
   /versions.readme+71.60 -> 1.61
sio/CMakeLists.txt+2-21.9 -> 1.10
src/aid/EVENT/LCIO.aid+4-41.61 -> 1.62
src/cpp/include/lcio.h+2-21.29 -> 1.30
src/latex/manual/manual.tex+1-11.44 -> 1.45
+43-36
8 modified files
updated version to v01-09

lcio/config
lcio.properties 1.62 -> 1.63
diff -u -r1.62 -r1.63
--- lcio.properties	8 Nov 2007 00:12:11 -0000	1.62
+++ lcio.properties	8 Nov 2007 17:38:43 -0000	1.63
@@ -1,7 +1,7 @@
 # ANT property file for LCIO
 #
 # Author: Mark Donszelmann
-# Version: $Id: lcio.properties,v 1.62 2007/11/08 00:12:11 jeremy Exp $
+# Version: $Id: lcio.properties,v 1.63 2007/11/08 17:38:43 gaede Exp $
 #
 debug=true
 
@@ -11,7 +11,7 @@
 
 mainpackage=hep/lcio/event
 title=LCIO Linear Collider IO
-version=v01-08-05
+version=v01-09
 copyright=Copyright &\#169; 2002-2003 LCIO Team, All Rights Reserved.
 name=lcio-event
 packages=hep.lcio.event.*

lcio/doc
index.html 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- index.html	5 Nov 2007 15:02:19 -0000	1.8
+++ index.html	8 Nov 2007 17:38:43 -0000	1.9
@@ -4,7 +4,7 @@
 
 <body>
 <hr>
-<h1>Documentation for LCIO v01-08-05</h1>
+<h1>Documentation for LCIO v01-09</h1>
 
 
 <hr>
@@ -23,6 +23,6 @@
 
 <address></address>
 <!-- hhmts start -->
-Last modified: Mon Nov  5 14:21:17 2007
+Last modified: Thu Nov  8 16:31:53 2007
 <!-- hhmts end -->
 </body> </html>

lcio/doc
lcio.xml 1.60 -> 1.61
diff -u -r1.60 -r1.61
--- lcio.xml	21 Sep 2006 06:10:32 -0000	1.60
+++ lcio.xml	8 Nov 2007 17:38:43 -0000	1.61
@@ -13,7 +13,7 @@
 -->
 <sio>
   <record name="LCRunHeader">
-     <block name="RunHeader" major="1" minor="8">
+     <block name="RunHeader" major="1" minor="9">
         <data type="int" name="runNumber"></data>
         <data type="string" name="detectorName"></data>
         <data type="string" name="description"></data>
@@ -25,7 +25,7 @@
      </block>
   </record>  
   <record name="LCEventHeader">
-     <block name="EventHeader" major="1" minor="8">
+     <block name="EventHeader" major="1" minor="9">
         <data type="int" name="runNumber"></data>
         <data type="int" name="eventNumber"></data>
         <data type="long" name="timeStamp"></data>
@@ -39,7 +39,7 @@
      </block>
   </record>  
   <record name="LCEvent">
-      <block name="MCParticle" major="1" minor="8">
+      <block name="MCParticle" major="1" minor="9">
          <data type="int" name="flags"> not yet used, Bits 0-15 user/application dependent</data>
          <include subroutine="namedParameters"/>
 	 <data type="int" name="nMC"></data>
@@ -86,7 +86,7 @@
             </if>
          </repeat>
       </block>
-      <block name="SimTrackerHit" major="1" minor="8">
+      <block name="SimTrackerHit" major="1" minor="9">
          <data type="int" name="flags">Bit 31 Barrel = 0, Endcap = 1, Bit 30 momentum (not) stored: 1(0), Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -107,7 +107,7 @@
            </if>
          </repeat>
       </block>
-      <block name="SimCalorimeterHit" major="1" minor="8">
+      <block name="SimCalorimeterHit" major="1" minor="9">
          <data type="int" name="flags">Bit 31 long = 1, short = 0; Bit 30 Barrel = 0, Endcap = 1; 
               Bit 29 cellid1 = 1, no cellid1 = 0; Bit 28 PDG = 1, no PDG =0, Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
@@ -135,7 +135,7 @@
            </if>
          </repeat>
       </block>
-      <block name="LCFloatVec" major="1" minor="8">
+      <block name="LCFloatVec" major="1" minor="9">
          <data type="int" name="flags">not yet used, Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="nVectors"></data>
@@ -149,7 +149,7 @@
            </if>
          </repeat>
       </block>
-      <block name="LCIntVec" major="1" minor="8">
+      <block name="LCIntVec" major="1" minor="9">
          <data type="int" name="flags">not yet used, Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="nVectors"></data>
@@ -163,7 +163,7 @@
            </if>
          </repeat>
       </block>
-      <block name="LCStrVec" major="1" minor="8">
+      <block name="LCStrVec" major="1" minor="9">
          <data type="int" name="flags">not yet used, Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="nVectors"></data>
@@ -177,7 +177,7 @@
            </if>
          </repeat>
       </block>
-      <block name="RawCalorimeterHit" major="1" minor="8">
+      <block name="RawCalorimeterHit" major="1" minor="9">
          <data type="int" name="flags">Bit 31 long = 1, short = 0; Bit 30 Barrel = 0, Endcap = 1; 
               Bit 29 cellid1 = 1, no cellid1 = 0;Bit 28 = 1: don't store ptr tag;
 	      Bit 27 = 1: timeStamp stored; Bits 0-15 user/detector specific</data>
@@ -197,7 +197,7 @@
 	    </if>
          </repeat>
       </block>
-      <block name="CalorimeterHit" major="1" minor="8">
+      <block name="CalorimeterHit" major="1" minor="9">
          <data type="int" name="flags">Bit 31 long = 1, short = 0; Bit 30 Barrel = 0, Endcap = 1; 
               Bit 29 cellid1 = 1, no cellid1 = 0;
 	      Bit 27 = 1: timeStamp stored; Bits 0-15 user/detector specific</data>
@@ -228,7 +228,7 @@
             </if>
          </repeat>
       </block>
-      <block name="TrackerHit" major="1" minor="8">
+      <block name="TrackerHit" major="1" minor="9">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -252,7 +252,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TPCHit" major="1" minor="8">
+      <block name="TPCHit" major="1" minor="9">
          <data type="int" name="flags">Bit 31 no raw data = 0, raw data = 1, Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -278,7 +278,7 @@
             </if>
          </repeat>
       </block>
-      <block name="TrackerRawData" major="1" minor="8">
+      <block name="TrackerRawData" major="1" minor="9">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -296,7 +296,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TrackerData" major="1" minor="8">
+      <block name="TrackerData" major="1" minor="9">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -314,7 +314,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TrackerPulse" major="1" minor="8">
+      <block name="TrackerPulse" major="1" minor="9">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -330,7 +330,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="SiliconRawHit" major="1" minor="8">
+      <block name="SiliconRawHit" major="1" minor="9">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -342,7 +342,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-    <block name="Track" major="1" minor="8">
+    <block name="Track" major="1" minor="9">
       <data type="int" name="flag">Bit 31 Hits are kept =1, Hits are not kept = 0</data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nTrack"/>
@@ -378,7 +378,7 @@
       <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="Cluster" major="1" minor="8">
+    <block name="Cluster" major="1" minor="9">
       <data type="int" name="flag">Bit 31 Hits are kept =0, Hits are not kept = 1</data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nCluster"/>
@@ -432,7 +432,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="Vertex" major="1" minor="8">
+    <block name="Vertex" major="1" minor="9">
       <data type="int" name="flag"></data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nVertex"></data>
@@ -451,7 +451,7 @@
         <data type="ptag" name="this"></data>
     </repeat>
     </block>
-    <block name="ReconstructedParticle" major="1" minor="8">
+    <block name="ReconstructedParticle" major="1" minor="9">
       <data type="int" name="flag"></data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nObject"/>
@@ -527,7 +527,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="LCGenericObject" major="1" minor="8">
+    <block name="LCGenericObject" major="1" minor="9">
       <data type="int" name="flag"></data>
         <include subroutine="namedParameters"/>
         <if condition="(flag&amp;(1&lt;&lt;31)) !=0">
@@ -554,7 +554,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="LCRelation" major="1" minor="8">
+    <block name="LCRelation" major="1" minor="9">
        <data type="int" name="flag">Bit 31: 1[0] Weights are [not] stored</data>
        <include subroutine="namedParameters"/>
        <data type="int" name="nRelations"/>
@@ -567,7 +567,7 @@
        </repeat>
     </block>
       <!-- generic block description for subset collections that hold references to existing objects -->
-      <block name="References" major="1" minor="8">
+      <block name="References" major="1" minor="9">
          <data type="int" name="flags"></data>
          <include subroutine="namedParameters"/>
          <data type="int" name="nReferences"></data>

lcio/doc
versions.readme 1.60 -> 1.61
diff -u -r1.60 -r1.61
--- versions.readme	5 Nov 2007 15:02:19 -0000	1.60
+++ versions.readme	8 Nov 2007 17:38:43 -0000	1.61
@@ -3,6 +3,13 @@
 ---------------------------------------------------------------
 
 =====================
+v01-09
+=====================
+  no changes in file format and API
+   - made compatible with new stdhep files
+   - LCStdHepRdr now fills MCParticle::charge properly
+
+=====================
 v01-08-05
 =====================
   no changes in file format and API

lcio/sio
CMakeLists.txt 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- CMakeLists.txt	18 Oct 2007 09:45:16 -0000	1.9
+++ CMakeLists.txt	8 Nov 2007 17:38:43 -0000	1.10
@@ -9,8 +9,8 @@
 
 # project version
 SET( SIO_MAJOR_VERSION 1 )
-SET( SIO_MINOR_VERSION 8 )
-SET( SIO_PATCH_LEVEL 5 )
+SET( SIO_MINOR_VERSION 9 )
+SET( SIO_PATCH_LEVEL 0 )
 
 # library *nix style versioning
 SET( ${PROJECT_NAME}_SOVERSION

lcio/src/aid/EVENT
LCIO.aid 1.61 -> 1.62
diff -u -r1.61 -r1.62
--- LCIO.aid	18 Oct 2007 09:45:16 -0000	1.61
+++ LCIO.aid	8 Nov 2007 17:38:43 -0000	1.62
@@ -3,8 +3,8 @@
 @ifdef cpp
 @cpp{
 #define LCIO_MAJOR_VERSION 1
-#define LCIO_MINOR_VERSION 8
-#define LCIO_PATCH_LEVEL 5
+#define LCIO_MINOR_VERSION 9
+#define LCIO_PATCH_LEVEL 0
 
 #define LCIO_VERSION_GE( MAJV , MINV )  ( (  LCIO_MAJOR_VERSION  > MAJV ) || ( (LCIO_MAJOR_VERSION==MAJV) && ( LCIO_MINOR_VERSION >= MINV ) ) )
 
@@ -16,7 +16,7 @@
 /** Global constants used in LCIO.
  *
  * @author gaede
- * @version $Id: LCIO.aid,v 1.61 2007/10/18 09:45:16 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.62 2007/11/08 17:38:43 gaede Exp $
  * @see LCObject
  * @see LCIO
  */
@@ -115,7 +115,7 @@
 @else
     // current version number of lcio
   public static const int MAJORVERSION  = 1 ; 
-  public static const int MINORVERSION  = 8 ;
+  public static const int MINORVERSION  = 9 ;
 
 
   // bits in flag words

lcio/src/cpp/include
lcio.h 1.29 -> 1.30
diff -u -r1.29 -r1.30
--- lcio.h	5 Nov 2007 15:02:19 -0000	1.29
+++ lcio.h	8 Nov 2007 17:38:43 -0000	1.30
@@ -7,7 +7,7 @@
  * documentation with doxygen. 
  * 
  * @author gaede
- * @version $Id: lcio.h,v 1.29 2007/11/05 15:02:19 gaede Exp $ 
+ * @version $Id: lcio.h,v 1.30 2007/11/08 17:38:43 gaede Exp $ 
  * @see LCEvent
  */
 #include "EVENT/LCIO.h"
@@ -15,7 +15,7 @@
 #include "IMPL/LCIOExceptionHandler.h"
 
 
-/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-08-05) 
+/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-09) 
  * A persistency framework for linear collider simulation studies.
  * \section Overview
  * This is the API documentation for the C++ version of LCIO. For general documetation on 

lcio/src/latex/manual
manual.tex 1.44 -> 1.45
diff -u -r1.44 -r1.45
--- manual.tex	5 Nov 2007 15:02:19 -0000	1.44
+++ manual.tex	8 Nov 2007 17:38:43 -0000	1.45
@@ -50,7 +50,7 @@
 \pdfgraphics
 
 %\title{LCIO [v01-08] -  Users manual}
-\title{{\Huge\bf LCIO  -  Users manual} \\ v01-08-05}
+\title{{\Huge\bf LCIO  -  Users manual} \\ v01-09}
 
 %\author{F. Gaede \\  DESY IT}
 %\author{F. Gaede, H. Vogt \\  DESY IT, DESY Zeuthen}
CVSspam 0.2.8