Skip to content

Commit

Permalink
update tracking T0 layout for Shortened track resolution after cms-sw…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed May 9, 2024
1 parent 561156f commit 3d30fc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dqmgui/layouts/tracking_T0_layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ def trackinglayout(i, p, *rows): i["Tracking/Layouts/" + p] = DQMItem(layout=row
{ 'path': "Tracking/TrackParameters/GeneralProperties/TrackEta_ImpactPoint_HeavyIonTk",
'description': " Eta distribution of Reconstructed Tracks - <a href=https://twiki.cern.ch/twiki/bin/view/CMS/SiStripOfflineDQMInstructions>SiStripOfflineDQMInstructions</a> ", 'draw': { 'withref': "yes" }}])
trackinglayout(dqmitems, "11 - Short Tracks Resolution",
[{ 'path': "Tracking/ShortTrackResolution/trackPt3lAllPt",
[{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_3",
'description': "pT resolution of shortened tracks - 3 layers", 'draw': { 'withref': "no" }},
{ 'path': "Tracking/ShortTrackResolution/trackPt4lAllPt",
{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_4",
'description': "pT resolution of shortened tracks - 4 layers", 'draw': { 'withref': "no" }},
{ 'path': "Tracking/ShortTrackResolution/trackPt5lAllPt",
{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_5",
'description': "pT resolution of shortened tracks - 5 layers", 'draw': { 'withref': "no" }}],
[{ 'path': "Tracking/ShortTrackResolution/trackPt6lAllPt",
[{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_6",
'description': "pT resolution of shortened tracks - 6 layers", 'draw': { 'withref': "no" }},
{ 'path': "Tracking/ShortTrackResolution/trackPt7lAllPt",
{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_7",
'description': "pT resolution of shortened tracks - 7 layers", 'draw': { 'withref': "no" }},
{ 'path': "Tracking/ShortTrackResolution/trackPt8lAllPt",
{ 'path': "Tracking/ShortTrackResolution/trackPtRatio_8",
'description': "pT resolution of shortened tracks - 8 layers", 'draw': { 'withref': "no" }}])

0 comments on commit 3d30fc3

Please sign in to comment.