CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/RecoPixelVertexing/PixelVertexFinding/interface/PVCluster.h

Go to the documentation of this file.
00001 #ifndef PixelVertexFinding_PVCluster_h
00002 #define PixelVertexFinding_PVCluster_h
00003 
00013 #include "CommonTools/Clustering1D/interface/Cluster1D.h"
00014 #include "DataFormats/TrackReco/interface/Track.h"
00015 
00016 typedef Cluster1D<reco::Track> PVCluster;
00017 
00018 #endif