CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDAlgorithmFactory.cc
Go to the documentation of this file.
1 //<<<<<< INCLUDES >>>>>>
2 
3 //#include "Utilities/Configuration/interface/Architecture.h"
5 
6 //<<<<<< PRIVATE DEFINES >>>>>>
7 //<<<<<< PRIVATE CONSTANTS >>>>>>
8 //<<<<<< PRIVATE TYPES >>>>>>
9 //<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>>
10 //<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>>
11 //<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>>
12 
13 // DDAlgorithmFactory DDAlgorithmFactory::s_instance;
14 
15 //<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>>
16 //<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>>
17 //<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>>
18 
19 // DDAlgorithmFactory::DDAlgorithmFactory (void)
20 // : seal::PluginFactory<DDAlgorithm *(void)> ("DDAlgorithm")
21 // {}
22 
23 // DDAlgorithmFactory *
24 // DDAlgorithmFactory::get (void)
25 // { return &s_instance; }
26 
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)