Skip to content

merge master, fix import errors, run against the wall elsewhere

Marian Stahl requested to merge mstahl_newHlt2Conf into sstahl_Hlt2Reco_newConf

@sstahl @rmatev Current error message:

(LHCb Env) |15:07:45|lxplus782|mstahl|/afs/cern.ch/work/m/mstahl/LHCbstack|$ Moore/run gaudirun.py Moore/Hlt/Hlt2Conf/options/reconstruction_only.py
# setting LC_ALL to "C"
# --> Including file '/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/Hlt/Hlt2Conf/options/reconstruction_only.py'
Traceback (most recent call last):
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Gaudi/InstallArea/x86_64-centos7-gcc8-opt/scripts/gaudirun.py", line 525, in <module>
    exec (o, g, l)
  File "<string>", line 1, in <module>
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Gaudi/InstallArea/x86_64-centos7-gcc8-opt/python/GaudiKernel/ProcessJobOptions.py", line 490, in importOptions
    _import_function_mapping[ext](optsfile)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Gaudi/InstallArea/x86_64-centos7-gcc8-opt/python/GaudiKernel/ProcessJobOptions.py", line 458, in _import_python
    execfile(file, {})
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/Hlt/Hlt2Conf/options/reconstruction_only.py", line 20, in <module>
    reco = upfront_reconstruction(from_file=False)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/tonic.py", line 294, in _configurable_wrapper
    return wrapped(**kwargs)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/Hlt/Hlt2Conf/python/Hlt2Conf/reconstruction.py", line 302, in upfront_reconstruction
    fitter_type='TrackMasterFitter'),
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/tonic.py", line 294, in _configurable_wrapper
    return wrapped(**kwargs)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/Hlt/Hlt2Conf/python/Hlt2Conf/reconstruction.py", line 148, in make_forward_fitted_tracks
    fitter_tool = get_track_fitter_tool(fitter_type=fitter_type)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/tonic.py", line 294, in _configurable_wrapper
    return wrapped(**kwargs)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/Hlt/Hlt2Conf/python/Hlt2Conf/reconstruction.py", line 106, in get_track_fitter_tool
    Extrapolator =  TrackMasterExtrapolator(MaterialLocator = materialLocator),
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/tonic.py", line 294, in _configurable_wrapper
    return wrapped(**kwargs)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/components.py", line 922, in wrapped
    return Tool(tool_type, **props)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/components.py", line 771, in __new__
    tool.set_parent(instance)
  File "/afs/cern.ch/work/m/mstahl/LHCbstack/Moore/PyConf/python/PyConf/components.py", line 834, in set_parent
    "This Tool already has a parent. Please instantiate a new one")
PyConf.utilities.ConfigurationError: This Tool already has a parent. Please instantiate a new one
Edited by Sascha Stahl

Merge request reports

Loading