mach3-software / MaCh3

The official repository for MaCh3
https://mach3-software.github.io/MaCh3/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Fixes small bug in MCMCProcessor printout #72

Closed henry-wallace-phys closed 5 days ago

henry-wallace-phys commented 5 days ago

Pull request description:

Fixes small bug where the number of flux systematics was being subtracted from ALL systematics in the MCMCProcessor printout

Changes or fixes:

-> Changes MCMC processor scanning printout

Examples:

Old:

[09:52:48][MCMCProcessor.cpp][info] Scanning output branches...
[09:52:48][MCMCProcessor.cpp][info] # useful entries in tree:  151  
[09:52:48][MCMCProcessor.cpp][info] # XSec params:   45 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # Flux params:   100
[09:52:48][MCMCProcessor.cpp][info] # Flux params:   100
[09:52:48][MCMCProcessor.cpp][info] # ND params:     -100 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # FD params:     -100 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # Osc params:    -94 starting at 145  

New:

[09:52:48][MCMCProcessor.cpp][info] Scanning output branches...
[09:52:48][MCMCProcessor.cpp][info] # useful entries in tree:  151  
[09:52:48][MCMCProcessor.cpp][info] # XSec params:   45 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # Flux params:   100
[09:52:48][MCMCProcessor.cpp][info] # ND params:     0 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # FD params:     0 starting at 0  
[09:52:48][MCMCProcessor.cpp][info] # Osc params:    6 starting at 145