Commit in lcio/src on MAIN
aid/EVENT/Track.aid+4-21.14 -> 1.15
cpp/CMakeLists.txt+2-11.8 -> 1.9
cpp/include/IMPL/TrackImpl.h+4-31.14 -> 1.15
+10-6
3 modified files
updated track description with reference to LC-Note "Track Parameters in LCIO"

lcio/src/aid/EVENT
Track.aid 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- Track.aid	3 Aug 2006 16:53:35 -0000	1.14
+++ Track.aid	18 Sep 2007 09:47:09 -0000	1.15
@@ -7,10 +7,12 @@
 }
 @endif
 
-/** The LCIO track.
+/** The LCIO track class. The helix parameterization follows that of the L3 experiment at LEP.
+ *  A detailed description of the track parameters is given in the LC-Note LC-DET-2006-004 
+ *  "Track Parameters in LCIO" <a href="http://www-flc.desy.de/lcnotes/notes/LC-DET-2006-004.pdf">(pdf)</a>.
  * 
  * @author gaede
- * @version $Id: Track.aid,v 1.14 2006/08/03 16:53:35 gaede Exp $
+ * @version $Id: Track.aid,v 1.15 2007/09/18 09:47:09 gaede Exp $
  */
 
 public interface Track extends LCObject {

lcio/src/cpp
CMakeLists.txt 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- CMakeLists.txt	22 Jun 2007 12:20:59 -0000	1.8
+++ CMakeLists.txt	18 Sep 2007 09:47:10 -0000	1.9
@@ -171,7 +171,7 @@
   ADD_DEPENDENCIES( bin bin_${file} )
 #  MESSAGE( STATUS " in ADD_LCIO_BIN : " ${file} " " ./src/EXAMPLE/${file}.cc )
   SET_TARGET_PROPERTIES( bin_${file} PROPERTIES OUTPUT_NAME ${file} )
-  TARGET_LINK_LIBRARIES( bin_${file} lib_${PROJECT_NAME} )
+  TARGET_LINK_LIBRARIES( bin_${file} lib_${PROJECT_NAME} readline ncurses)
   INSTALL( TARGETS bin_${file} DESTINATION bin )
 ENDMACRO()
 #===================================================================
@@ -181,6 +181,7 @@
 ADD_LCIO_BIN( recjob ) 
 ADD_LCIO_BIN( dumpevent ) 
 ADD_LCIO_BIN( copyfix ) 
+ADD_LCIO_BIN( lsh ) 
 
 IF( BUILD_LCIO_TESTJOBS )
   ADD_LCIO_BIN( readcalibration ) 

lcio/src/cpp/include/IMPL
TrackImpl.h 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- TrackImpl.h	4 Aug 2006 16:52:46 -0000	1.14
+++ TrackImpl.h	18 Sep 2007 09:47:10 -0000	1.15
@@ -16,12 +16,13 @@
 
 namespace IMPL {
 
-
-/** Implementation of Track.
+/** Implementation of the LCIO track class. The helix parameterization follows that of the L3 experiment at LEP.
+ *  A detailed description of the track parameters is given in the LC-Note LC-DET-2006-004 
+ *  "Track Parameters in LCIO" <a href="http://www-flc.desy.de/lcnotes/notes/LC-DET-2006-004.pdf">(pdf)</a>.
  *
  * @see Track
  * @author gaede
- * @version $Id: TrackImpl.h,v 1.14 2006/08/04 16:52:46 gaede Exp $
+ * @version $Id: TrackImpl.h,v 1.15 2007/09/18 09:47:10 gaede Exp $
  */
 
   class TrackImpl : public EVENT::Track, public AccessChecked {
CVSspam 0.2.8