Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
Compare and
15 files
+ 592
8
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -166,8 +166,8 @@ if UseDD4Hep:
cppyy.gbl.gSystem.Load("libTAlignmentLib.so")
cppyy.gbl.gInterpreter.Declare('#include "TAlignment/AlignAlgorithmHelper.h"')
alignAlg = appMgr.algorithm("Alignment")
alignAlg.XmlWriters = tAlign.xmlWritersAsString()
alignAlg = appMgr.algorithm("myAlignmentAlgorithm")
#alignAlg.XmlWriters = tAlign.xmlWritersAsString()
fitterAlg = appMgr.algorithm("ForwardFitterAlg")
for i in range(opts.numiter):
Loading