Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef DD_CORE_PLUGIN_DD_ALGORITHM_FACTORY_H
#define DD_CORE_PLUGIN_DD_ALGORITHM_FACTORY_H

#include "DetectorDescription/Core/interface/DDAlgorithm.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"

class DDAlgorithm;

using DDAlgorithmFactory = edmplugin::PluginFactory<DDAlgorithm *(void)>;

#endif  // DD_ALGO_PLUGIN_DD_ALGORITHM_FACTORY_H