Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RefCountedKinematicTree_H
0002 #define RefCountedKinematicTree_H
0003 
0004 #include "RecoVertex/KinematicFitPrimitives/interface/KinematicTree.h"
0005 
0006 typedef ReferenceCountingPointer<KinematicTree> RefCountedKinematicTree;
0007 
0008 #endif