CMS 3D CMS Logo

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