Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
Compare and Show latest version
4 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -172,7 +172,6 @@ if UseDD4Hep:
cppyy.gbl.gSystem.Load("libTAlignmentLib.so")
cppyy.gbl.gInterpreter.Declare('#include "TAlignment/AlignAlgorithmHelper.h"')
#TODO: there is a problem with calling also calling the AlignmentAlgorithm just "Alignment" in the new configuration, see https://gitlab.cern.ch/lhcb/Alignment/-/issues/17
if not opts.humboldt:
alignAlg = appMgr.algorithm("Alignment")
Loading