ATLAS Offline Software
Loading...
Searching...
No Matches
InDetOnlineMonitor.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
3
5 newMonTool = GenericMonitoringTool(flags, "MonTool")
6 newMonTool.defineHistogram('numSctSpacePoints', type='TH1F',path='EXPERT',title="Number of SCT SpacePoints", xbins=50, xmin=0., xmax=5000)
7 newMonTool.defineHistogram('numPixSpacePoints', type='TH1F',path='EXPERT',title="Number of PIXEL SpacePoints", xbins=50, xmin=0., xmax=5000)
8
9 return newMonTool
10
11
12