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

Correct information about maskReason in the README #113

Closed lmoureaux closed 6 years ago

lmoureaux commented 6 years ago

Description

The README describes how maskReason is encoded, but what's written is not correct. This is due to a misunderstanding of NotMasked as being bit 0. NotMasked is instead a convenience alias to set the maskReason when a channel isn't masked.

This PR corrects the information provided by the README.

Types of changes

Motivation and Context

Better not have mistakes in the documentation.

How Has This Been Tested?

Not relevant.

Checklist: