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