Functions | |
def | create_bestchoice (process, inputs, triggercells=best_conc_proc.NData) |
def | create_supertriggercell (process, inputs, stcSize=supertc_conc_proc.stcSize) |
def | create_threshold (process, inputs, threshold_silicon=threshold_conc_proc.triggercell_threshold_silicon, threshold_scintillator=threshold_conc_proc.triggercell_threshold_scintillator#in mipT) |
def concentrator.create_bestchoice | ( | process, | |
inputs, | |||
triggercells = best_conc_proc.NData |
|||
) |
def concentrator.create_supertriggercell | ( | process, | |
inputs, | |||
stcSize = supertc_conc_proc.stcSize |
|||
) |
def concentrator.create_threshold | ( | process, | |
inputs, | |||
threshold_silicon = threshold_conc_proc.triggercell_threshold_silicon , |
|||
threshold_scintillator = threshold_conc_proc.triggercell_threshold_scintillator # in mipT |
|||
) |
Definition at line 22 of file concentrator.py.
References create_bestchoice().
Referenced by create_supertriggercell().