Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:13

0001 #ifndef RefCountedKinematicParticle_H
0002 #define RefCountedKinematicParticle_H
0003 
0004 #include "RecoVertex/KinematicFitPrimitives/interface/KinematicParticle.h"
0005 //#include "RecoVertex/KinematicFitPrimitives/interface/KinematicVertex.h"
0006 
0007 typedef ReferenceCountingPointer<KinematicParticle> RefCountedKinematicParticle;
0008 
0009 //template<class T, class V>
0010 //  bool operator==(const ReferenceCountingPointer<T> & rh, const
0011 //   ReferenceCountingPointer<V> & lh)
0012 //  { return rh.get() == lh.get();}
0013 
0014 #endif