rail.estimation.algos.pointEstimateHist module

A summarizer that simple makes a histogram of a point estimate

class rail.estimation.algos.pointEstimateHist.PointEstimateHist(args, comm=None)[source]

Bases: PZSummarizer

Summarizer which simply histograms a point estimate

config_options = {'chunk_size': 10000, 'nsamples': <ceci.config.StageParameter object>, 'nzbins': <ceci.config.StageParameter object>, 'output_mode': <ceci.config.StageParameter object>, 'point_estimate': <ceci.config.StageParameter object>, 'seed': <ceci.config.StageParameter object>, 'zmax': <ceci.config.StageParameter object>, 'zmin': <ceci.config.StageParameter object>}
name = 'PointEstimateHist'
outputs = [('output', <class 'rail.core.data.QPHandle'>), ('single_NZ', <class 'rail.core.data.QPHandle'>)]
run()[source]

Run the stage and return the execution status