CMS 3D CMS Logo

SensitiveDetectorPluginFactory.h
Go to the documentation of this file.
1 #ifndef SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
2 #define SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
3 
9 
10 #include <string>
11 
12 namespace edm {
13  class ParameterSet;
14 }
17 
18 #define DEFINE_SENSITIVEDETECTOR(type) \
19  DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, SensitiveDetectorMaker<type>, #type)
20 
21 #define DEFINE_SENSITIVEDETECTORBUILDER(type, name) DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, type, #name)
22 
23 #endif
HLT enums.
edmplugin::PluginFactory< SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)> SensitiveDetectorPluginFactory