CMS 3D CMS Logo

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