Skip to content
Snippets Groups Projects
Commit f6a4528d authored by Nikita Belyaev's avatar Nikita Belyaev
Browse files

Fix #96452

parent 9142063f
No related branches found
No related tags found
No related merge requests found
......@@ -79,27 +79,10 @@ def TRTMonitoringRun3_ToolConfig(inputFlags):
# Configure histograms
barrel_or_endcap = ('Barrel', 'EndCap')
be_id = ('B', 'E')
side_id = ('A', 'C')
s_numberOfStacks = (32, 32)
s_Straw_max = (1642, 3840)
s_iChip_max = (104, 240)
maxLumiBlock = 200
s_moduleNum = (96, 64)
m_DistToStraw = 0.4
s_numberOfBarrelStacks = 32
m_nphi_bins = 360
m_minTRThits = 10
newRun = True
m_doChips = True
m_doShift = True
m_doExpert = True
m_doStraws = True
newLumiBlock = True
m_ArgonXenonSplitter = True
distance = 0
for ibe in range(2):
myGroup = helper.addGroup(algTRTMonitoringRun3,
'testTracksHistograms{0}'.format(ibe))
......@@ -168,7 +151,7 @@ if __name__ == '__main__':
# Setup logs
from AthenaCommon.Logging import log
from AthenaCommon.Constants import DEBUG, INFO
from AthenaCommon.Constants import INFO
log.setLevel(INFO)
# Set the Athena configuration flags
......
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