Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
10 files
+ 76
111
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -71,7 +71,6 @@ parser.add_option(
help="name of histogram file",
default=None)
parser.add_option(
"--humboldt",
action="store_true",
@@ -180,7+179,7 @@
alignAlg = appMgr.algorithm("HumboldtAlignAlgorithm")
fitterAlg = appMgr.algorithm("ForwardFitterAlg")
for i in range(opts.numiter):
print("Iteration nr: ", i)
# rewind
if not opts.do_not_rewind and i > 0:
Loading