o2dpg_sim_workflow.py: only add reco tasks of smaller detectors if they are active - #2445
o2dpg_sim_workflow.py: only add reco tasks of smaller detectors if they are active#2445ehellbar wants to merge 3 commits into
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
for some of the matching tasks, the new logic might not be correct, still checking |
| #<--------- MFT-MCH forward matching | ||
| forwardmatchneeds = [MCHRECOtask['name'], | ||
| MFTRECOtask['name'] if isActive("MFT") else None, | ||
| MFTRECOtask['name'], |
There was a problem hiding this comment.
changed the MFT reco task to an unconditional requirement for the forward matching task
No description provided.