Functions | |
def | custom_coarsetc_equalshare (process, stcSize=coarsetc_equalshare_proc.stcSize, fixedDataSizePerHGCROC=coarsetc_equalshare_proc.fixedDataSizePerHGCROC) |
def | custom_coarsetc_onebitfraction (process, stcSize=coarsetc_onebitfraction_proc.stcSize, fixedDataSizePerHGCROC=coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC, oneBitFractionThreshold=coarsetc_onebitfraction_proc.oneBitFractionThreshold, oneBitFractionLowValue=coarsetc_onebitfraction_proc.oneBitFractionLowValue, oneBitFractionHighValue=coarsetc_onebitfraction_proc.oneBitFractionHighValue) |
def | custom_triggercellselect_bestchoice (process, triggercells=best_conc_proc.NData) |
def | custom_triggercellselect_bestchoice_decentralized (process) |
def | custom_triggercellselect_mixedBestChoiceSuperTriggerCell (process, 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 | custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized (process) |
def | custom_triggercellselect_supertriggercell (process, stcSize=supertc_conc_proc.stcSize, type_energy_division=supertc_conc_proc.type_energy_division, fixedDataSizePerHGCROC=supertc_conc_proc.fixedDataSizePerHGCROC) |
def | custom_triggercellselect_threshold (process, threshold_silicon=threshold_conc_proc.threshold_silicon, threshold_scintillator=threshold_conc_proc.threshold_scintillator, coarsenTriggerCells=threshold_conc_proc.coarsenTriggerCells) |
def customTriggerCellSelect.custom_coarsetc_equalshare | ( | process, | |
stcSize = coarsetc_equalshare_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_equalshare_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 64 of file customTriggerCellSelect.py.
def customTriggerCellSelect.custom_coarsetc_onebitfraction | ( | process, | |
stcSize = coarsetc_onebitfraction_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC , |
|||
oneBitFractionThreshold = coarsetc_onebitfraction_proc.oneBitFractionThreshold , |
|||
oneBitFractionLowValue = coarsetc_onebitfraction_proc.oneBitFractionLowValue , |
|||
oneBitFractionHighValue = coarsetc_onebitfraction_proc.oneBitFractionHighValue |
|||
) |
Definition at line 44 of file customTriggerCellSelect.py.
def customTriggerCellSelect.custom_triggercellselect_bestchoice | ( | process, | |
triggercells = best_conc_proc.NData |
|||
) |
Definition at line 32 of file customTriggerCellSelect.py.
Referenced by custom_triggercellselect_bestchoice_decentralized().
def customTriggerCellSelect.custom_triggercellselect_bestchoice_decentralized | ( | process | ) |
Definition at line 40 of file customTriggerCellSelect.py.
References custom_triggercellselect_bestchoice().
def customTriggerCellSelect.custom_triggercellselect_mixedBestChoiceSuperTriggerCell | ( | process, | |
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 customTriggerCellSelect.py.
Referenced by custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized().
def customTriggerCellSelect.custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized | ( | process | ) |
Definition at line 90 of file customTriggerCellSelect.py.
References custom_triggercellselect_mixedBestChoiceSuperTriggerCell().
def customTriggerCellSelect.custom_triggercellselect_supertriggercell | ( | process, | |
stcSize = supertc_conc_proc.stcSize , |
|||
type_energy_division = supertc_conc_proc.type_energy_division , |
|||
fixedDataSizePerHGCROC = supertc_conc_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 5 of file customTriggerCellSelect.py.
def customTriggerCellSelect.custom_triggercellselect_threshold | ( | process, | |
threshold_silicon = threshold_conc_proc.threshold_silicon , |
|||
threshold_scintillator = threshold_conc_proc.threshold_scintillator , |
|||
coarsenTriggerCells = threshold_conc_proc.coarsenTriggerCells |
|||
) |
Definition at line 18 of file customTriggerCellSelect.py.