diff --git a/dqmgui/layouts/pfClusters-layouts.py b/dqmgui/layouts/pfClusters-layouts.py index 2f994f3c101..29655f49011 100644 --- a/dqmgui/layouts/pfClusters-layouts.py +++ b/dqmgui/layouts/pfClusters-layouts.py @@ -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"}}] + )