CMS 3D CMS Logo

ComponentBuilder.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_ComponentBuilder_H
00002 #define SimG4Core_ComponentBuilder_H
00003 
00004 #include <string>
00005 
00006 template <class C,class T> class ComponentBuilder
00007 {
00008 public:
00009     virtual C * constructComponent(T) = 0;
00010     virtual std::string myName() = 0;
00011 };
00012 
00013 #endif
00014 

Generated on Tue Jun 9 17:47:05 2009 for CMSSW by  doxygen 1.5.4