Skip to content
Snippets Groups Projects
Commit ce116367 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'cherry-pick-867ad363 [formerly 24dd1cfe84]-master' into 'master'

Sweeping !12140 from 21.1 to master.
ATONLBS-21: Edited TotalTracks and TotalTracksPass Histograms for BeamSpot Monitoring

See merge request atlas/athena!12185

Former-commit-id: 06102934
parents 4096cc95 b925215d
No related branches found
No related tags found
No related merge requests found
......@@ -35,13 +35,13 @@ class T2VertexBeamSpotOnlineMonitoring(TrigGenericMonitoringToolConfig):
#---------------------------------------
# Number of tracks per event
# Total number of bins: 400
# Total number of bins: 600
self.Histograms += [ defineHistogram('TotalTracks', type='TH1F',
title="TotalTracks; N tracks per event; Number of events",
xbins=200, xmin=0.0, xmax=200.0) ]
xbins=300, xmin=0.0, xmax=600.0) ]
self.Histograms += [ defineHistogram('TotalTracksPass', type='TH1F',
title="TotalTracksPass; N accepted tracks per event; Number of events",
xbins=200, xmin=0.0, xmax=200.0) ]
xbins=300, xmin=0.0, xmax=500.0) ]
# Track Z position
# Total number of Bins: 200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment