cms-gem-daq-project / ctp7_modules

0 stars 13 forks source link

Bug Fix: stopCalPulse2AllChannelsLocal() now inclusive on [ch_min,ch_max] #86

Closed bdorney closed 5 years ago

bdorney commented 5 years ago

Description

Calling code was missing the last channel (127); because the range was not inclusive of endpoint.

Function did not make this distinction clear, so just increased the range by one.

Types of changes

Motivation and Context

Skipping channel 127.

How Has This Been Tested?

Change was trivial. Found it in a debugging session.

Screenshots (if appropriate):

Checklist: