Functions | |
def | create_autoencoder |
def | create_bestchoice |
def | create_custom |
def | create_mixedfeoptions |
def | create_onebitfraction |
def | create_supertriggercell |
def | create_threshold |
def concentrator.create_autoencoder | ( | process, | |
inputs, | |||
cellRemap = autoEncoder_conc_proc.cellRemap , |
|||
cellRemapNoDuplicates = autoEncoder_conc_proc.cellRemapNoDuplicates , |
|||
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 , |
|||
encoderShape = autoEncoder_conc_proc.encoderShape , |
|||
decoderShape = autoEncoder_conc_proc.decoderShape , |
|||
zeroSuppresionThreshold = autoEncoder_conc_proc.zeroSuppresionThreshold , |
|||
saveEncodedValues = autoEncoder_conc_proc.saveEncodedValues , |
|||
preserveModuleSum = autoEncoder_conc_proc.preserveModuleSum , |
|||
scintillatorMethod = 'thresholdSelect' |
|||
) |
Definition at line 74 of file concentrator.py.
References create_onebitfraction().
Referenced by create_bestchoice().
def concentrator.create_bestchoice | ( | process, | |
inputs, | |||
triggercells = best_conc_proc.NData , |
|||
coarsenTriggerCells = best_conc_proc.coarsenTriggerCells , |
|||
ctcSize = best_conc_proc.ctcSize |
|||
) |
Definition at line 47 of file concentrator.py.
References create_autoencoder().
Referenced by create_threshold().
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 |
|||
) |
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 117 of file concentrator.py.
References create_custom().
Referenced by create_onebitfraction().
def concentrator.create_onebitfraction | ( | process, | |
inputs, | |||
stcSize = coarsetc_onebitfraction_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 100 of file concentrator.py.
References create_mixedfeoptions().
Referenced by create_autoencoder().
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 |
|||
) |
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 31 of file concentrator.py.
References create_bestchoice().
Referenced by create_supertriggercell().