Last active
April 19, 2018 02:25
-
-
Save lukasheinrich/98340f62bc442518aa1ca56f9fd04426 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source setup.sh | |
./scripts/launch_histfitter_bkgfit ++config config/mbj_singlebin.json ++script python/3b.py ++generatePatchJSON | |
HistFitter.py -wtf -D "before,after,corrMatrix" -F bkg python/3b.py ++config config/mbj_singlebin.json patch0.json ++inputFiles /data/Bkg_21.2.18_mc16a.diboson.root /data/Bkg_21.2.18_mc16a.dijet.root /data/Bkg_21.2.18_mc16a.singletop.root /data/Bkg_21.2.18_mc16a.topEW.root /data/Bkg_21.2.18_mc16a.ttbar.root /data/Bkg_21.2.18_mc16a.W_jets.root /data/Bkg_21.2.18_mc16a.Z_jets.root /data/Data_21.2.18_20152016.root /data/Data_21.2.18_2017.root /data/Sig_21.2.18_mc16a.Gbb.root /data/Sig_21.2.18_mc16a.Gtb.root /data/Sig_21.2.18_mc16a.Gtt.root | |
mv results/* /outresults/ | |
python python/pullPlot.py ++config config/mbj_singlebin.json ++resultsDir /outresults ++outDir_plots /outplots/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment