Skip to content

LArDigitization: Allow writing digits from preceding hits

Walter Lampl requested to merge wlampl/athena:DigitsOfPreceedingHits into master

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.

cc @llaatu, @damazio

Merge request reports