CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BeamSpotFitPVData.h
Go to the documentation of this file.
1 #ifndef BeamSpotFitPVData_
2 #define BeamSpotFitPVData_
3 
8  float bunchCrossing; // bunch crossing
9  float position[3]; //< x, y, z position
10  float posError[3]; //< x, y, z error
11  float posCorr[3]; //< xy, xz, yz correlations
12 };
13 #endif