Commit in lcio/src/cpp/include on MAIN
IMPL/MCParticleImpl.h+3-31.23 -> 1.24
    /SimCalorimeterHitImpl.h+2-21.17 -> 1.18
UTIL/PIDHandler.h+2-21.1 -> 1.2
+7-7
3 modified files
added namespaces to types in arguments and typedefs

lcio/src/cpp/include/IMPL
MCParticleImpl.h 1.23 -> 1.24
diff -u -r1.23 -r1.24
--- MCParticleImpl.h	4 Aug 2006 16:52:46 -0000	1.23
+++ MCParticleImpl.h	21 Jan 2010 16:28:25 -0000	1.24
@@ -19,7 +19,7 @@
   /** Implementation of MCParticle.
    * 
    * @author gaede
-   * @version $Id: MCParticleImpl.h,v 1.23 2006/08/04 16:52:46 gaede Exp $
+   * @version $Id: MCParticleImpl.h,v 1.24 2010/01/21 16:28:25 gaede Exp $
    */
   class MCParticleImpl : public EVENT::MCParticle, public AccessChecked {
     
@@ -59,7 +59,7 @@
 
     /** Returns the i-th parent of this particle.
      */
-    virtual MCParticle * getParent(int i) const ;
+    virtual EVENT::MCParticle * getParent(int i) const ;
 
 
     /** Returns the endpoint of the particle in [mm] - returns NULL if
@@ -131,7 +131,7 @@
 
     /** Returns the production vertex of the particle.
      */
-    virtual const double * getVertex() const ;
+    virtual const double* getVertex() const ;
 
     /** The creation time of the particle in [ns] wrt. the event,
      *  e.g. for preassigned decays or decays in flight from 

lcio/src/cpp/include/IMPL
SimCalorimeterHitImpl.h 1.17 -> 1.18
diff -u -r1.17 -r1.18
--- SimCalorimeterHitImpl.h	26 Apr 2007 16:39:53 -0000	1.17
+++ SimCalorimeterHitImpl.h	21 Jan 2010 16:28:25 -0000	1.18
@@ -17,7 +17,7 @@
     int   PDG ;
   }  MCParticleCont  ;
   
-  typedef std::vector< MCParticleCont* > MCParticleContVec ;
+  typedef std::vector< IMPL::MCParticleCont* > MCParticleContVec ;
   
 /** Implementation of the generic SimCalorimeterHit.
  * 
@@ -36,7 +36,7 @@
 
     /** Copy constructor - shallow copy. 
      */
-    SimCalorimeterHitImpl(const SimCalorimeterHit& hit) ;
+    SimCalorimeterHitImpl(const EVENT::SimCalorimeterHit& hit) ;
 
     /// Destructor.
     virtual ~SimCalorimeterHitImpl() ;

lcio/src/cpp/include/UTIL
PIDHandler.h 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- PIDHandler.h	30 May 2008 13:27:08 -0000	1.1
+++ PIDHandler.h	21 Jan 2010 16:28:25 -0000	1.2
@@ -31,7 +31,7 @@
    *  @see ReconstructedParticle
    *  @see ParticleID
    *  @author F.Gaede, DESY
-   *  @version $Id: PIDHandler.h,v 1.1 2008/05/30 13:27:08 gaede Exp $
+   *  @version $Id: PIDHandler.h,v 1.2 2010/01/21 16:28:25 gaede Exp $
    */
   class PIDHandler {
 
@@ -83,7 +83,7 @@
     /** Set the particleID algorithm that is used for this particle's  kinematic variables 
      * - throws UnknownAlgorithm.
      */
-    void setParticleIDUsed( ReconstructedParticleImpl* particle , int algorithmID  ) ;
+    void setParticleIDUsed( IMPL::ReconstructedParticleImpl* particle , int algorithmID  ) ;
 
 
     /** The names of parameters for the algorithm with algorithmID - throws UnknownAlgoritm.
CVSspam 0.2.8