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

Bug Fix: vfatID now supports 32 bit unsigned integers #160

Closed bdorney closed 5 years ago

bdorney commented 5 years ago

Description

The VFAT bit slip issue can cause the chip ID to report a number that can only be stored by a 32 bit unsigned integer. This PR fixes that issue.

Types of changes

Motivation and Context

See above.

How Has This Been Tested?

Change was trivial.

Checklist: