Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 595 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 595 Bytes
  1. Before editting CMSSW, build plots:

    • ./run_multiple -o version_0
  2. After making changes to CMSSW, rebuild plots:

    • ./run_multiple -o version_1
  3. Step 2) can be repeated as many times as desirable. The output/version names can be whatever.

  4. Detailed numerical test of two versions (A and B):

    • run ./compare_multiple <version A> <version B>
  5. Graphical comparison of standard plots:

    • cd plots-root
    • edit file make_plots.cc: in function make_plots define the versions (and their line color/style) you wish to plot
    • run root -l -q make_plots.cc