-
Before editting CMSSW, build plots:
./run_multiple -o version_0
-
After making changes to CMSSW, rebuild plots:
./run_multiple -o version_1
-
Step 2) can be repeated as many times as desirable. The output/version names can be whatever.
-
Detailed numerical test of two versions (A and B):
- run
./compare_multiple <version A> <version B>
- run
-
Graphical comparison of standard plots:
cd plots-root
- edit file
make_plots.cc
: in functionmake_plots
define the versions (and their line color/style) you wish to plot - run
root -l -q make_plots.cc