CMS 3D CMS Logo

UnpackerFactory.h
Go to the documentation of this file.
1 #ifndef EventFilter_L1TRawToDigi_UnpackerFactory_h
2 #define EventFilter_L1TRawToDigi_UnpackerFactory_h
3 
5 
7 
8 namespace l1t {
9  typedef Unpacker*(unpack_fct)();
11 
13  public:
14  inline static const UnpackerFactory* get() { return &instance_; };
15  std::shared_ptr<Unpacker> make(const std::string&) const;
16  private:
18  static const UnpackerFactory instance_;
19  };
20 }
21 
22 #define DEFINE_L1T_UNPACKER(type) \
23  DEFINE_EDM_PLUGIN(l1t::UnpackerFactoryT,type,#type)
24 
25 #endif
delete x;
Definition: CaloConfig.h:22
edmplugin::PluginFactory< unpack_fct > UnpackerFactoryT
std::shared_ptr< Unpacker > make(const std::string &) const
static const UnpackerFactory instance_
Unpacker *( unpack_fct)()