#include "FWCore/PluginManager/interface/PluginFactory.h"
#include "EventFilter/L1TRawToDigi/interface/Block.h"
#include "EventFilter/L1TRawToDigi/interface/PackerTokens.h"
Go to the source code of this file.
Classes | |
class | l1t::Packer |
class | l1t::PackerFactory |
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
l1t | |
map containing the conditions | |
Macros | |
#define | DEFINE_L1T_PACKER(type) DEFINE_EDM_PLUGIN(l1t::PackerFactoryT,type,#type) |
Typedefs | |
typedef Packer *( | l1t::pack_fct )() |
typedef edmplugin::PluginFactory < pack_fct > | l1t::PackerFactoryT |
typedef std::vector < std::shared_ptr< Packer > > | l1t::Packers |
#define DEFINE_L1T_PACKER | ( | type | ) | DEFINE_EDM_PLUGIN(l1t::PackerFactoryT,type,#type) |