-
Notifications
You must be signed in to change notification settings - Fork 628
First step towards the new centrality task #122
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
| { | ||
| /* check the previous run number */ | ||
| auto bc = collision.bc_as<aod::BCsWithTimestamps>(); | ||
| if (bc.runNumber() != mRunNumber) { |
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.
This is for caching, right? In the future the CCDBConfigurable will do this automatically.
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.
Good!
For the time being if the run number does not change the CCDB is only queried once
|
Sorry! |
|
@ekryshen I don't know how to formally add you to the reviewers of this draft PR |
|
Hi @victor-gonzalez, thank you very very much, this looks very good! Note that the files I sent you contain also other estimators, such as CL0 and CL1, in them already and that this could be done in a second step. For posterity, we may also want to have a broader discussion (with @jgrosseo and others) on standardizing estimator naming and especially how to proceed with the actual Run 3 data, where we may want to use FIT signals etc. |
|
Thanks @ddobrigk |
|
Yes, before merging we should discuss the column names. Some of them should include Run2 I guess because we will not have an SPD in Run 3 for instance :) |
d93b4e5 to
a125398
Compare
|
Now the PR incorporates the side effects on all affected files |
|
Very nice! We should add your converted centrality files then to the production CCDB - I have asked access for you. What would be a good prefix? |
|
Analysis/Centrality seems appropriate |
We already have /Centrality folder in the production CCDB: |
Sorry for this. Yes, we should keep the old path. However, then we cannot upload yet the objects, because the old centrality task will stop working... |
|
@victor-gonzalez I would say then you adjust the table names (as discussed above), resolve the conflicts, and we ask people to test this PR (still using the test-ccdb). Then we can make a upload & merge in the same moment. |
|
Very good! |
The old path is |
|
Thanks. So we will not have an issue with name clashes. |
|
Tried, but I can only do it at |
28be296 to
5727ac1
Compare
|
Also the conflicts were resolved |
|
I'm not sure I understand the |
|
Ok! |
|
|
|
It does not compile. Can you rebase and update? |
So far a separated new task only tested by the dpt-dpt correlations task
Based on V0M estimation but ready for other estimators implementation
8b9fb11 to
88a07c1
Compare
* Separate functions to alleviate memory issues * Please consider the following formatting changes (#122) --------- Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
* Separate functions to alleviate memory issues * Please consider the following formatting changes (AliceO2Group#122) --------- Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
* Separate functions to alleviate memory issues * Please consider the following formatting changes (AliceO2Group#122) --------- Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
* Separate functions to alleviate memory issues * Please consider the following formatting changes (AliceO2Group#122) --------- Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
* Separate functions to alleviate memory issues * Please consider the following formatting changes (AliceO2Group#122) --------- Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
[PWGLF] Update spectraTOF.cxx
So far a separated new task only tested by the
dpt-dpt correlations task