#include <map>
#include "EventFilter/L1TRawToDigi/interface/Packer.h"
#include "EventFilter/L1TRawToDigi/interface/PackerTokens.h"
#include "EventFilter/L1TRawToDigi/interface/Unpacker.h"
#include "EventFilter/L1TRawToDigi/interface/UnpackerCollections.h"
Go to the source code of this file.
Classes | |
class | l1t::PackingSetup |
class | l1t::PackingSetupFactory |
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
edm::one | |
l1t | |
map containing the conditions | |
Macros | |
#define | DEFINE_L1T_PACKING_SETUP(type) DEFINE_EDM_PLUGIN(l1t::PackingSetupFactoryT,type,#type) |
Typedefs | |
typedef std::map< int, Packers > | l1t::PackerMap |
typedef edmplugin::PluginFactory < prov_fct > | l1t::PackingSetupFactoryT |
typedef PackingSetup *( | l1t::prov_fct )() |
typedef std::map< int, std::shared_ptr< Unpacker > > | l1t::UnpackerMap |
#define DEFINE_L1T_PACKING_SETUP | ( | type | ) | DEFINE_EDM_PLUGIN(l1t::PackingSetupFactoryT,type,#type) |
Definition at line 54 of file PackingSetup.h.