CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FWCore/Framework/src/SourceFactory.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     Framework
00004 // Class  :     SourceFactory
00005 // 
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Author:      Chris Jones
00010 // Created:     Wed May 25 19:27:37 EDT 2005
00011 // $Id: SourceFactory.cc,v 1.6 2007/06/29 03:43:22 wmtan Exp $
00012 //
00013 
00014 // system include files
00015 
00016 // user include files
00017 #include "FWCore/Framework/interface/SourceFactory.h"
00018 
00019 //
00020 // static member functions
00021 //
00022 namespace edm {
00023    namespace eventsetup {
00024       std::string SourceMakerTraits::name() { return "CMS EDM Framework ESSource"; }
00025       
00026    }
00027 }
00028 
00029 COMPONENTFACTORY_GET(edm::eventsetup::SourceMakerTraits);