Print

Print


Commit in lcio/src/aid on MAIN
EVENT/LCFourVector.aid-301.1 removed
IO/LCReader.aid+2-21.14 -> 1.15
+2-32
1 removed + 1 modified, total 2 files
removed obsolete LCFourVector.aid

lcio/src/aid/EVENT
LCFourVector.aid removed after 1.1
diff -N LCFourVector.aid
--- LCFourVector.aid	25 Mar 2004 12:57:22 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
-package hep.lcio.event ;
-
-@cpp{
-#include "CLHEP/Vector/LorentzVector.h"
-}
-@cpp{
-typedef HepLorentzVector FourVector;
-}
-
-/** Four vector used in LCIO.
- * The cpp implementation is a CLHEP::HepLorentzVector
- * 
- * @author gaede 
- * @version Mar 11, 2004
- */
-public interface LCFourVector 
-@ifdef cpp
- extends FourVector
-@endif
-{
-
-    /** The LCObject this 4-vector has been created from.
-     */
-    public LCObject lcObj() ;
-
-@ifdef java
-    // java version of HepLorentzVector
-@endif
-}
-

lcio/src/aid/IO
LCReader.aid 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- LCReader.aid	10 Dec 2008 08:10:59 -0000	1.14
+++ LCReader.aid	22 Jun 2010 13:47:42 -0000	1.15
@@ -67,9 +67,9 @@
 
 
     /** Skips the next n events from the current position.
+     * @throws IOException
      */
-    public void skipNEvents(int n) ;
-    
+    public void skipNEvents(int n) throws IOException;
     /** Reads the specified event from file. 
      *  To be used with care: events have to be read in sequential 
      *  order (as LCIO has no direct access yet).  Returns NULL if
CVSspam 0.2.8