TrigT1RPChardware: remove DISP_ macros
Replace the usage of DISP macros for messaging as appropriate:
- pass
MsgStreamfor useful messages - plain
coutfor standalone/validation code -
throwexception for fatal errors - comment code if only needed for debugging
Also delete methods that were marked as obsolete.
Relates to ATLASRECTS-6313.