src
SimG4Core
Watcher
interface
SimWatcherFactory.h
Go to the documentation of this file.
1
#ifndef SimG4Core_SimWatcherFactory_H
2
#define SimG4Core_SimWatcherFactory_H
3
4
#include "
SimG4Core/Watcher/interface/SimWatcher.h
"
5
#include "
SimG4Core/Watcher/interface/SimWatcherMaker.h
"
6
7
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
8
9
typedef
edmplugin::PluginFactory<SimWatcherMakerBase *()>
SimWatcherFactory
;
10
11
// This pattern was taken from the framework factory code
12
13
#define DEFINE_SIMWATCHER(type) DEFINE_EDM_PLUGIN(SimWatcherFactory, SimWatcherMaker<type>, #type)
14
15
#endif
SimWatcherFactory
edmplugin::PluginFactory< SimWatcherMakerBase *()> SimWatcherFactory
Definition:
SimWatcherFactory.h:9
edmplugin::PluginFactory
Definition:
PluginFactory.h:35
PluginFactory.h
SimWatcher.h
SimWatcherMaker.h
Generated for CMSSW Reference Manual by
1.8.14