![]() |
|
|||
File indexing completed on 2024-04-06 12:29:04
0001 #ifndef BSFitData_ 0002 #define BSFitData_ 0003 /** \class BSFitPVData 0004 * Simple structure to hold vertex position and covariance. 0005 * \author WA, 9/3/2010 0006 */ 0007 struct BSFitData { 0008 int bunchCrossing; // bunch crossing 0009 float xyz[3]; //< x, y, z position 0010 float xyzErr[3]; //< x, y, z error 0011 float xyzwidth[3]; //< xy, xz, yz correlations 0012 float xyzwidthErr[3]; 0013 float dxdz; 0014 float dydz; 0015 float dxdzErr; 0016 float dydzErr; 0017 0018 }; 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |