Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -79,6 +79,11 @@ parser.add_option(
(opts, args) = parser.parse_args()
#TODO: new configuration does not work with multiple iterations yet, see https://gitlab.cern.ch/lhcb/Alignment/-/issues/17
if opts.humboldt and opts.numiter > 1:
raise ValueError("New configuration does not work with multiplie iterations yet! Please try just one iteration")
import datetime
t0 = datetime.datetime.now()
@@ -178,6 +183,7 @@ if not opts.humboldt:
alignAlg.XmlWriters = tAlign.xmlWritersAsString()
else:
alignAlg = appMgr.algorithm("HumboldtAlignAlgorithm")
fitterAlg = appMgr.algorithm("ForwardFitterAlg")
for i in range(opts.numiter):
Loading