ATLAS Offline Software
Loading...
Searching...
No Matches
ShowerShapeRegression Namespace Reference

Classes

class  ShowerShapeRegressor

Functions

 run_reg (neuron_type, num_neurons)

Variables

str __author__ = 'Christopher Bock - LMU'

Function Documentation

◆ run_reg()

ShowerShapeRegression.run_reg ( neuron_type,
num_neurons )

Definition at line 722 of file ShowerShapeRegression.py.

722def run_reg(neuron_type, num_neurons):
723 plotter = ShowerShapeRegressor()
724
725 plotter.cumulated_events_threshold = 1000
726
727 plotter.neuron_type = neuron_type
728 plotter.num_neurons = num_neurons
729
730 plotter.log_efrac = True
731
732 plotter.run()
733
734 return
735
736

Variable Documentation

◆ __author__

str ShowerShapeRegression.__author__ = 'Christopher Bock - LMU'
private

Definition at line 3 of file ShowerShapeRegression.py.