cms-L1TK / cmssw

Fork of CMSSW where improvements to L1 tracking code are developed.
http://cms-sw.github.io/
Apache License 2.0
4 stars 5 forks source link

Debug print of digitisation data format #187

Closed tomalin closed 1 year ago

tomalin commented 1 year ago

PR description:

Adds 5 commented-out lines to DataFormat class, which if uncommented can be used to print the digitisation format (#bits, granularity, range) of all variables in the KF, KFin etc.

This is useful for checking that our C++ is consistent with https://twiki.cern.ch/twiki/bin/view/CMS/HybridDataFormat .

tschuh commented 1 year ago

As far as I know we are not supposed to put commented out code into cmssw.

tomalin commented 1 year ago

Merging as trivial comment change