pixie16 / paass

Pixie Acquisition and Analysis Software Suite
https://pixie16.github.io/paassdoc/
GNU General Public License v3.0
10 stars 29 forks source link

Update VandleProcessor for efficiency #237

Closed spaulaus closed 7 years ago

spaulaus commented 7 years ago

Description

The VandleProcessor has not been updated in quite a while. There are a number of old histograms that are commented out. The handling of the different types of start detectors has caused a lot of duplication in the code. The methods should be rewritten to remove these issues.

Work to be completed

  1. Remove extraneous comments from source
  2. Refactor methods so that they do not repeat lines of code.

Acceptance criteria

  1. The software compiles without issue.
  2. The comments are clean and accurate.
  3. Code base is smaller by reducing repeated information.