Commit in lcio/src/python on MAIN
lcio_swig.i+6-31.2 -> 1.3


lcio/src/python
lcio_swig.i 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- lcio_swig.i	27 Feb 2006 17:59:09 -0000	1.2
+++ lcio_swig.i	15 Mar 2006 00:32:57 -0000	1.3
@@ -1,4 +1,4 @@
-// $Id: lcio_swig.i,v 1.2 2006/02/27 17:59:09 jeremy Exp $
+// $Id: lcio_swig.i,v 1.3 2006/03/15 00:32:57 jeremy Exp $
 
 /*
  * SWIG interface file to make Python wrappers for LCIO.
@@ -586,8 +586,8 @@
 %template(SimTrackerHitCollection) LCCollectionWrapper<EVENT::SimTrackerHit*>;
 typedef LCCollectionWrapper<EVENT::SimTrackerHit*> SimTrackerHitCollection;
 
-%template(LCGenericObjectCollection) LCCollectionWrapper<EVENT::LCGenericObject*>;
-typedef LCCollectionWrapper<EVENT::LCGenericObject*> LCGenericObjectCollection;
+%template(RawCalorimeterHitCollection) LCCollectionWrapper<EVENT::RawCalorimeterHit*>;
+typedef LCCollectionWrapper<RawCalorimeterHit*> RawCalorimeterHitCollection;
 
 %template(TPCHitCollection) LCCollectionWrapper<EVENT::TPCHit*>;
 typedef LCCollectionWrapper<TPCHit*> TPCHitCollection;
@@ -610,6 +610,9 @@
 %template(LCRelationCollection) LCCollectionWrapper<EVENT::LCRelation*>;
 typedef LCCollectionWrapper<LCRelation*> LCRelationCollection;
 
+%template(LCGenericObjectCollection) LCCollectionWrapper<EVENT::LCGenericObject*>;
+typedef LCCollectionWrapper<EVENT::LCGenericObject*> LCGenericObjectCollection;
+
 /* Add functions to LCEvent for returning typed collections. */
 %extend(python) EVENT::LCEvent {
 
CVSspam 0.2.8