DQM histogram ranges too small for pileup
Describe the bug In some cases, like the ecal total energy, the DQM histogram ranges are too small to capture the entire distribution when there are multiple electrons. This is most noticable for our 1e pileup validation histogram suite.
To Reproduce
Look at validation plots of energy sums in the ecal from the it_pileup CI test.
Desired behavior Plot ranges extend to beyond the end of the 2e distributions.
Can we do this somehow dynamic? Bc if we extend everywhere then it will be less useful for the 1e case. So what I have in mind is that we could pass the nelectrons info to DQM and have the bins based on that (and then it could be used for 3 electrons too)
That's an idea. The electron counter sets the number of electrons so if that's run in the validation configs, that number can be pulled from the event header by any processor.