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

WIP: Fixed issue w/vfatID only storing 16 bit numbers #159

Closed bdorney closed 6 years ago

bdorney commented 6 years ago

Description

Fixed issue w/vfatID only storing 16 bit numbers. Due to the vfat bit slip problem you can get a chip ID that has a number that is larger than 16 bits.

Types of changes

Motivation and Context

Allow VFAT ID to take up to 32 bit numbers

How Has This Been Tested?

Change was trivial.

Checklist:

bdorney commented 6 years ago

The issue is due to the bit slip problem on the chop ID. And why an additional two bits help I would guess is due to the chance to have it in the first set is more likely.

In any case, I’ll change it to a 32 bit container integer, and then have ROOT write it as a 32 bit integer. Really was just expecting a number between 0 and 5000.

bdorney commented 6 years ago

superseded by https://github.com/cms-gem-daq-project/gem-plotting-tools/pull/160