Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Strips/PixelPhase1/Tracker/Reco conf e visualization #37

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
metric = basic.Mean()
relativePath = PixelPhase1/Phase1_MechanicalView/adc_PXBarrel
threshold = 50
yTitle = BPIX Digi ADC (Mean value)
yTitle = Digi ADC (Mean)

[plot:ADC_Endcap_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Phase1_MechanicalView/adc_PXForward
threshold = 50
yTitle = FPIX Digi ADC (Mean value)
yTitle = Digi ADC (Mean)

[plot:NDigis_Barrel_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Phase1_MechanicalView/num_digis_PXBarrel
threshold = 50
yTitle = BPIX Number of digis (Mean value)
yTitle = Number of digis (Mean)

[plot:NDigis_Endcap_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Phase1_MechanicalView/num_digis_PXForward
threshold = 50
yTitle = FPIX Number of digis (Mean value)
yTitle = Number of digis (Mean)

Original file line number Diff line number Diff line change
@@ -1,96 +1,96 @@
[plot:Residuals_X_BPIX_perLayer_mean]
[plot:Residuals_X_BPIX_Layer1_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_1
threshold = 10
yTitle = Residuals X BPIX per layer (Mean)
yTitle = Residuals X (Mean)

[plot:Residuals_X_BPIX_perLayer_rms]
[plot:Residuals_X_BPIX_Layer1_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_1
threshold = 10
yTitle = Residuals X BPIX per layer (RMS)
yTitle = Residuals X (RMS)

[plot:Residuals_Y_BPIX_perLayer_mean]
[plot:Residuals_Y_BPIX_Layer1_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_1
threshold = 10
yTitle = Residuals Y BPIX per layer (Mean)
yTitle = Residuals Y (Mean)

[plot:Residuals_Y_BPIX_perLayer_rms]
[plot:Residuals_Y_BPIX_Layer1_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_1
threshold = 10
yTitle = Residuals Y BPIX per layer (RMS)
yTitle = Residuals Y (RMS)

[plot:Residuals_X_BPIX_L2_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_2
threshold = 10
yTitle = Residuals X BPIX Layer2 Mean
yTitle = Residuals X (Mean)

[plot:Residuals_X_BPIX_L2_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_2
threshold = 10
yTitle = Residuals X BPIX Layer2 RMS
yTitle = Residuals X (RMS)

[plot:Residuals_Y_BPIX_L2_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_2
threshold = 10
yTitle = Residuals Y BPIX Layer2 Mean
yTitle = Residuals Y (Mean)

[plot:Residuals_Y_BPIX_L2_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_2
threshold = 10
yTitle = Residuals Y BPIX Layer2 RMS
yTitle = Residuals Y (RMS)

[plot:Residuals_X_BPIX_L3_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_3
threshold = 10
yTitle = Residuals X BPIX Layer3 Mean
yTitle = Residuals X (Mean)

[plot:Residuals_X_BPIX_L3_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_3
threshold = 10
yTitle = Residuals X BPIX Layer3 RMS
yTitle = Residuals X (RMS)

[plot:Residuals_Y_BPIX_L3_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_3
threshold = 10
yTitle = Residuals Y BPIX Layer3 Mean
yTitle = Residuals Y BPIX (Mean)

[plot:Residuals_Y_BPIX_L3_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_3
threshold = 10
yTitle = Residuals Y BPIX Layer3 RMS
yTitle = Residuals Y (RMS)

[plot:Residuals_X_BPIX_L4_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_4
threshold = 10
yTitle = Residuals X BPIX Layer4 Mean
yTitle = Residuals X (Mean)

[plot:Residuals_X_BPIX_L4_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_x_PXLayer_4
threshold = 10
yTitle = Residuals X BPIX Layer4 RMS
yTitle = Residuals X (RMS)

[plot:Residuals_Y_BPIX_L4_mean]
metric = basic.Mean()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_4
threshold = 10
yTitle = Residuals Y BPIX Layer4 Mean
yTitle = Residuals Y (Mean)

[plot:Residuals_Y_BPIX_L4_rms]
metric = basic.RMSXAxis()
relativePath = PixelPhase1/Tracks/PXBarrel/residual_y_PXLayer_4
threshold = 10
yTitle = Residuals Y BPIX Layer4 RMS
yTitle = Residuals Y (RMS)

Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ histo2Path = PixelPhase1/Phase1_MechanicalView/size_PXBarrel
threshold = 50
yTitle = BPIX total number of digis over digis in clusters

[plot:DigiPerClusterPixel_BPix_perLayer]
[plot:DigiPerClusterPixel_BPix_Layer1]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_digis_PXLayer_1
histo1Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_clusters_PXLayer_1
histo2Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/size_PXLayer_1
threshold = 50
yTitle = BPIX total number of digis over digis in clusters per layer
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_BPix_Layer2]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_digis_PXLayer_2
histo1Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_clusters_PXLayer_2
histo2Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/size_PXLayer_2
threshold = 50
yTitle = BPIX Digis per Pixels in Clusters Layer2
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_BPix_Layer3]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_digis_PXLayer_3
histo1Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_clusters_PXLayer_3
histo2Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/size_PXLayer_3
threshold = 50
yTitle = BPIX Digis per Pixels in Clusters Layer3
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_BPix_Layer4]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_digis_PXLayer_4
histo1Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/num_clusters_PXLayer_4
histo2Path = PixelPhase1/Phase1_MechanicalView/PXBarrel/size_PXLayer_4
threshold = 50
yTitle = BPIX Digis per Pixels in Clusters Layer4
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix]
metric = basic.PixelDigiPerClusterPix()
Expand All @@ -46,51 +46,66 @@ histo2Path = PixelPhase1/Phase1_MechanicalView/size_PXForward
threshold = 50
yTitle = FPIX total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_perDisk]
[plot:DigiPerClusterPixel_FPix_Dm3]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_-3
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_-3
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_-3
threshold = 50
yTitle = FPIX total number of digis over digis in clusters
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Dm2]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_-2
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_-2
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_-2
threshold = 50
yTitle = FPIX Digis per Pixels in Clusters Dm2
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Dm1]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_+1
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_+1
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_+1
threshold = 50
yTitle = FPIX Digis per Pixels in Clusters Dm1
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Dp3]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_+3
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_+3
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_+3
threshold = 50
yTitle = FPIX Digis per Pixels in Clusters Dp3
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Dp2]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_+2
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_+2
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_+2
threshold = 50
yTitle = FPIX Digis per Pixels in Clusters Dp2
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Dp1]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_PXDisk_+1
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_PXDisk_+1
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_PXDisk_+1
threshold = 50
yTitle = FPIX Digis per Pixels in Clusters Dp1
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Ring1]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_per_PXDisk_per_SignedBladePanel_PXRing_1
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_per_PXDisk_per_SignedBladePanel_PXRing_1
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_per_PXDisk_per_SignedBladePanel_PXRing_1
threshold = 50
yTitle = Total number of digis over digis in clusters

[plot:DigiPerClusterPixel_FPix_Ring2]
metric = basic.PixelDigiPerClusterPix()
relativePath = PixelPhase1/Phase1_MechanicalView/PXForward/num_digis_per_PXDisk_per_SignedBladePanel_PXRing_2
histo1Path = PixelPhase1/Phase1_MechanicalView/PXForward/num_clusters_per_PXDisk_per_SignedBladePanel_PXRing_2
histo2Path = PixelPhase1/Phase1_MechanicalView/PXForward/size_per_PXDisk_per_SignedBladePanel_PXRing_2
threshold = 50
yTitle = Total number of digis over digis in clusters
10 changes: 2 additions & 8 deletions backend/extractor/cfg/PixelPhase1/trendPlotsPixelPhase1_FED.ini
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
[plot:averageFEDDigisOccupancy]
metric = basic.MeanY()
relativePath = /PixelPhase1/num_feddigistrend_per_Lumisection_per_FED
threshold = 10
yTitle = Average FED digis occupancy

[plot:averageFEDDigisOccupancy_v2]
metric = basic.MeanZAxis()
relativePath = /PixelPhase1/num_feddigistrend_per_LumiBlock_per_FED
relativePath = PixelPhase1/num_feddigistrend_per_LumiBlock_per_FED
threshold = 10
yTitle = Average FED digis occupancy

[plot:TotalNumber_ReadOut_Errors]
metric = basic.Count()
relativePath = /PixelPhase1/FED/nerrors_per_type_per_FED
relativePath = PixelPhase1/FED/nerrors_per_type_per_FED
threshold = 10
yTitle = Number of ReadOut Errors

This file was deleted.

Loading