Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -172,6 +172,8 @@ 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()
@@ -180,7+182,7 @@
fitterAlg = appMgr.algorithm("ForwardFitterAlg")
for i in range(opts.numiter):
print("Iteration nr: ", i)
# rewind
if not opts.do_not_rewind and i > 0:
if UseDD4Hep:
Loading