Skip to content

TileConditions+TileSimAlgs: Convert TileSampleNoise into conditions object

TileSampleNoise wrapper class around unified TileCalibData conditions object (which knows how to unpack Tile pulse shape from it) has been converted into conditions object itself.

TileSampleNoiseCondAlg conditions algorithm which produces TileSampleNoise conditions object has been introduced.

Tile sample noise configuration has been updated to use new TileSampleNoiseCondAlg algorithm.

Tile digits maker algorithm has been updated to use TileSampleNoise conditions object instead of the corresponding wrapper class.

Tile sample noise conditions tool has been updated to use TileSampleNoise conditions object.

Unit test for Tile sample noise conditions tool has been udpated accordingly.

Merge request reports