Skip to content

TRT Calibration - Adding email notifications to LAST step

Sergi Rodriguez Bosca requested to merge serodrig/athena:10Sep2024 into 24.0

This MR is meant to introduce the email notification for the TRT calibration in the LAST step.

Emails are for now sent just to me (@serodrig) in order to not spam people.

There is one additional bolean argument in the last transform runArgs.sendNotification by default is True. It can be change either in the JSON or by command line adding --sendNotification=False

Additionally, the python file TRTCalib_Extractor.py has been added in order to extract the information of the calibration for the email body.

FYI @hansenph

Merge request reports