TPC: Use CTP as fallback if no IDCs are available#14919
TPC: Use CTP as fallback if no IDCs are available#14919shahor02 merged 2 commits intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
shahor02
left a comment
There was a problem hiding this comment.
@matthias-kleiner thanks, looks fine, but as far as I can see, once fall-back is triggered, it will persist even if the IDC scaler was recovered. Perhaps we should add to the loader a backup value mLumiScaleTypeBackup of the original mLumiScaleType and in the beginning of every TF do
if (mIDC2CTPFallbackActive) {
mIDC2CTPFallbackActive = false;
mLumiScaleType = mLumiScaleTypeBackup;
}
?
|
Hi @shahor02 , You can also see it in the attached log that it goes back to But I think I dont need to call |
|
Sorry, missed this. You indeed don't need to call |
* TPC: Use CTP as fallback if no IDCs are available * Dont update map as only the lumi is updated
This PR adds a fallback to CTP scaling in case the IDCs are missing. When IDCs are missing, the default IDC object is used, which is =-1. In that case a wrong scaling is applied.

Local test with few TFs looks good so far: