Skip to content

MuonR4 - Implement twin tubes in digitization

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

Implement the propgation of the Mdt tube signal to also create a secondary twin tube digit. In order to later study, the MS performance when more chambers than than BOL4A13 & BOL4C13, the TwinTubeMap conditions object is also introduced. The object is fed via a JSON file

    {
        "station": "BOL",
        "eta": -4,
        "phi": 7,
        "ml": 1,
        "layer": 1,
        "tube": 1,
        "layerTwin": 1,
        "tubeTwin": 3
    },
    {
        "station": "BOL",
        "eta": -4,
        "phi": 7,
        "ml": 1,
        "layer": 1,
        "tube": 2,
        "layerTwin": 1,
        "tubeTwin": 4
    },

Ultimately, the BLOB should be saved in the COOL database (Tagging: @formica for the creation of a new folder & @pscholer to fill it).

Also tagging: @vimartin, @kortner, @mveen, @zyan, @kluit

Edited by Johannes Junggeburth

Merge request reports