Skip to content
Snippets Groups Projects
Commit dbb63edf authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'varname.D3PDMakerConfig-20230315' into 'master'

D3PDMakerConfig: Fix aux variable names.

See merge request !61578
parents d5af6116 5eb59bec
No related branches found
No related tags found
1 merge request!61578D3PDMakerConfig: Fix aux variable names.
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
# $Id$
#
# @file D3PDMakerConfig/python/D3PDMakerFlags.py
# @author scott snyder <snyder@bnl.gov>
......@@ -146,7 +145,7 @@ class EgammaUserDataPrefix (JobProperty):
"""Prefix to use for UserData labels for egamma."""
statusOn = True
allowedTypes = ['str']
StoredValue = 'egammaD3PDAnalysis::'
StoredValue = 'egammaD3PDAnalysis_'
jobproperties.D3PDMakerFlags.add_JobProperty(EgammaUserDataPrefix)
......@@ -170,7 +169,7 @@ class JetUserDataPrefix (JobProperty):
"""Prefix to use for UserData labels for jet."""
statusOn = True
allowedTypes = ['str']
StoredValue = 'JetD3PDAnalysis::'
StoredValue = 'JetD3PDAnalysis_'
jobproperties.D3PDMakerFlags.add_JobProperty(JetUserDataPrefix)
......
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