CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MicroGMTAbsoluteIsolationCheckLUTFactory.cc
Go to the documentation of this file.
1 //
7 // This class implements the AbsoluteIsolationCheckLUT factory. Based on the firmware
8 // version it selects the appropriate concrete implementation.
9 //
10 
12 
14 
15 using namespace edm;
16 
17 namespace l1t {
20  ReturnType p;
21 
22  switch (fwVersion) {
23  case 1:
25  break;
26  default:
27  LogError("MicroGMTAbsoluteIsolationCheckLUTFactory") << "Invalid firmware version requested: " << fwVersion;
28  }
29  return p;
30  }
31 }
std::map< DetId, double > ReturnType
tuple filename
Definition: lut2db_cfg.py:20
std::shared_ptr< MicroGMTAbsoluteIsolationCheckLUT > ReturnType
SurfaceDeformation * create(int type, const std::vector< double > &params)