Some final updates to ensure all scripts work and all files are named correctly after recent changes.#84
Conversation
jjacob
commented
May 14, 2014
- Corrected naming of merged histogram files so that the measurement scripts can find and use them.
- Updated the runnning scripts in bin/, including naming the output logs so that they can be accessed properly by the later scripts.
- Small correction in what is output during the fit in tools/Fitting.py so that only what is necessary is printed out to the log file)
- Updates to 98_fit_cross_checks.py matching the other recent changes New bins ++ #78 and Spring cleaning #81.
…f merged histogram files.
…h the recent changes in DPS.
…cutables; removed .sh from overall measurement script.
There was a problem hiding this comment.
why not putting it into x_05_all_vars?
|
While you're here, could you also change this line to ? |
There was a problem hiding this comment.
Why are you removing the verbose output from fitting?
There was a problem hiding this comment.
The value for gMinuit.SetPrintLevel of -1 is the level required for the fit log file (to be used by the later 98_fit_cross_checks script). And so it became a pointless if statement since both conditions required a value of -1. I've described in the few lines above this point in the code what the values available are, and how much output they provide, so can be changed manually in future...just not with the verbose flag.
|
Added a new commit with modifications as per suggestions from Luke and Sergey. Also replied to comments in-line. |
…les together. Fixing some more file paths according to recent naming changes.
Some final updates to ensure all scripts work and all files are named correctly after recent changes.