Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
centProxy.py File Reference

Go to the source code of this file.

Namespaces

namespace  centProxy
 

Functions

def centProxy.Draw_1Dhist_wPercentile
 
def centProxy.Draw_2Dhist_wPercentile
 

Variables

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')