Gordon McCann
|
673b12af93
|
Added a nudge parameter
|
2023-05-19 16:22:04 -04:00 |
|
Gordon McCann
|
4ae9ecadac
|
Switch to using YAML as our config saving format, integrate yaml-cpp. Switch B-field input to kG instead of G
|
2022-07-13 11:59:11 -04:00 |
|
Gordon McCann
|
8ecfe5e3f8
|
Big update. Finish implementation of EVBWorkspace. Remove unnecessary includes. Note that std::filesystem clashes with ROOT GUI libs.
|
2022-07-13 10:26:37 -04:00 |
|
Gordon McCann
|
22c1647ab1
|
Starting to switch to std::filesystem from ROOT based solution. CURRENTLY NOT WORKING, DO NOT PULL, unless you want to contribute to the fix
|
2022-07-11 17:32:48 -04:00 |
|
Gordon McCann
|
0850f9a5e5
|
Preparing for changes with new CoMPASS version. Binary data format has changed, with headers now included to indicate exsitance of optional data members (i.e. short energy, cal energy, waves). Tested with small data from CoMPASS 2.01.0
|
2022-05-19 14:32:58 -04:00 |
|
Gordon McCann
|
3200b73313
|
Switched build systems to premake, more flexible at cost of some auto-finding with ROOT. Changed build process such that static lib EventBuilderCore is generated and then linked to build EventBuilder and EventBuilderGui classes. Gui dictionary is now staticly linked (undefined symbols were an issue on some platforms). Minor bugfixes.
|
2021-12-18 15:40:53 -05:00 |
|
Gordon McCann
|
8c6278217c
|
Added progress callback system to avoid infecting evb with gui components. Switched in ROOT made file gui where possible, reorganzied main window to be prettier
|
2021-12-16 17:38:58 -05:00 |
|
Gordon McCann
|
bd9e2cb520
|
std io replaced with spdlog, some minor cleanup here and there.
|
2021-12-15 17:35:31 -05:00 |
|
Gordon McCann
|
c6213aa1ef
|
Fixed issue with pch; in CMake do not include header, CMake force includes it. Added spdlog submodule, Logger class, beginning process of replacing all bland io with spdlog
|
2021-12-15 15:48:43 -05:00 |
|
Gordon McCann
|
04aa800c5c
|
Added pch back, removed dumb compiler warnings for system calls, fixed some pathing on headers
|
2021-12-15 14:36:24 -05:00 |
|
Gordon McCann
|
b9ed82a593
|
Namespace encapsulated evb with name EventBuilder
|
2021-12-15 12:08:12 -05:00 |
|
Gordon McCann
|
a904f8c0f2
|
Completed style overhaul and cleaned up extraneous code. Minor mods to ChannelMap and variable mapping.
|
2021-12-13 17:04:44 -05:00 |
|
Gordon McCann
|
afcdd3bb8c
|
Code review, with a focus on enforcing style and purging extraneous code. Changed name of GWMEventBuilder to EVBApp to better reflect class intent.
|
2021-12-13 12:28:56 -05:00 |
|