CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/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