JeffersonLab / japan

Just Another Parity ANalyzer
7 stars 13 forks source link

Bugfix mockdata #321

Closed paulmking closed 1 year ago

paulmking commented 3 years ago

Added a class to model the new MOLLER integrating ADC channels. Refactored the detector array classes to derive from a common virtual base class, and to generalize the PMT instrumentation types. Refactoring of the LoadEventCuts functions into a initialization step, step to process each line, and finalization step; LoadEventCuts now calls the derived versions of these instead of having nearly identical functions in all subsystem classes.