ATLAS Offline Software
Classes | Functions | Variables
ShowerShapeRegression Namespace Reference

Classes

class  ShowerShapeRegressor
 

Functions

def run_reg (neuron_type, num_neurons)
 

Variables

 __author__
 

Function Documentation

◆ run_reg()

def ShowerShapeRegression.run_reg (   neuron_type,
  num_neurons 
)

Definition at line 722 of file ShowerShapeRegression.py.

722 def 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__

ShowerShapeRegression.__author__
private

Definition at line 3 of file ShowerShapeRegression.py.

ShowerShapeRegression.run_reg
def run_reg(neuron_type, num_neurons)
Definition: ShowerShapeRegression.py:722