Releases: e4nu/e4nuanalysiscode
v3.2.0
Storing latest changes here, first paper version
v3.1.0
This is an improved version of the code which contains updated fiducial cuts (theta cuts), updated background substraction and fixed the definition of the true vs truereco calculation. It is the version being used for the technical note.
The background subtraction code has been validated for the 1p0pi topology, in which we get per-cent precision (2 GeV):
The agreement for the 1p1pim topology is less good:
To run the code I used:
./plot_bkg --input-file ../simulation/e4nuanalysis_1p1pim_GEM21_11a_Rarita_LFG_Q2_01_1GeV_eCarbon_NoRad_closuretest.root --observable ECal ;
v3.0.0
v3.0.0
Major changes with respect to the previous version. The framework is more solid and has been fully tested with several analyses.
Some of the new features
- Targeted configuration files for data/mc and each analysis type. The idea is that the user will know exactly how an analysis was run, and what inputs were used to run the analysis
- Normalization parameters are stored in output root file. This allows easy plotting and prevents from user-side bugs in the normalization. Number of events is stored in both data and mc, but only really used for the MC normalization. It is useful to keep track of both.
- Inclusive analysis was re-run. It showed up a small bug in the sector calculation. This has been fixed. ###









