Commit in lcio/src on MAIN
aid/EVENT/LCIO.aid+3-11.51 -> 1.52
cpp/src/IMPL/LCIO.cc+11.20 -> 1.21
+4-1
2 modified files
JM: Adding missing ParticleID type strings

lcio/src/aid/EVENT
LCIO.aid 1.51 -> 1.52
diff -u -r1.51 -r1.52
--- LCIO.aid	10 Mar 2006 16:23:14 -0000	1.51
+++ LCIO.aid	24 Mar 2006 05:03:12 -0000	1.52
@@ -16,7 +16,7 @@
 /** Global constants used in LCIO.
  * 
  * @author gaede 
- * @version $Id: LCIO.aid,v 1.51 2006/03/10 16:23:14 gaede Exp $
+ * @version $Id: LCIO.aid,v 1.52 2006/03/24 05:03:12 jeremy Exp $
  * @see LCObject
  * @see LCIO
  */
@@ -106,6 +106,7 @@
     static const char* RECONSTRUCTEDPARTICLE ; 
     static const char* LCRELATION ; 
     static const char* LCGENERICOBJECT ; 
+    static const char* PARTICLEID;
 
     // reserved names, e.g. name of event/collections paramaters
     
@@ -186,6 +187,7 @@
   public static const String RECONSTRUCTEDPARTICLE = "ReconstructedParticle"; 
   public static const String LCRELATION = "LCRelation" ; 
   public static const String LCGENERICOBJECT = "LCGenericObject"; 
+  public static const String LCGENERICOBJECT = "ParticleID"; 
 
   // reserved names, e.g. name of event/collections paramaters
     

lcio/src/cpp/src/IMPL
LCIO.cc 1.20 -> 1.21
diff -u -r1.20 -r1.21
--- LCIO.cc	10 Mar 2006 16:23:19 -0000	1.20
+++ LCIO.cc	24 Mar 2006 05:03:13 -0000	1.21
@@ -25,6 +25,7 @@
 const char* LCIO::RECONSTRUCTEDPARTICLE = "ReconstructedParticle" ; 
 const char* LCIO::LCRELATION = "LCRelation" ; 
 const char* LCIO::LCGENERICOBJECT = "LCGenericObject" ; 
+const char* LCIO::PARTICLEID = "ParticleID" ; 
 
 const char* LCIO::CellIDEncoding = "CellIDEncoding" ; 
 }
CVSspam 0.2.8