CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CommonParams_cfi.py
Go to the documentation of this file.
1 ecalCommonParams = dict(
2  hltTaskMode = 0, #0 -> Do not produce FED plots; 1 -> Only produce FED plots; 2 -> Do both
3  hltTaskFolder = "FEDIntegrity",
4  laserWavelengths = [1, 2, 3, 4],
5  MGPAGains = [1, 6, 12],
6  MGPAGainsPN = [1, 16]
7 )