Skip to content
Snippets Groups Projects
Commit df5e24e2 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master_Fix_default_name_of_ConfiguredTrackingGeometrySvc' into 'master'

Fixed default name for the ConfiguredTrackingGeometrySvc.

See merge request !5771
parents dfa40809 81cc667c
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ from TrkDetDescrSvc.TrkDetDescrSvcConf import Trk__TrackingGeometrySvc
class ConfiguredTrackingGeometrySvc( Trk__TrackingGeometrySvc ) :
# constructor
def __init__(self,name = 'AtlasExtrapolator'):
def __init__(self,name = 'AtlasTrackingGeometrySvc'):
if TrkDetFlags.ConfigurationOutputLevel() < 3 :
print '[ Configuration : start ] *** '+name+' ********************************'
......
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