-
Initialise CMSSW environment of your choice. NB: this CMSSW version will be re-used for processing the data.
-
Go to the directory of the proton-validation package (where
submitfile is). -
Run
./submit --helpto check the available options. -
Run
./submitwith desired options, minimally./submit -o some_version_tag. This will generate jobs underdata/some_version_tag. -
Review the generated configs if you like. Use the HTCondor command printed on screen to submit the jobs.
-
Make sure that all jobs finished successfully - each directory should contain
successfile. This could be done e.g. by running./wd_control -wd data/some_version_tag -s failed print- this will print the failed jobs. They can be resubmitted by running./wd_control -wd data/some_version_tag -s failed resubmit. Run./wd_control --helpfor more options. -
Run
./do_fits_multiple <data/some_version_tag>. -
If you have the Asymptote package, you can build the standar plots by:
- going to
plotsdirectory - edditing the
settings_*.asyfiles to use thesome_version_tagversion. - and running
./make_links - and running
./make_multiple 2016 2017 2018
- Eventually, the standard "reports" can be produced by:
- going to the
summariesdirectory - and running
./make_multiple 2016 2017 2018