Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions dqmgui/layouts/pfClusters-layouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,24 @@ def pfClusterlayout(
'description': "RecHit multiplicity in PFClusters GPU vs CPU",
'draw': {'withref': "no", 'drawopts': "COLZ"}}]
)

pfClusterlayout(dqmitems, "008 - PFCluster Energy GPU-CPU difference",
[{'path': "ParticleFlow/pfCaloGPUCompDir/MultiplicityDiff",
'description': "PFCluster Multiplicity GPU - CPU",
'draw': {'withref': "no"}}],
[{'path': "ParticleFlow/pfCaloGPUCompDir/EnergyDiff",
'description': "PFCluster Energy GPU - CPU",
'draw': {'withref': "no"}}],
[{'path': "ParticleFlow/pfCaloGPUCompDir/EtaDiff",
'description': "PFCluster Eta GPU - CPU",
'draw': {'withref': "no"}}],
[{'path': "ParticleFlow/pfCaloGPUCompDir/PhiDiff",
'description': "PFCluster Phi GPU - CPU",
'draw': {'withref': "no"}}],
[{'path': "ParticleFlow/pfCaloGPUCompDir/LayerDiff",
'description': "PFCluster Layer GPU - CPU",
'draw': {'withref': "no"}}],
[{'path': "ParticleFlow/pfCaloGPUCompDir/DepthDiff",
'description': "PFCluster Depth GPU - CPU",
'draw': {'withref': "no"}}]
)