|
float | centProxy.TickSize 0.03 |
|
float | centProxy.AxisTitleSize 0.05 |
|
float | centProxy.AxisLabelSize 0.04 |
|
float | centProxy.LeftMargin 0.15 |
|
float | centProxy.RightMargin 0.08 |
|
float | centProxy.TopMargin 0.08 |
|
float | centProxy.BottomMargin 0.13 |
|
int | centProxy.NpercentileDiv 10 |
|
int | centProxy.interval 100 |
|
tuple | centProxy.parser OptionParser(usage="usage: %prog ver [options -n]") |
|
| centProxy.inputfile opt.inputfile |
|
| centProxy.plotdir opt.plotdir |
|
| centProxy.centralityvar opt.centralityvar |
|
int | centProxy.maxcent 50 |
|
tuple | centProxy.df ROOT.RDataFrame('minitree', inputfile) |
|
tuple | centProxy.np_centvar df.AsNumpy(columns=[centralityvar]) |
|
list | centProxy.CentVar_percentile [] |
|
list | centProxy.Binedge_CentVar_percentile [0] |
|
list | centProxy.CentVar_percentile_cut [0] |
|
tuple | centProxy.hM_NClusLayer1 TH1F('hM_NClusLayer1', 'hM_NClusLayer1', 200, 0, 4000) |
|
tuple | centProxy.hM_MBDquantity TH1F('hM_MBDquantity', 'hM_MBDquantity', 200, 0, 25) |
|
tuple | centProxy.hM_NClusLayer1_MBDquantity TH2F('hM_NClusLayer1_MBDquantity', 'hM_NClusLayer1_MBDquantity', 200, 0, 4000, 200, 0, 25) |
|
tuple | centProxy.f TFile(inputfile, 'r') |
|
tuple | centProxy.tree f.Get('minitree') |
|