Block a user
9628e73328
Merge pull request #8 from gwm17/devel
142a2dffd1
Update README
47d84e8dca
Update gitignore. Cleanup DetectorApp
49b54af286
Switch to yaml for configuration files, add yaml-cpp as submodule
d68f5de383
Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot
7ef1657578
Merge pull request #6 from gwm17/main
ae5724afbc
Fix #5
106e8ea70c
Fix bug in ReactionDialog where reaction angle was displayed in radians not degrees
b0a4cc3609
Fixed two bugs related to energy loss units in SPSTarget. Result is change in final energies by around 20 keV>
1d6af4966a
Make tables read-only to protect from unwanted user input.
a3005b6cbe
Merge branch 'glfw:master' into master
3fa2360720
Update changelog
0b94e1b29b
Wayland: Fix detection of joysticks after init
f27daa34ad
Fix glfwinfo output of Vulkan layer spec version
6f2d7064be
Make glfwinfo try Vulkan even if GL/GLES fails
c2b30bc47b
Remove accidental vscode stuff
96412c79fe
Remove even more sprintf with snprintf
57f46bfc00
Replace sprintf with snprintf
18758e237e
Avoid fetching GImPlot multiple times when possible. (#468)
fb084f3719
Use 'nullptr' instead of 'NULL' (#465)
33c5a965f5
Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h (or at least at imconfig) (#449)
d875123534
make PlotText honor ImPlotItemFlags_NoFit
fcb51d2c9c
Use snprintf instead of sprintf in implot_demo.cpp (#426)
0884268c5e
Fix timestep for Graph updating to separate from rendering time. Needs further testing to confirm
142a2dffd1
Update README
47d84e8dca
Update gitignore. Cleanup DetectorApp
49b54af286
Switch to yaml for configuration files, add yaml-cpp as submodule
d68f5de383
Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot
gwm17
synced commits to devel at gwm17/SPS_SABRE_EventBuilder from mirror
2023-05-19 18:54:22 -04:00
673b12af93
Added a nudge parameter
f053847fb9
Cleanup kinematics code and mass code. Add in correction for z-offset being taken from central trajectory.
gwm17
synced commits to devel at gwm17/SPS_SABRE_EventBuilder from mirror
2023-05-17 18:14:22 -04:00
ca0a7066df
Merge pull request #8 from sesps/main
45763dce66
Fix typo in plotter, resolve #7
e9c50331f7
Fix typo in analyzed file collection
a264eea63c
Fix bug with merging where TChain::Merge implicitly took ownership of TFile and auto close and deleted
4886c497a3
Fix bug where merged dir was not set
cf22fb6384
Update gitignore
6815d3d2e7
Bugfixes for ThreeStepSystem, add some utility plots to RootPlot