Analysis Mtg 240722
From Moller Wiki
Back to Main Page >> Analysis Software overview >> Analysis Meetings
previous meeting << >> following meeting
Meeting information
Meeting time: 11:30pm Eastern Location at JLab: CC F226 Zoom connection information is sent out to the moller_analysis mailing list. Please subscribe if you are interested.
Agenda
- Updates
- Discussion of PR #20: Changing from the included EVIO to the JeffersonLab/EVIO repo --- Would break backward-compatibility of mock-data file decoding from before and after this change
- Discussion of PR #23: Separation of mock-parameter data into their own files for each subsystem --- Would change the structure of pedestal and mock-parameter map files
- Discussion of PR #25: New script to plot FFTs from VQWK or MOLLER ADC helicity windows or subblock data
- General discussion
Minutes
Participants: R. Conaway, J. Tsakanikas, A. Hurley, O. Hansen, I. DeBord, S. Hoffman, P. King, C. Clarke, P. Gautam
- Discussion on PR#20
- New EVIO will be imported automatically by cmake if $EVIO or $CODA are not already defined.
- NOTE: the new EVIO library does not support the very old evio verison we used to generate our mock data up to this point, so we would need to regenerate the mock data files
- The Qweak and PREX/CREX data files can still be read by the new evio library
- Discussion on PR#23
- This would make a change in how the detector pedestal and mock data files are used
- Joachim had a script to take a CSV file of rates and asyms to generate the old version of the "pedestal" file, this would need ot be updated to work with the new format
- Discussion on PR#26
- Should not introduce any conflicts with anyone else's
- Ole reports that the current version does compile on MacOS
- Ole notes that there are a bunch of compilation warnings showing up, including some hidden virtual functions
- We should start to try to resolve these; Paul will start to take a look at the warnings
- Joachim had produced a graph of all of the class dependencies
- Plan to do PR #25 and #26 later today, and #20 and #23 after some final merging checks