|
def | histogram_plot (hist, title, x_variable, x_unit=None, description='', check='', contact='', meta_options='') |
|
Create efficiency plots for the V0 validation
Definition at line 25 of file vxdCdcMergerValidationCreatePlots.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
input_file = '../VxdCdcValidationHarvested.root' , |
|
|
|
output_file = 'VxdCdcMergerValidation.root' |
|
) |
| |
Constructor
Definition at line 28 of file vxdCdcMergerValidationCreatePlots.py.
28 def __init__(self, input_file='../VxdCdcValidationHarvested.root', output_file='VxdCdcMergerValidation.root'):
31 self.input_file = input_file
33 self.output_file = output_file
36 self.hist_merged_hits = ROOT.TH1F(
"merged_hits",
"Merged Hits", 70, 0, 140)
38 self.hist_good_over_pt = ROOT.TProfile(
"good_over_pt",
"Good Merge over Pt", 50, 0, 4)
40 self.hist_good_over_theta = ROOT.TProfile(
"good_over_theta",
"Good Merge over Theta", 50, 0, 4)
◆ collect_histograms()
def collect_histograms |
( |
|
self | ) |
|
◆ histogram_plot()
def histogram_plot |
( |
|
hist, |
|
|
|
title, |
|
|
|
x_variable, |
|
|
|
x_unit = None , |
|
|
|
description = '' , |
|
|
|
check = '' , |
|
|
|
contact = '' , |
|
|
|
meta_options = '' |
|
) |
| |
|
static |
◆ plot()
The documentation for this class was generated from the following file: