ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RateMonShiftTool_dev/mkTMDfits.py
(Generate patch)

Comparing UserCode/RateMonShiftTool_dev/mkTMDfits.py (file contents):
Revision 1.2 by grchrist, Tue Apr 10 10:02:32 2012 UTC vs.
Revision 1.3 by grchrist, Tue Apr 10 14:26:04 2012 UTC

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines