Skip to content
Snippets Groups Projects

InDetPhysValMonitoring: python 3 fixes

Merged Scott Snyder requested to merge ssnyder/athena:py3.InDetPhysValMonitoring-20200131 into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -93,9 +93,9 @@ def setMetaData() :
from InDetRecExample.TrackingCommon import setDefaults
from ConfigUtils import toolFactory
from ConfigUtils import createExtendNameIfNotDefault
from ConfigUtils import createPublicTool
from .ConfigUtils import toolFactory
from .ConfigUtils import createExtendNameIfNotDefault
from .ConfigUtils import createPublicTool
def getPhysValMonInDetHoleSearchTool(**kwargs) :
from InDetRecExample.TrackingCommon import getInDetHoleSearchTool
Loading