Functions | |
def | createRatio |
def | createRatioFromGraph |
def | graphProducer |
def | histoProducer |
def | savePlots |
Variables | |
string | Banner = "CMS Preliminary" |
batch = False | |
doRatio = True | |
drawLegend = False | |
string | drawOption = "" |
list | EtaPtBin |
string | fileNameRef = "BTagRelVal_TTbar_Startup_612SLHC1_14.root" |
string | fileNameVal = "BTagRelVal_TTbar_Startup_14_612SLHC2.root" |
list | listFlavors |
list | listFromats |
list | listHistos |
list | listTag |
dictionary | mapColor |
dictionary | mapLineStyle |
dictionary | mapLineWidth |
dictionary | mapMarker |
string | pathInFile = "/DQMData/Run 1/Btag/Run summary/" |
printBanner = False | |
string | RefRel = "612SLHC1_14" |
string | RefSample = "TTbar_FullSim" |
tuple | unity = TF1("unity","1",-1000,1000) |
string | ValRel = "612SLHC2_14" |
string | ValSample = "TTbar_FullSim" |
int | weight = 1 |
def histoStyle.createRatio | ( | hVal, | |
hRef | |||
) |
Definition at line 392 of file histoStyle.py.
def histoStyle.createRatioFromGraph | ( | hVal, | |
hRef | |||
) |
Definition at line 407 of file histoStyle.py.
Definition at line 239 of file histoStyle.py.
References bitset_utilities.append(), and bookConverter.max.
Definition at line 183 of file histoStyle.py.
References bookConverter.max, and MultipleCompare.Rebin().
def histoStyle.savePlots | ( | title, | |
saveName, | |||
listFromats, | |||
plot, | |||
Histos, | |||
keyHisto, | |||
listLegend, | |||
options, | |||
ratios = None , |
|||
legendName = "" |
|||
) |
Definition at line 313 of file histoStyle.py.
References ecalTPGAnalyzer_cfg.Print.
string histoStyle.Banner = "CMS Preliminary" |
Definition at line 53 of file histoStyle.py.
histoStyle.batch = False |
Definition at line 49 of file histoStyle.py.
histoStyle.doRatio = True |
Definition at line 54 of file histoStyle.py.
histoStyle.drawLegend = False |
Definition at line 51 of file histoStyle.py.
string histoStyle.drawOption = "" |
Definition at line 55 of file histoStyle.py.
Referenced by drawHistograms(), and TauDQMHistPlotter.endRun().
list histoStyle.EtaPtBin |
Definition at line 59 of file histoStyle.py.
Referenced by BTagPerformanceHarvester.getEtaPtBin(), BTagPerformanceAnalyzerOnData.getEtaPtBin(), and BTagPerformanceAnalyzerMC.getEtaPtBin().
string histoStyle.fileNameRef = "BTagRelVal_TTbar_Startup_612SLHC1_14.root" |
Definition at line 41 of file histoStyle.py.
string histoStyle.fileNameVal = "BTagRelVal_TTbar_Startup_14_612SLHC2.root" |
Definition at line 40 of file histoStyle.py.
list histoStyle.listFlavors |
Definition at line 82 of file histoStyle.py.
list histoStyle.listFromats |
Definition at line 126 of file histoStyle.py.
list histoStyle.listHistos |
Definition at line 135 of file histoStyle.py.
list histoStyle.listTag |
Definition at line 67 of file histoStyle.py.
dictionary histoStyle.mapColor |
Definition at line 92 of file histoStyle.py.
dictionary histoStyle.mapLineStyle |
Definition at line 121 of file histoStyle.py.
dictionary histoStyle.mapLineWidth |
Definition at line 117 of file histoStyle.py.
dictionary histoStyle.mapMarker |
Definition at line 113 of file histoStyle.py.
Definition at line 57 of file histoStyle.py.
histoStyle.printBanner = False |
Definition at line 52 of file histoStyle.py.
string histoStyle.RefRel = "612SLHC1_14" |
Definition at line 44 of file histoStyle.py.
string histoStyle.RefSample = "TTbar_FullSim" |
Definition at line 47 of file histoStyle.py.
tuple histoStyle.unity = TF1("unity","1",-1000,1000) |
Definition at line 130 of file histoStyle.py.
string histoStyle.ValRel = "612SLHC2_14" |
Definition at line 43 of file histoStyle.py.
string histoStyle.ValSample = "TTbar_FullSim" |
Definition at line 46 of file histoStyle.py.
int histoStyle.weight = 1 |
Definition at line 50 of file histoStyle.py.