Skip to content
Snippets Groups Projects
Commit ec7e1cb4 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'ubsan.CaloRingerAlgs-20181016' into 'master'

CaloRingerAlgs: Fix undefined behavior sanitizer warning.

See merge request atlas/athena!15055
parents 8ed1bfbd 1d3dbc1a
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
#=======================================================================
# File: CaloRingerAlgs/python/CaloRingerFlags.py
......@@ -43,13 +43,13 @@ class CaloRingerFlagsJobProperty(JobProperty):
return False
jobproperties.CaloRingerFlags.add_JobProperty(CaloRingerFlagsJobProperty)
from AthenaCommon.Logging import logging
from AthenaCommon import Constants
class OutputLevel(CaloRingerFlagsJobProperty):
""" switch for all CaloRinger algorithms and tools
"""
statusOn = True
allowedTypes = ['int']
StoredValue = logging.INFO
StoredValue = Constants.INFO
jobproperties.CaloRingerFlags.add_JobProperty(OutputLevel)
#=======================================================================
......
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