CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CondFormats/RecoMuonObjects/interface/MuScleFitDBobject.h

Go to the documentation of this file.
00001 #ifndef MuScleFitDBobject_h
00002 #define MuScleFitDBobject_h
00003 
00004 #include <vector>
00005 
00006 struct MuScleFitDBobject
00007 {
00008   std::vector<int> identifiers;
00009   std::vector<double> parameters;
00010   std::vector<double> fitQuality;
00011 };
00012 
00013 #endif // MuScleFitDBobject