CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/RecoVertex/BeamSpotProducer/scripts/root/BxAnalysis/BSFitData.h

Go to the documentation of this file.
00001 #ifndef BSFitData_
00002 #define BSFitData_
00003 
00007 struct BSFitData {
00008   int bunchCrossing;    // bunch crossing
00009   float xyz[3];           //< x, y, z position
00010   float xyzErr[3];        //< x, y, z error
00011   float xyzwidth[3];      //< xy, xz, yz correlations
00012   float xyzwidthErr[3]; 
00013   float dxdz;
00014   float dydz;
00015   float dxdzErr;
00016   float dydzErr;
00017 
00018 };
00019 #endif