-
Notifications
You must be signed in to change notification settings - Fork 0
Distortion irregular #3
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
base: master
Are you sure you want to change the base?
Conversation
Add kdtree to irregular interpolator Fix correction calculation of RPhi Distortions modification as Ernst suggest Integration on exact function
|
Dear Rifki, the old AliTPCCommon repository is not used anymore. As you mentioned, it was moved to O2/GPU and AliRoot/GPU, respectively. The procedure is the following:
Can you copy your changes to O2/GPU and make a new pull request there, please? Either to the official O2 repository dev branch https://github.com/AliceO2Group/AliceO2 or to my development branch https://github.com/ehellbar/AliceO2/tree/ehellbar-dev . Cheers, |
|
Dear Ernst My changes located also in non-GPU folder at AliRoot suchas AliTPCSpaceCharge3DDriftline.cxx at TPC/TPCbase and the folder test there. Should I make a pull request to both? |
|
Hello Rifki, if the changes in AliTPCSpaceCharge3DDriftline.cxx do not require the changes in the GPU folder, you can make a pull request in AliRoot of only the files which are not in the GPU folder. If the changes of non-GPU files require the changes in the GPU folder, you first have to make a pull request of the GPU files in O2 and wait until it is synched with the AliRoot GPU folder. You cannot make a pull request for files in the GPU folder in AliRoot. This has to be done in O2. Before you make the new pull request, we should meet because there are some changes I would propose to put into this pull request. Cheers, |
|
Hello Ernst But both need to be synchronized to be worked. I am now cloning the AliceO2 and will put the changes there, will make a pull request to AliceO2Group directly. Regards |
|
However I need to follow these rules first, let me first check |
|
Hello Rifki, ok. For the GPU/TPCSpaceChargeBase repository, we are not following the O2 coding guide lines too much, so as long as you stick to how it was done before, it should be fine. Can you also look at this commit, please? I made some small changes (replacing TF1 by TF2) to the AliTPCSpaceCharge3DCalc.cxx and AliTPCSpaceCharge3DCalc.h which we need for the ROC displacement studies. Cheers, |
|
Ok, thanks for your explanation. Regards |
Dear Ernst Hellbar
Here I fixed some bugs:
Can you give me advices how to pull request my changes to the main AliTPCCommon.
I saw that AliRoot has AliTPCCommon at AliRoot/GPU, is it manually copied? or what its the mechanism?
Here is the output of AliRoot unittest
out.txt
Best Regards
Rifki Sadikin