September 2013 |
|
November 2013 |
tar czf HWWFitting.tar.gz -T filesForHWWFit.txt -X excludeForHWWFit.txt mkdir HWWFitMVA0.5 cp HWWFitting.tar.gz HWWFitMVA0.5 cd HWWFitMVA0.5/ tar xzf HWWFitting.tar.gz python pyroot_logon.pyAt this point there is a macro that will do the runHiggsNew.py
$ runHiggsNew.py --help Usage: runHiggsNew.py [options] Options: -h, --help show this help message and exit --electrons do electrons instead of muons --mva=MVACUT override cut value for mva --doShapes do the shapes fits --doFit do the spectrum fitWith only options and no mass points it will do all of them. You can also pass in mass arguments. So something like this
runHiggsNew.py --doShapes --doFit --mva 0.5will run all of the muon mass points with an mva cut of 0.5
runHiggsNew.py --doShapes --doFit --electrons 400 450will run the electrons for 400 and 450 with the default mva cut values.