- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Description
We first found this as part of #145 where we started reducing all banks. For the forward endcap, we see a noisy histogram with extraneous peaks:
However, we do not see this when we normalise in 2D by way of IofDspacingTwoTheta:
Likewise, the histogram looks clean when we normalise by integrated monitor or by proton charge. It is only a problem when normalising by monitor histogram in 1D.
To investigate, here is the monitor:
It has very low counts for 
For comparison, here is the same kind of plot for the mantle (left before, right after monitor normalisation). The peaks on the mantle are predominantly at larger wavelengths. So the influence from the low monitor counts is diminished (but not absent).
To summarise, peaks that are visible at low wavelength (esp. in the forward endcap due to low 
How do we solve this?
There are a couple of options here:
- Properly handle monitor uncertainties. This might assign large uncertainties to the boosted noise so that it can be properly handled in analysis.
 - Remove low wavelength regions. We would lose valuable data this way. So maybe not a good idea.
 - Don't normalise by monitor histogram. This might lead to worse data for large wavelength. But normalisation by proton charge seems to be common practice.
 
I prefer the first option. But it may be complicated if we want to uphold our correlation guarantees.




