CMS 3D CMS Logo

ParameterMap.h

Go to the documentation of this file.
00001 #ifndef PhysicsTools_Utilities_ParameterMap_h
00002 #define PhysicsTools_Utilities_ParameterMap_h
00003 #include <map>
00004 #include <string>
00005 
00006 namespace fit {
00007   struct parameter_t {
00008     double val, min, max, err;
00009     bool fixed;
00010   };
00011   
00012   typedef std::map<std::string, parameter_t> parameterMap_t;
00013   typedef std::vector<std::pair<std::string, parameter_t> > parameterVector_t;
00014 }
00015 
00016 #endif

Generated on Tue Jun 9 17:42:43 2009 for CMSSW by  doxygen 1.5.4