-
Notifications
You must be signed in to change notification settings - Fork 485
TOF matcher workflow re-arranged #6455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b0dd5f2 to
217b3e7
Compare
|
All comments fully addressed but:
To be defined how to split outputs for constrained track once TPC-TRD and ITS-TPC-TRD will be included |
6b79f81 to
ffe9d1b
Compare
|
makeConstrainedTPCTracks problem fixes. Now it works (filling of one vector was missing) |
|
build/O2/o2 check expected to be fixed after |
shahor02
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @noferini
Since the FullCI fails due to the QC, did you run the FST locally to make sure it is not broken.
BTW, to not forget: once this is merged, the TOF reco should be updated also in the https://github.com/AliceO2Group/O2DPG/blob/b7a46515d5bbe54c3d9cd90dd4b063f01cf7e775/MC/bin/o2dpg_sim_workflow.py#L482-L487
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the moment ok, later may change this either to more meaningful names or use subspec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now the o2-tof-reco-workflow will produce only digits and clusters, while this one will run with current defaults the TPC and ITS-TPC mathing, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right
Sorry, what is "FST"? |
|
Hi, FST is the prodtests/full_system_test.sh script |
|
I had problem in my laptop with FST with SHM which I didn't understand but I was able to run from scratch these commands (after a minor fix in tof-reco-workflow already ported) o2-sim-serial -n 10 -g pythia8pp -e TGeant3 -m ITS TPC TRD TOF I got proper outputs with tof-matcher-workflow (also with high-purity selected) |
|
vector management (resize, reserve, ...) optimized |
|
I will re-open the PR since it seems to me that the last changes ported to QC are not included here for the tests. |
|
I don't understand what you mean by reopen? |
I see that checks are running with the old QC even if my fix is merged. |
|
Hi Francesco, closing and reopening will not change what is used in the test. I think merging to QC master is not enough, we need a new QC tag in bump it in alidist, to test with your fix. @Barthelemy : could you take care? |
|
@davidrohr QC v1.20 is out, the alidist bump is pending here: alisw/alidist#3122 |
|
thx |
|
What is the plan for this PR? |
|
Hi @noferini |
|
Qc has been bumped, so if you rebase this it should hooefully pass the CI.
|
…6430) * Updated copyright headers in all files with new text agreed in the O2 project
|
Hi @noferini Both the full_system_test.sh and sim_challenge are broken by this PR... I've opened a noferini#28 in your repo which fixes them: apart from workflows options/reshuffling, I've also reverted the |
Merged in my own branch |
|
Hi @noferini The QC v1.20 was just merged, hopefully o2 CI will be ok at next iteration. |
|
local FST passed, merging. |
* generalize TOF matcher * add MatchInfoTOFReco class * cleanup TOF reco workflow * Updated copyright headers in all files with new text … (AliceO2Group#6430) * Updated copyright headers in all files with new text agreed in the O2 project * fix copyrights new TOF classes * Fixes * fix for checks Co-authored-by: Ivana Hrivnacova <Ivana.Hrivnacova@cern.ch> Co-authored-by: shahoian <ruben.shahoyan@cern.ch>
This is a new PR started from a non-dev branch.
Previous one was closed (PR6423).
Missing comments by Ruben to be addressed are reported below.
BTW, what prevents processing the TPC-TRD and ITS-TPC-TRD tracks at once?