Functions | |
def | create_bestchoice (process, inputs, triggercells=best_conc_proc.NData, coarsenTriggerCells=best_conc_proc.coarsenTriggerCells, ctcSize=best_conc_proc.ctcSize) |
def | create_custom (process, inputs, stcSize=custom_conc_proc.stcSize, type_energy_division=custom_conc_proc.type_energy_division, fixedDataSizePerHGCROC=custom_conc_proc.fixedDataSizePerHGCROC, triggercells=custom_conc_proc.NData, threshold_silicon=custom_conc_proc.threshold_silicon, threshold_scintillator=custom_conc_proc.threshold_scintillator, Method=custom_conc_proc.Method, coarsenTriggerCells=custom_conc_proc.coarsenTriggerCells, ctcSize=custom_conc_proc.ctcSize) |
def | create_mixedfeoptions (process, inputs, stcSize=custom_conc_proc.stcSize, type_energy_division=custom_conc_proc.type_energy_division, fixedDataSizePerHGCROC=custom_conc_proc.fixedDataSizePerHGCROC, triggercells=custom_conc_proc.NData) |
def | create_onebitfraction (process, inputs, stcSize=coarsetc_onebitfraction_proc.stcSize, fixedDataSizePerHGCROC=coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC) |
def | create_supertriggercell (process, inputs, stcSize=supertc_conc_proc.stcSize, type_energy_division=supertc_conc_proc.type_energy_division, fixedDataSizePerHGCROC=supertc_conc_proc.fixedDataSizePerHGCROC, coarsenTriggerCells=supertc_conc_proc.coarsenTriggerCells, ctcSize=supertc_conc_proc.ctcSize) |
def | create_threshold (process, inputs, threshold_silicon=threshold_conc_proc.threshold_silicon, threshold_scintillator=threshold_conc_proc.threshold_scintillator # in mipT) |
def concentrator.create_bestchoice | ( | process, | |
inputs, | |||
triggercells = best_conc_proc.NData , |
|||
coarsenTriggerCells = best_conc_proc.coarsenTriggerCells , |
|||
ctcSize = best_conc_proc.ctcSize |
|||
) |
Definition at line 43 of file concentrator.py.
def concentrator.create_custom | ( | process, | |
inputs, | |||
stcSize = custom_conc_proc.stcSize , |
|||
type_energy_division = custom_conc_proc.type_energy_division , |
|||
fixedDataSizePerHGCROC = custom_conc_proc.fixedDataSizePerHGCROC , |
|||
triggercells = custom_conc_proc.NData , |
|||
threshold_silicon = custom_conc_proc.threshold_silicon , |
|||
threshold_scintillator = custom_conc_proc.threshold_scintillator , |
|||
Method = custom_conc_proc.Method , |
|||
coarsenTriggerCells = custom_conc_proc.coarsenTriggerCells , |
|||
ctcSize = custom_conc_proc.ctcSize |
|||
) |
Definition at line 95 of file concentrator.py.
def concentrator.create_mixedfeoptions | ( | process, | |
inputs, | |||
stcSize = custom_conc_proc.stcSize , |
|||
type_energy_division = custom_conc_proc.type_energy_division , |
|||
fixedDataSizePerHGCROC = custom_conc_proc.fixedDataSizePerHGCROC , |
|||
triggercells = custom_conc_proc.NData |
|||
) |
Definition at line 75 of file concentrator.py.
def concentrator.create_onebitfraction | ( | process, | |
inputs, | |||
stcSize = coarsetc_onebitfraction_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 60 of file concentrator.py.
def concentrator.create_supertriggercell | ( | process, | |
inputs, | |||
stcSize = supertc_conc_proc.stcSize , |
|||
type_energy_division = supertc_conc_proc.type_energy_division , |
|||
fixedDataSizePerHGCROC = supertc_conc_proc.fixedDataSizePerHGCROC , |
|||
coarsenTriggerCells = supertc_conc_proc.coarsenTriggerCells , |
|||
ctcSize = supertc_conc_proc.ctcSize |
|||
) |
Definition at line 7 of file concentrator.py.
def concentrator.create_threshold | ( | process, | |
inputs, | |||
threshold_silicon = threshold_conc_proc.threshold_silicon , |
|||
threshold_scintillator = threshold_conc_proc.threshold_scintillator # in mipT |
|||
) |
Definition at line 28 of file concentrator.py.