CMS 3D CMS Logo

Makers.h

Go to the documentation of this file.
00001 #ifndef ParameterSet_Makers_h
00002 #define ParameterSet_Makers_h
00003 
00004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00005 #include "boost/shared_ptr.hpp"
00006 
00007 #include <string>
00008 
00009 namespace edm {
00010    namespace pset {
00011       boost::shared_ptr<edm::ParameterSet> 
00012       makePSet(const std::string & s);
00013 
00014       boost::shared_ptr<edm::ParameterSet>
00015       makeDefaultPSet(const edm::FileInPath & fip);
00016 
00017    }
00018 }
00019 #endif

Generated on Tue Jun 9 17:36:23 2009 for CMSSW by  doxygen 1.5.4