Skip to content

sTGC offline raw monitoring: strip efficiency re-implementation

Re-implementation of sTGC strip efficiency which fix a buggy behavior spotted in recent runs of the offline DQ. This behavior makes the global-Y vs global-X plots looks pretty similar between layers that belongs to the same multiplet (see e.g. run_472634). In order to fix this issue, in this MR the following changes are introduced:

  • Extrapolation to compute the z-coordinate of the hole or inactive layer is performed after requiring 4/8 active layers, i.e. if less than 4 layers are active then the extrapolation is done.
  • Transition between quads is being taken into account.

Additionally, this new implementation add the following new features:

  • Use of local std::array's defined for each iteration of the xAOD muon container, where the active layers are stored.

Tagging: @carquin @estel @pscholer

PS: please ignore !70777 (closed)

Edited by Sebastian Julio Fuenzalida Garrido

Merge request reports