CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Stage2Layer2FirmwareFactory.h
Go to the documentation of this file.
1 
10 
11 #ifndef Stage2Layer2FirmwareFactory_h
12 #define Stage2Layer2FirmwareFactory_h
13 
14 #include <boost/shared_ptr.hpp>
15 
17 
19 
20 //#include "FWCore/Framework/interface/Event.h"
21 
22 
23 namespace l1t {
24 
26  public:
27  typedef boost::shared_ptr<Stage2MainProcessor> ReturnType;
28 
29  ReturnType create(unsigned fwv, CaloParamsHelper* params);
30 
31  };
32 
33 } // namespace
34 
35 #endif
boost::shared_ptr< Stage2MainProcessor > ReturnType
ReturnType create(unsigned fwv, CaloParamsHelper *params)