Functions | |
def | 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') |
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_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 60 of file concentrator.py.
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 132 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 112 of file concentrator.py.
def concentrator.create_onebitfraction | ( | process, | |
inputs, | |||
stcSize = coarsetc_onebitfraction_proc.stcSize , |
|||
fixedDataSizePerHGCROC = coarsetc_onebitfraction_proc.fixedDataSizePerHGCROC |
|||
) |
Definition at line 97 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.