Changed DQMHistogramOTCICtoLpGBTecv.cc y-axis. Added option to vary LpGBTPhase, ClockPolarity, CICStrength, and ClockStrength in PS_Module_v2p1.xml. Added ability to convert "n-m" to float list in Utilities.cc
PS_Module_v2p1.xml
now has 4 new options.
- OTCICtoLpGBTecv_CICStrength: Controls the range of CICStrength to iterate over in OTCICtoLpGBTecv.cc
- OTCICtoLpGBTecv_ClockPolarity: Controls the range of ClockPolarity to iterate over in OTCICtoLpGBTecv.cc
- OTCICtoLpGBTecv_ClockStrength: Controls the range of ClockStrength to iterate over in OTCICtoLpGBTecv.cc
- OTCICtoLpGBTecv_LpGBTPhase: Controls the range of LpGBTPhase to iterate over in OTCICtoLpGBTecv.cc
These options can be passed in the format 0, 1, 2, 3, ...
or 0-14
. The ability to do the latter was added to the convertStringToFloatList
function in Utilities.cc
.
DQMHistogramOTCICtoLpGBTecv.cc
was changed to handle these varying parameters. Additionally the CICStrength was moved from the y-axis to the title to improve readability at the expense of generating more histograms.