Skip to content

MuonR4 data preparation - Add Tgc & Rpc strip hit conversion from Sim hits & misc

Johannes Junggeburth requested to merge jojungge/athena:RpcFastDigi into main

xAODMuonPrepData

  • Add setters & getters of the readout element. If the container is loaded from the disk, the xAOD::Measurement tries to retrieve the readout element on-the fly from the StoreGate
  • RpcStrips & TgcStrips Add the Identifier fields as data members RpcReadoutElement
    • Simplify the translation of the Identifier fields to the measurement hash which allows to declare the method to be static
    • Remove the isUpsideDown flag as we're reversing the order of the chamber components if this flag is switched on

xAODMuonSimHitCnv

  • Introduce algorithms that convert the MuonSimHits of the Rpcs & Tgcs into Uncalibrated measurements. The precision coordinate of the corresponding layer is smeared with a Gaussian with a width propotional to the strip pitch

Tagging: @emoyse, @goblirsc, @pscholer, @ivyas

Merge request reports