cms-gem-daq-project / gem-plotting-tools

Repository for GEM commissioning plotting tools
GNU General Public License v3.0
1 stars 26 forks source link

Changed formats to match root heading to file #279

Closed dteague closed 4 years ago

dteague commented 4 years ago

Description

Fixing for issue #278 Changed all of format's that write to a file with a root header (eg

confF.write('vfatN/I:vfatID/I:vfatCH/I:trimDAC/I:trimPolarity/I:mask/I:maskReason/I\n')

to match the expected value. eg

confF.write('{0:d}\t{1:d}\t{2:d}\t{3:d}\t{4:d}\t{5:d}\t{6:d}\n'.format(...

Types of changes

How Has This Been Tested?

Ran over a GE11 file and checked chConfig file

Checklist: