CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/RecoTracker/ConversionSeedGenerators/interface/Quad.h

Go to the documentation of this file.
00001 #ifndef Quad_H
00002 #define Quad_H
00003 
00004 struct Quad {
00005   double x;
00006   double y;
00007   double z;
00008   double ptPlus;
00009   double ptMinus;
00010   double cot;
00011 };
00012 
00013 #endif