![]() |
|
|||
File indexing completed on 2024-04-06 12:02:29
0001 #ifndef MuScleFitDBobject_h 0002 #define MuScleFitDBobject_h 0003 0004 #include "CondFormats/Serialization/interface/Serializable.h" 0005 0006 #include <vector> 0007 0008 struct MuScleFitDBobject { 0009 std::vector<int> identifiers; 0010 std::vector<double> parameters; 0011 std::vector<double> fitQuality; 0012 0013 COND_SERIALIZABLE; 0014 }; 0015 0016 #endif // MuScleFitDBobject
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |