FRIBDAQ / rustogrammer

Histogram data from FRIB analysis pipeline.
Other
0 stars 0 forks source link

Rfoxkendo/issue120 #129

Closed rfoxkendo closed 1 year ago

rfoxkendo commented 1 year ago

Straighten out inconsistencies in the use of the term 'gate' vs. 'condition'
A 'condition' is something that can be checked for true/false on an event by event basis. A gate is a condition applied to a spectrum which, for events for which the condition are true, allow the spectrum to be incremented.

SpecTcl uses the term 'gate' interchangeably with what Rustogramer calls a condition and some of that carried over into comments and function naming.

Issue #120