CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/RecoVertex/KinematicFitPrimitives/interface/RefCountedKinematicVertex.h

Go to the documentation of this file.
00001 #ifndef RefCountedKinematicVertex_H
00002 #define RefCountedKinematicVertex_H
00003 
00004 #include "RecoVertex/KinematicFitPrimitives/interface/KinematicVertex.h"
00005 //#include "RecoVertex/KinematicFitPrimitives/interface/KinematicParticle.h"
00006 
00007 typedef ReferenceCountingPointer<KinematicVertex> RefCountedKinematicVertex;
00008 
00009 #endif