CMS 3D CMS Logo

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