Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bernardo Sotto-Maior Peralva
athena
Commits
f6a4528d
Commit
f6a4528d
authored
5 years ago
by
Nikita Belyaev
Browse files
Options
Downloads
Patches
Plain Diff
Fix #96452
parent
9142063f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
InnerDetector/InDetMonitoring/TRTMonitoringRun3/python/TRTMonitoringRun3_Tool.py
+1
-18
1 addition, 18 deletions
...toring/TRTMonitoringRun3/python/TRTMonitoringRun3_Tool.py
with
1 addition
and
18 deletions
InnerDetector/InDetMonitoring/TRTMonitoringRun3/python/TRTMonitoringRun3_Tool.py
+
1
−
18
View file @
f6a4528d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment