Skip to content

TRTCalib - Adding map files and StrawStatus macros

Sergi Rodriguez Bosca requested to merge serodrig/athena:2sep2024 into 24.0

This MR is meant to update the LAST step for the TRT calibration.

It adds files TRT_StrawMap.txt and TRT_StrawStatus_PermanentlyExcludedStraws.txt that are stored in the "data/" folder. They can be searched using the PathResolver.

Root macro TRTCalib_StrawStatusReport.C as well as the cxx file TRTCalib_StrawStatusReport.cxx and TRT_StrawMap.h has been added. They are directly copied from attrtcal account - MODIFICATION will come later if needed

In the transform TRTCalib_last_tf.py one additional argument has been added --attrtcal_dir (with default for now "." local directory and for testing only.. It will be changed to /afs/cern.ch/user/a/attrtcal/Tier0 later)

The skeleton TRTCalib_last_Skeleton.py now runs almost all the steps (up to the coping file to a subfolder) - The email notification will be implemented in a future MR.

FYI @hansenph, @nairz

Merge request reports