CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoPixelVertexing/PixelLowPtUtilities/interface/ClusterData.h

Go to the documentation of this file.
00001 #ifndef _ClusterData_h_
00002 #define _ClusterData_h_
00003 
00004 #include <utility>
00005 #include <vector>
00006 
00007 class ClusterData
00008 {
00009  public:
00010    bool isStraight,isComplete, hasBigPixelsOnlyInside; 
00011    std::vector<std::pair<int,int> > size;
00012 };
00013 
00014 #endif