CMGTools/TTHAnalysis/python/plotter/susy-1lep/RcsDevel
. The macros available are:
searchBins.py
. Usage: ./makeBinYields.py [options]where the options could be the same as in
mcAnalysis.py
plus the following: -—mca
: provide the mca file with the samples (like for mcAnalysis.py
)
-—cut
: provide the cut file (like for mcAnalysis.py
)
-v (—verbose)
: set verbosity level (0,1,2)
-—od
: output directory for root files
-—grid
: make a grid of yields for bkg/data: a TH2F with 2 bins on the y-axis: selected,anti-selected and 3 x-bins: muon,mu+ele,electrons yields.
-—signal
: make a grid of yields for signal: mGluino vs mLSP with positive mGo for electrons and negative for muons
-—chunk
: run only the n-th chunk (bin) of the bin dictionary
-b (--batch)
: run all chunks on the batch system (NAF/DESY for now only) Example: ./makeBinYields.py --mca mca-SignalScan.txt --signal -v 1 -l 3 --od lumi3fb/scan -b #for signal ./makeBinYields.py --mca mca-Spring15.txt --grid -v 1 -l 3 --od lumi3fb/grid -b # for backgrounds/data
./mergeBins.py in/put/dir/patternwhere the input directory pattern should either be an existing directory ending with a
/
or, a pattern like input/dir/LT1_
.
./appendRcsKappa.py in/put/dir/patternwhere the input directory pattern should either be an existing directory ending with a
/
or, a pattern like input/dir/LT1_
. The input files should be products of the merge script.
_syst
histograms from the up and down variation histograms stored for each sample. The maximum deviation is taken for each bin. Usage: ./calcSyst.py in/put/dir/patternwhere the input directory pattern should either be an existing directory ending with a
/
or, a pattern like input/dir/LT1_
. The input files should be products of the merge script.