CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 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 Documentation

Definition at line 16 of file SensitiveDetectorPluginFactory.h.