LArDigitization: Allow writing digits from preceding hits
For the run-4 simulation, we need to store more ADC samples in the LArDigit
, including samples from hit preceding the hard scatter event.
With this MR, this can be achieve by the following pre-Exec:
ConfigFlags.LAr.ROD.nPreceedingSamples=5;ConfigFlags.LAr.ROD.nSamples=9
(Write 9 samples, with 5 early samples)
At the same time, clean out obsolete code in the LArPileUpTool
, left behind when splitting the LArHitEMaptoLArDigit
algorithm of LArPileUptTool
.