Skip to content

Periodic merge with OT

Mauro Dinardo requested to merge cmsinnertracker/Ph2_ACF:master into Dev
  • fixed bug in event decoder: bx_counter, which takes 32 bits, when was reaching high numbers, 0xFFFFXXXX was mimicking the HEADER of the event (0xFFFF). Now we have a more robust HEADER decoder
  • fixed bug in filling event container: the program was crashing if row or col outside pixel matrix (it did’t show up until now, with the use of chip modules
  • scurve bias in threshold distribution removed
  • SW now working with 640 MBit/s and 1.28 Gbit/s FW transparently from the user point of view
  • implemented unstuck pixels in PixelAlive
  • new options in cfg file: resetTDAC and resetMask

Merge request reports