#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "EventFilter/L1TRawToDigi/interface/Unpacker.h"
Go to the source code of this file.
Classes | |
class | l1t::UnpackerFactory |
Namespaces | |
l1t | |
delete x; | |
Macros | |
#define | DEFINE_L1T_UNPACKER(type) DEFINE_EDM_PLUGIN(l1t::UnpackerFactoryT, type, #type) |
Typedefs | |
typedef Unpacker *() | l1t::unpack_fct() |
typedef edmplugin::PluginFactory< unpack_fct > | l1t::UnpackerFactoryT |
#define DEFINE_L1T_UNPACKER | ( | type | ) | DEFINE_EDM_PLUGIN(l1t::UnpackerFactoryT, type, #type) |
Definition at line 23 of file UnpackerFactory.h.