#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "EventFilter/L1TRawToDigi/interface/Block.h"
Go to the source code of this file.
Classes | |
class | l1t::Unpacker |
class | l1t::UnpackerFactory |
Namespaces | |
l1t | |
map containing the conditions | |
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 |
Functions | |
void | l1t::getBXRange (int nbx, int &first, int &last) |
#define DEFINE_L1T_UNPACKER | ( | type | ) | DEFINE_EDM_PLUGIN(l1t::UnpackerFactoryT,type,#type) |
Definition at line 31 of file Unpacker.h.