CMS 3D CMS Logo

Namespaces | Macros | Typedefs
SensitiveDetectorPluginFactory.h File Reference
#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
 

Macro Definition Documentation

◆ DEFINE_SENSITIVEDETECTOR

#define DEFINE_SENSITIVEDETECTOR (   type)    DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, SensitiveDetectorMaker<type>, #type)

Definition at line 18 of file SensitiveDetectorPluginFactory.h.

◆ DEFINE_SENSITIVEDETECTORBUILDER

#define DEFINE_SENSITIVEDETECTORBUILDER (   type,
  name 
)    DEFINE_EDM_PLUGIN(SensitiveDetectorPluginFactory, type, #name)

Definition at line 21 of file SensitiveDetectorPluginFactory.h.

Typedef Documentation

◆ SensitiveDetectorPluginFactory

Definition at line 16 of file SensitiveDetectorPluginFactory.h.