def customTriggerCellSelect.custom_coarsetc_equalshare | ( | process, | |
stcSize = coarsetc_equalshare_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_equalshare_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 67 of file customTriggerCellSelect.py.
References custom_triggercellselect_mixedBestChoiceSuperTriggerCell().
Referenced by custom_coarsetc_onebitfraction().
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 50 of file customTriggerCellSelect.py.
References custom_coarsetc_equalshare().
Referenced by custom_triggercellselect_bestchoice_decentralized().
def customTriggerCellSelect.custom_triggercellselect_autoencoder | ( | process, | |
cellRemap = autoEncoder_conc_proc.cellRemap , |
|||
nBitsPerInput = autoEncoder_conc_proc.nBitsPerInput , |
|||
maxBitsPerOutput = autoEncoder_conc_proc.maxBitsPerOutput , |
|||
bitsPerLink = autoEncoder_conc_proc.bitsPerLink , |
|||
modelFiles = autoEncoder_conc_proc.modelFiles , |
|||
linkToGraphMap = autoEncoder_conc_proc.linkToGraphMap , |
|||
zeroSuppresionThreshold = autoEncoder_conc_proc.zeroSuppresionThreshold , |
|||
saveEncodedValues = autoEncoder_conc_proc.saveEncodedValues , |
|||
preserveModuleSum = autoEncoder_conc_proc.preserveModuleSum , |
|||
scintillatorMethod = 'thresholdSelect' |
|||
) |
Definition at line 106 of file customTriggerCellSelect.py.
Referenced by custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized().
def customTriggerCellSelect.custom_triggercellselect_bestchoice | ( | process, | |
triggercells = best_conc_proc.NData |
|||
) |
Definition at line 34 of file customTriggerCellSelect.py.
Referenced by custom_triggercellselect_bestchoice_decentralized(), and custom_triggercellselect_threshold().
def customTriggerCellSelect.custom_triggercellselect_bestchoice_decentralized | ( | process | ) |
Definition at line 40 of file customTriggerCellSelect.py.
References custom_coarsetc_onebitfraction(), and 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 80 of file customTriggerCellSelect.py.
Referenced by custom_coarsetc_equalshare(), and custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized().
def customTriggerCellSelect.custom_triggercellselect_mixedBestChoiceSuperTriggerCell_decentralized | ( | process | ) |
Definition at line 90 of file customTriggerCellSelect.py.
References custom_triggercellselect_autoencoder(), and 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 9 of file customTriggerCellSelect.py.
References custom_triggercellselect_threshold().
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 22 of file customTriggerCellSelect.py.
References custom_triggercellselect_bestchoice().
Referenced by custom_triggercellselect_supertriggercell().