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
13 files
+ 97
122
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -71,7 +71,6 @@ parser.add_option(
help="name of histogram file",
default=None)
parser.add_option(
"--humboldt",
action="store_true",
@@ -173,6 +172,7 @@ 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")
alignAlg.XmlWriters = tAlign.xmlWritersAsString()
Loading