# | Line 16 | Line 16 | def main(): | |
---|---|---|
16 | ||
17 | ############# fIT FILE NAME ########### | |
18 | ||
19 | < | fit_file="fits_TMD.pkl" |
19 | > | fit_file="fits_TMD_ncolbunch%s.pkl" |
20 | ||
21 | ####################################### | |
22 | ||
# | Line 92 | Line 92 | def main(): | |
92 | ||
93 | OutputFit[keys]=fit_list_fortrig | |
94 | ##print "trig=",keys, "fit pars=",fit_list_fortrig | |
95 | + | |
96 | + | fit_file = fit_file % (ncolbunch) |
97 | ||
98 | if os.path.exists(fit_file): | |
99 | os.remove(fit_file) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |