Random ROB requests in MTCalibPeb
Adding the possibility of random ROB requests in the MTCalibPeb test of the online HLT framework, as suggested by @wiedenma. In case :RNDX:
is added to the ROBAccessDict (where X is an integer), a random sample of X ROBs will be selected from the provided list for the ADD or GET instruction.
With this change, I also added a structure describing the ROB request instruction and moved the dict parsing to initialize()
. The execution of instructions is now implemented in a switch
statement.
Edited by Rafal Bielski