From 6f7c4ade2ac4ee8f29c1ce0bafc345c8a4a3af65 Mon Sep 17 00:00:00 2001 From: Breno Orzari Date: Tue, 5 Dec 2023 16:54:02 +0100 Subject: [PATCH] Adding short tracks resolution layout --- dqmgui/layouts/tracking_T0_layouts.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dqmgui/layouts/tracking_T0_layouts.py b/dqmgui/layouts/tracking_T0_layouts.py index 6c9dd8930ee5..2a8476cee68c 100644 --- a/dqmgui/layouts/tracking_T0_layouts.py +++ b/dqmgui/layouts/tracking_T0_layouts.py @@ -143,3 +143,16 @@ def trackinglayout(i, p, *rows): i["Tracking/Layouts/" + p] = DQMItem(layout=row 'description': "Phi distribution of Reconstructed Tracks - SiStripOfflineDQMInstructions ", 'draw': { 'withref': "yes" }}, { 'path': "Tracking/TrackParameters/GeneralProperties/TrackEta_ImpactPoint_HeavyIonTk", 'description': " Eta distribution of Reconstructed Tracks - SiStripOfflineDQMInstructions ", 'draw': { 'withref': "yes" }}]) +trackinglayout(dqmitems, "11 - Short Tracks Resolution", + [{ 'path': "Tracking/ShortTrackResolution/trackPt3lAllPt", + 'description': "pT resolution of shortened tracks - 3 layers", 'draw': { 'withref': "no" }}, + { 'path': "Tracking/ShortTrackResolution/trackPt4lAllPt", + 'description': "pT resolution of shortened tracks - 4 layers", 'draw': { 'withref': "no" }}, + { 'path': "Tracking/ShortTrackResolution/trackPt5lAllPt", + 'description': "pT resolution of shortened tracks - 5 layers", 'draw': { 'withref': "no" }}], + [{ 'path': "Tracking/ShortTrackResolution/trackPt6lAllPt", + 'description': "pT resolution of shortened tracks - 6 layers", 'draw': { 'withref': "no" }}, + { 'path': "Tracking/ShortTrackResolution/trackPt7lAllPt", + 'description': "pT resolution of shortened tracks - 7 layers", 'draw': { 'withref': "no" }}, + { 'path': "Tracking/ShortTrackResolution/trackPt8lAllPt", + 'description': "pT resolution of shortened tracks - 8 layers", 'draw': { 'withref': "no" }}])