Print

Print


Commit in lcio on MAIN
CMakeLists.txt+1-11.52 -> 1.53
config/lcio.properties+3-31.69 -> 1.70
doc/index.html+1-11.13 -> 1.14
   /lcio.xml+23-231.65 -> 1.66
   /versions.readme+61.74 -> 1.75
sio/CMakeLists.txt+1-11.21 -> 1.22
src/aid/EVENT/LCIO.aid+3-31.68 -> 1.69
src/cpp/include/lcio.h+2-21.34 -> 1.35
src/latex/manual/manual.tex+7-71.48 -> 1.49
+47-41
9 modified files
upgraded lcio version number to v01-12

lcio
CMakeLists.txt 1.52 -> 1.53
diff -u -r1.52 -r1.53
--- CMakeLists.txt	27 Oct 2009 16:01:16 -0000	1.52
+++ CMakeLists.txt	18 Nov 2009 11:09:56 -0000	1.53
@@ -20,7 +20,7 @@
 
 # project version
 SET( LCIO_MAJOR_VERSION 1 )
-SET( LCIO_MINOR_VERSION 11 )
+SET( LCIO_MINOR_VERSION 12 )
 SET( LCIO_PATCH_LEVEL 0 )
 
 # project options

lcio/config
lcio.properties 1.69 -> 1.70
diff -u -r1.69 -r1.70
--- lcio.properties	22 May 2009 20:18:59 -0000	1.69
+++ lcio.properties	18 Nov 2009 11:09:57 -0000	1.70
@@ -1,7 +1,7 @@
 # ANT property file for LCIO
 #
 # Author: Mark Donszelmann
-# Version: $Id: lcio.properties,v 1.69 2009/05/22 20:18:59 cassell Exp $
+# Version: $Id: lcio.properties,v 1.70 2009/11/18 11:09:57 engels Exp $
 #
 debug=true
 
@@ -11,7 +11,7 @@
 
 mainpackage=hep/lcio/event
 title=LCIO Linear Collider IO
-version=v01-11
+version=v01-12
 copyright=Copyright &\#169; 2002-2003 LCIO Team, All Rights Reserved.
 name=lcio-event
 packages=hep.lcio.event.*
@@ -137,7 +137,7 @@
 #
 # General definitions for project wide targets
 #
-dist.version=v01-11
+dist.version=v01-12
 dist.dst=release
 dist.doc.dst=release
 dist.dir=dist

lcio/doc
index.html 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- index.html	13 Dec 2008 13:13:50 -0000	1.13
+++ index.html	18 Nov 2009 11:09:57 -0000	1.14
@@ -4,7 +4,7 @@
 
 <body>
 <hr>
-<h1>Documentation for LCIO v01-11</h1>
+<h1>Documentation for LCIO v01-12</h1>
 
 
 <hr>

lcio/doc
lcio.xml 1.65 -> 1.66
diff -u -r1.65 -r1.66
--- lcio.xml	22 Jul 2009 16:03:35 -0000	1.65
+++ lcio.xml	18 Nov 2009 11:09:57 -0000	1.66
@@ -13,7 +13,7 @@
 -->
 <sio>
   <record name="LCRunHeader">
-     <block name="RunHeader" major="1" minor="11">
+     <block name="RunHeader" major="1" minor="12">
         <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="11">
+     <block name="EventHeader" major="1" minor="12">
         <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="11">
+      <block name="MCParticle" major="1" minor="12">
          <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="11">
+      <block name="SimTrackerHit" major="1" minor="12">
          <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="11">
+      <block name="SimCalorimeterHit" major="1" minor="12">
          <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="11">
+      <block name="LCFloatVec" major="1" minor="12">
          <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="11">
+      <block name="LCIntVec" major="1" minor="12">
          <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="11">
+      <block name="LCStrVec" major="1" minor="12">
          <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="11">
+      <block name="RawCalorimeterHit" major="1" minor="12">
          <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="11">
+      <block name="CalorimeterHit" major="1" minor="12">
          <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; Bit 26 = 1: energy error stored;
@@ -232,7 +232,7 @@
             </if>
          </repeat>
       </block>
-      <block name="TrackerHit" major="1" minor="11">
+      <block name="TrackerHit" major="1" minor="12">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -257,7 +257,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TPCHit" major="1" minor="11">
+      <block name="TPCHit" major="1" minor="12">
          <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>
@@ -283,7 +283,7 @@
             </if>
          </repeat>
       </block>
-      <block name="TrackerRawData" major="1" minor="11">
+      <block name="TrackerRawData" major="1" minor="12">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -301,7 +301,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TrackerData" major="1" minor="11">
+      <block name="TrackerData" major="1" minor="12">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -319,7 +319,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="TrackerPulse" major="1" minor="11">
+      <block name="TrackerPulse" major="1" minor="12">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -335,7 +335,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-      <block name="SiliconRawHit" major="1" minor="11">
+      <block name="SiliconRawHit" major="1" minor="12">
          <data type="int" name="flags">Bits 0-15 user/detector specific</data>
          <include subroutine="namedParameters"/>
          <data type="int" name="n"></data>
@@ -347,7 +347,7 @@
             <data type="ptag" name="this"></data>
          </repeat>
       </block>
-    <block name="Track" major="1" minor="11">
+    <block name="Track" major="1" minor="12">
       <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"/>
@@ -383,7 +383,7 @@
       <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="Cluster" major="1" minor="11">
+    <block name="Cluster" major="1" minor="12">
       <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"/>
@@ -437,7 +437,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="Vertex" major="1" minor="11">
+    <block name="Vertex" major="1" minor="12">
       <data type="int" name="flag"></data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nVertex"></data>
@@ -456,7 +456,7 @@
         <data type="ptag" name="this"></data>
     </repeat>
     </block>
-    <block name="ReconstructedParticle" major="1" minor="11">
+    <block name="ReconstructedParticle" major="1" minor="12">
       <data type="int" name="flag"></data>
       <include subroutine="namedParameters"/>
       <data type="int" name="nObject"/>
@@ -532,7 +532,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="LCGenericObject" major="1" minor="11">
+    <block name="LCGenericObject" major="1" minor="12">
       <data type="int" name="flag"></data>
         <include subroutine="namedParameters"/>
         <if condition="(flag&amp;(1&lt;&lt;31)) !=0">
@@ -559,7 +559,7 @@
         <data type="ptag" name="this"></data>
       </repeat>
     </block>
-    <block name="LCRelation" major="1" minor="11">
+    <block name="LCRelation" major="1" minor="12">
        <data type="int" name="flag">Bit 31: 1[0] Weights are [not] stored</data>
        <include subroutine="namedParameters"/>
        <data type="int" name="nRelations"/>
@@ -572,7 +572,7 @@
        </repeat>
     </block>
       <!-- generic block description for subset collections that hold references to existing objects -->
-      <block name="References" major="1" minor="11">
+      <block name="References" major="1" minor="12">
          <data type="int" name="flags"></data>
          <include subroutine="namedParameters"/>
          <data type="int" name="nReferences"></data>

lcio/doc
versions.readme 1.74 -> 1.75
diff -u -r1.74 -r1.75
--- versions.readme	13 Dec 2008 13:13:50 -0000	1.74
+++ versions.readme	18 Nov 2009 11:09:57 -0000	1.75
@@ -3,6 +3,12 @@
 ---------------------------------------------------------------
 
 =====================
+ v01-12
+=====================
+  - added quality bit field for TrackerHit (http://bugs.freehep.org/browse/LCIO-63)
+  - added support for optional linkage against libdcap (dCache I/O)
+
+=====================
  v01-11
 =====================
   - made direct (random) access mode in C++ optional:

lcio/sio
CMakeLists.txt 1.21 -> 1.22
diff -u -r1.21 -r1.22
--- CMakeLists.txt	27 Oct 2009 16:01:17 -0000	1.21
+++ CMakeLists.txt	18 Nov 2009 11:09:57 -0000	1.22
@@ -9,7 +9,7 @@
 
 # project version
 SET( SIO_MAJOR_VERSION 1 )
-SET( SIO_MINOR_VERSION 11 )
+SET( SIO_MINOR_VERSION 12 )
 SET( SIO_PATCH_LEVEL 0 )
 
 # library *nix style versioning

lcio/src/aid/EVENT
LCIO.aid 1.68 -> 1.69
diff -u -r1.68 -r1.69
--- LCIO.aid	13 Dec 2008 13:13:50 -0000	1.68
+++ LCIO.aid	18 Nov 2009 11:09:57 -0000	1.69
@@ -3,7 +3,7 @@
 @ifdef cpp
 @cpp{
 #define LCIO_MAJOR_VERSION 1
-#define LCIO_MINOR_VERSION 11
+#define LCIO_MINOR_VERSION 12
 #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.68 2008/12/13 13:13:50 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.69 2009/11/18 11:09:57 engels Exp $
  * @see LCObject
  * @see LCIO
  */
@@ -116,7 +116,7 @@
 @else
     // current version number of lcio
   public static const int MAJORVERSION  = 1 ; 
-  public static const int MINORVERSION  = 11 ;
+  public static const int MINORVERSION  = 12 ;
 
 
   // bits in flag words

lcio/src/cpp/include
lcio.h 1.34 -> 1.35
diff -u -r1.34 -r1.35
--- lcio.h	13 Dec 2008 13:13:50 -0000	1.34
+++ lcio.h	18 Nov 2009 11:09:57 -0000	1.35
@@ -7,7 +7,7 @@
  * documentation with doxygen. 
  * 
  * @author gaede
- * @version $Id: lcio.h,v 1.34 2008/12/13 13:13:50 gaede Exp $ 
+ * @version $Id: lcio.h,v 1.35 2009/11/18 11:09:57 engels 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-11) 
+/** \mainpage <a href="http://lcio.desy.de">LCIO</a> (v01-12) 
  * 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.48 -> 1.49
diff -u -r1.48 -r1.49
--- manual.tex	13 Dec 2008 13:13:50 -0000	1.48
+++ manual.tex	18 Nov 2009 11:09:57 -0000	1.49
@@ -49,8 +49,8 @@
 \begin{document}
 \pdfgraphics
 
-%\title{LCIO [v01-11] -  Users manual}
-\title{{\Huge\bf LCIO  -  Users manual} \\ v01-11}
+%\title{LCIO [v01-12] -  Users manual}
+\title{{\Huge\bf LCIO  -  Users manual} \\ v01-12}
 
 %\author{F. Gaede \\  DESY IT}
 %\author{F. Gaede, H. Vogt \\  DESY IT, DESY Zeuthen}
@@ -101,7 +101,7 @@
 \begin{verbatim}
   mkdir lcio 
   cd lcio
-  cvs co -d v01-11 -r v01-11 lcio
+  cvs co -d v01-12 -r v01-12 lcio
 \end{verbatim}
 
 \subsection{Requirements}
@@ -157,7 +157,7 @@
 \begin{itemize}
 \item{ {\bf Linux (and bash):} 
 \begin{verbatim} 
-  export LCIO=/lcio/v01-11                <-- modify as appropriate
+  export LCIO=/lcio/v01-12                <-- modify as appropriate
   export PATH=$LCIO/tools:$LCIO/bin:$PATH
 
   export JDK_HOME=/usr/lib/j2sdk             <-- modify as appropriate
@@ -179,7 +179,7 @@
 }
 \item{ {\bf Windows/Cygwin - Cygwin shell (bash):} 
 \begin{verbatim}
-  export LCIO=/cygdrive/c/lcio/devel/v01-11   <-- modify as appropriate
+  export LCIO=/cygdrive/c/lcio/devel/v01-12   <-- modify as appropriate
   export PATH=$LCIO/tools:$LCIO/bin:$PATH
   export JDK_HOME=/cygdrive/c/j2sdk1.4.1_01      <-- modify as appropriate
 \end{verbatim} %$
@@ -200,13 +200,13 @@
 
 %A few variables have to be set, e.g. on windows:
 %\begin{verbatim}
-%  set LCIO=c:\tony\projects\v00-07\lcio      <-- modify as appropriate
+%  set LCIO=c:\tony\projects\v01-12\lcio      <-- modify as appropriate
 %  set JDK_HOME=c:\java\j2sdk1.4.1            <-- modify as appropriate
 %  set PATH=%LCIO%\tools;%PATH%
 %\end{verbatim}
 %or using {\it bash}:
 %\begin{verbatim}
-%  cd v01-11
+%  cd v01-12
 %  export LCIO=$PWD
 %  export JDK_HOME=/usr/lib/j2sdk          <-- modify as appropriate
 %  export PATH=$LCIO/tools:$PATH
CVSspam 0.2.8