CMS 3D CMS Logo

Stage2Layer1FirmwareFactory.h
Go to the documentation of this file.
1 
10 
11 #ifndef Stage2Layer1FirmwareFactory_h
12 #define Stage2Layer1FirmwareFactory_h
13 
14 #include <memory>
15 
17 
19 
20 
21 namespace l1t {
22 
24  public:
25  typedef std::unique_ptr<Stage2PreProcessor> ReturnType;
26 
27  ReturnType create(unsigned fwv, CaloParamsHelper const* params);
28 
29  };
30 
31 } // namespace
32 
33 #endif
delete x;
Definition: CaloConfig.h:22
ReturnType create(unsigned fwv, CaloParamsHelper const *params)
std::unique_ptr< Stage2PreProcessor > ReturnType