Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Qipeng Hu
athena
Commits
7518a29d
Commit
7518a29d
authored
Oct 21, 2021
by
Edward Moyse
Browse files
Add missing flag!
parent
7794571e
Changes
1
Hide whitespace changes
Inline
Side-by-side
MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecFlags.py
View file @
7518a29d
...
...
@@ -379,7 +379,11 @@ class doMuonIso(JobProperty):
allowedTypes
=
[
'bool'
]
StoredValue
=
True
## Decide whether to wrap the new configuration in the old.
class
useNewConfig
(
JobProperty
):
statusOn
=
True
allowedTypes
=
[
'bool'
]
StoredValue
=
False
## The flags to steer muon reconstruction
class
MuonRec
(
JobPropertyContainer
):
...
...
@@ -411,6 +415,7 @@ class MuonRec(JobPropertyContainer):
setDefault
(
self
.
writeSDOs
,
rec
.
doWriteESD
()
and
globalflags
.
DataSource
!=
'data'
)
setDefault
(
self
.
useTGCPriorNextBC
,
True
)
setDefault
(
self
.
doMuonIso
,
True
)
setDefault
(
self
.
useNewConfig
,
False
)
if
beamFlags
.
beamType
==
'cosmics'
or
beamFlags
.
beamType
==
'singlebeam'
:
setDefault
(
self
.
doSegmentT0Fit
,
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment