Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RefCountedKinematicVertex_H
0002 #define RefCountedKinematicVertex_H
0003 
0004 #include "RecoVertex/KinematicFitPrimitives/interface/KinematicVertex.h"
0005 //#include "RecoVertex/KinematicFitPrimitives/interface/KinematicParticle.h"
0006 
0007 typedef ReferenceCountingPointer<KinematicVertex> RefCountedKinematicVertex;
0008 
0009 #endif