Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kazuya Mochizuki
athena
Commits
c2f7fef7
Commit
c2f7fef7
authored
Aug 16, 2021
by
Scott Snyder
Committed by
Vakhtang Tsulaia
Aug 16, 2021
Browse files
TriggerJobOpts: Fix cluster correction configuration.
parent
15f61d36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Reconstruction/egamma/egammaTools/python/egammaSwToolConfig.py
View file @
c2f7fef7
...
...
@@ -21,7 +21,10 @@ def ToolConstantsAlgCfg(flags, prefix, version):
# depending on the flags configure one of the input sources
if
flags
.
Calo
.
ClusterCorrection
.
defaultSource
==
'pool'
:
source
=
flags
.
Calo
.
ClusterCorrection
.
defaultSource
if
not
isinstance
(
source
,
list
):
source
=
[
source
]
if
'pool'
in
source
:
from
EventSelectorAthenaPool.CondProxyProviderConfig
import
CondProxyProviderCfg
from
CaloClusterCorrection.poolfiles
import
poolfiles
fileID
=
poolfiles
.
get
(
"caloswcorr_pool"
)
#TODO figure out how this relates to CalibVersion flag
...
...
Trigger/TriggerCommon/TriggerJobOpts/share/runHLT_standalone_newJO.py
View file @
c2f7fef7
...
...
@@ -44,7 +44,9 @@ flags.Scheduler.ShowDataDeps = True
flags
.
Scheduler
.
ShowDataFlow
=
True
flags
.
Scheduler
.
ShowControlFlow
=
True
flags
.
Scheduler
.
EnableVerboseViews
=
True
flags
.
Calo
.
ClusterCorrection
.
defaultSource
=
'pool'
# temporary, until a complete support for the cool, pool, jo is present
from
CaloClusterCorrection.constants
\
import
CALOCORR_JO
,
CALOCORR_POOL
flags
.
Calo
.
ClusterCorrection
.
defaultSource
=
[
CALOCORR_POOL
,
CALOCORR_JO
]
# temporary, until a complete support for cool is present
flags
.
Exec
.
MaxEvents
=
50
# TODO this two should be resolved in a smarter way (i.e. required passing the tag from the driver test, however now, parsing of string with - fails)
...
...
Write
Preview
Supports
Markdown
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