CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LooperFactory.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Framework
4 // Class : LooperFactory
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Author: Chris Jones
10 // Created: Wed May 25 19:27:37 EDT 2005
11 // $Id: LooperFactory.cc,v 1.2 2007/04/13 10:39:42 wmtan Exp $
12 //
13 
14 // system include files
15 
16 // user include files
18 
19 //
20 // static member functions
21 //
22 namespace edm {
23  namespace eventsetup {
24  std::string LooperMakerTraits::name() { return "CMS EDM Framework EDLooper"; }
25 
26  }
27 }
28 
#define COMPONENTFACTORY_GET(_type_)