|
||||
File indexing completed on 2024-04-06 12:05:23
0001 #ifndef DD_CORE_PLUGIN_DD_ALGORITHM_FACTORY_H 0002 #define DD_CORE_PLUGIN_DD_ALGORITHM_FACTORY_H 0003 0004 #include "DetectorDescription/Core/interface/DDAlgorithm.h" 0005 #include "FWCore/PluginManager/interface/PluginFactory.h" 0006 0007 class DDAlgorithm; 0008 0009 using DDAlgorithmFactory = edmplugin::PluginFactory<DDAlgorithm *(void)>; 0010 0011 #endif // DD_ALGO_PLUGIN_DD_ALGORITHM_FACTORY_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |