#include "SimG4Core/SensitiveDetector/interface/SensitiveDetector.h"
#include "SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h"
#include "SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h"
#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include <string>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
Macros | |
#define | DEFINE_SENSITIVEDETECTOR(type) DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, SensitiveDetectorMaker<type>, #type) |
#define | DEFINE_SENSITIVEDETECTORBUILDER(type, name) DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, type, #name) |
Typedefs | |
typedef edmplugin::PluginFactory< SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)> | SensitiveDetectorPluginFactory |
#define DEFINE_SENSITIVEDETECTOR | ( | type | ) | DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, SensitiveDetectorMaker<type>, #type) |
Definition at line 18 of file SensitiveDetectorPluginFactory.h.
#define DEFINE_SENSITIVEDETECTORBUILDER | ( | type, | |
name | |||
) | DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, type, #name) |
Definition at line 21 of file SensitiveDetectorPluginFactory.h.
typedef edmplugin::PluginFactory<SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)> SensitiveDetectorPluginFactory |
Definition at line 16 of file SensitiveDetectorPluginFactory.h.