1
0
Fork 0
mirror of https://github.com/gwm17/Mask.git synced 2025-10-02 12:48:49 -04:00
Mask/src/Mask
2023-05-26 14:41:27 -04:00
..
AngularDistribution.cpp Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
AngularDistribution.h Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
CMakeLists.txt Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
ConfigSerializer.cpp Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
ConfigSerializer.h Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
CoupledThreeStepSystem.cpp Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
CoupledThreeStepSystem.h Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
DecaySystem.cpp Fix bug in forward ejectile energy loss where energy loss in reaction layer was run twice. Also better handle randomization of rxn location within rxn layer 2022-12-01 09:27:03 -05:00
DecaySystem.h Overhaul input and reaction system construction. Much more streamlined, now can have more sampling parameters (chained decay to excited states, etc.) 2022-09-01 09:52:09 -04:00
FileReader.cpp Implemented multithreading in detectors, overhaul application api for detectors, implement detector input file. Need robust testing to verify performance gain in detectors. Verified that code compiles and executes. 2022-09-07 11:29:57 -04:00
FileReader.h Implemented multithreading in detectors, overhaul application api for detectors, implement detector input file. Need robust testing to verify performance gain in detectors. Verified that code compiles and executes. 2022-09-07 11:29:57 -04:00
FileWriter.cpp Overhaul for multi-threading. Needs some testing to validate, but first signs are good. 2022-09-02 17:14:30 -04:00
FileWriter.h Implemented multithreading in detectors, overhaul application api for detectors, implement detector input file. Need robust testing to verify performance gain in detectors. Verified that code compiles and executes. 2022-09-07 11:29:57 -04:00
KinematicsExceptions.h Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
LayeredTarget.cpp Fix bug in forward ejectile energy loss where energy loss in reaction layer was run twice. Also better handle randomization of rxn location within rxn layer 2022-12-01 09:27:03 -05:00
LayeredTarget.h Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
LegendrePoly.cpp Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
LegendrePoly.h Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
LinkDef_Nucleus.h Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
MaskApp.cpp Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
MaskApp.h Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
MassLookup.cpp Now passes intial testing, seems fully functional. Need to do some optimization tests against old way to see if actually improved anything. 2022-08-20 09:05:34 -07:00
MassLookup.h Now passes intial testing, seems fully functional. Need to do some optimization tests against old way to see if actually improved anything. 2022-08-20 09:05:34 -07:00
Nucleus.cpp Now passes intial testing, seems fully functional. Need to do some optimization tests against old way to see if actually improved anything. 2022-08-20 09:05:34 -07:00
Nucleus.h Fix some bugs in plotter, clean up a few debug statements. 2023-04-19 09:39:06 -04:00
OneStepSystem.cpp Fix bug in forward ejectile energy loss where energy loss in reaction layer was run twice. Also better handle randomization of rxn location within rxn layer 2022-12-01 09:27:03 -05:00
OneStepSystem.h Overhaul input and reaction system construction. Much more streamlined, now can have more sampling parameters (chained decay to excited states, etc.) 2022-09-01 09:52:09 -04:00
RandomGenerator.cpp Overhaul for multi-threading. Needs some testing to validate, but first signs are good. 2022-09-02 17:14:30 -04:00
RandomGenerator.h Overhaul for multi-threading. Needs some testing to validate, but first signs are good. 2022-09-02 17:14:30 -04:00
Reaction.cpp Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
Reaction.h Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
ReactionSystem.cpp Fix bug in forward ejectile energy loss where energy loss in reaction layer was run twice. Also better handle randomization of rxn location within rxn layer 2022-12-01 09:27:03 -05:00
ReactionSystem.h Fix bug in forward ejectile energy loss where energy loss in reaction layer was run twice. Also better handle randomization of rxn location within rxn layer 2022-12-01 09:27:03 -05:00
RxnType.h Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
Stopwatch.cpp Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
Stopwatch.h Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
Target.cpp Update project structure. Tighten up code, improve syntax, enforce style. Still bugged, but now working from proper environment. Switch back to ROOT as file I/O and data management 2022-08-18 10:32:48 -04:00
Target.h Switch to yaml for configuration files, add yaml-cpp as submodule 2023-05-26 14:41:27 -04:00
ThreadPool.h Implemented multithreading in detectors, overhaul application api for detectors, implement detector input file. Need robust testing to verify performance gain in detectors. Verified that code compiles and executes. 2022-09-07 11:29:57 -04:00
ThreeStepSystem.cpp Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
ThreeStepSystem.h Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
TwoStepSystem.cpp Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00
TwoStepSystem.h Add better edge sampling of resonance excitations. Add new CoupledThreeStepSystem for angular correlations as well as optional correlation analysis in RootPlot 2023-05-26 11:11:06 -04:00