This repository is still under development! Feedback is very welcome, see here for contact details.
This repository has been set up as an unofficial extension to the BOSS analysis framework of the BESIII collaboration. The repository has three major components:
- The tutorial pages on GitBook that you are currently looking at. These pages are to serve as an accessible introduction and user guide to the BOSS software framework used in the BESIII collaboration.
- A base-derived algorithm structure for the initial event selection. This part of the repository is integrated in BOSS and is designed to facilitate collaboration on code for initial event selection in hadron research at BESIII.
- An analysis framework for final event selection. This part of the repository is designed to formalise and standardise loading, plotting, and fitting procedures that you perform on the output of the initial event selection.
The source code for all of the above is available on GitHub and can be contributed to through git.
There are three channels through which you can access The BOSS Afterburner online.
- GitBook (redeboer.gitbook.io/boss_afterburner), which provides an accessible graphical interface for the tutorial-like pages on using BOSS, on the initial event selection packages, and on the final event selection framework in this repository.
- GitPages (redeboer.github.io/BOSS_Afterburner), which contains class documentation for the initial and final event selection frameworks of The BOSS Afterburner. This platform can be consulted for more details about the design of these two frameworks.
- GitHub (github.com/redeboer/BOSS_Afterburner), which is the complete repository itself. It contains the source code (Markdown, C++, HTML, bash, etc.) for all components. Collaboration on all of the above is possible through this platform, using
git.
More briefly put, GitHub 'feeds' the content on GitBook and GitPages.
