src
SimG4Core
SensitiveDetector
interface
SensitiveDetectorPluginFactory.h
Go to the documentation of this file.
1
#ifndef SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
2
#define SimG4Core_SensitiveDetector_SensitiveDetectorPluginFactory_H
3
4
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetector.h
"
5
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetectorMakerBase.h
"
6
#include "
SimG4Core/SensitiveDetector/interface/SensitiveDetectorMaker.h
"
7
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
8
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
9
10
#include <string>
11
12
namespace
edm
{
13
class
ParameterSet
;
14
}
15
typedef
edmplugin::PluginFactory<SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)>
16
SensitiveDetectorPluginFactory
;
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
ParameterSet
Definition:
Functions.h:16
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
PluginFactory.h
SensitiveDetector.h
edm
HLT enums.
Definition:
AlignableModifier.h:19
SensitiveDetectorPluginFactory
edmplugin::PluginFactory< SensitiveDetectorMakerBase *(edm::ParameterSet const &, edm::ConsumesCollector)> SensitiveDetectorPluginFactory
Definition:
SensitiveDetectorPluginFactory.h:16
SensitiveDetectorMaker.h
ConsumesCollector.h
SensitiveDetectorMakerBase.h
Generated for CMSSW Reference Manual by
1.8.14