-
Notifications
You must be signed in to change notification settings - Fork 575
[PWGCF] framework for FemtoVsFlow #12690
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
O2 linter results: ❌ 2 errors, |
Please consider the following formatting changes to AliceO2Group#12690
fix formatting |
Please, keep it as draft until it gets reviewed/approved Also, for the new files, follow The fact that But new files had to adhere to them. It is in the benefice of everyone Thanks!! |
@wenyaCern, thanks for moving forward this functionality! |
Dear Victor, For this analysis, using the current femto-derived data format is impossible, as the analysis procedure in Task only reserves the filtered tracks by the table producer, while the calculation for flow requires inclusive hadrons. Events will be separated by the information of flow and that flow information will be transferred to analysis tasks. Considering the above reasons, I prefer to create a new data format by adding flow information in the data-driven, which will be isolated and not affect the current femto analysis. I'm fixing the O2 linter and MegaLinter issues now. Hope you can consider my update and thanks a lot for that! Best regards, |
Dear Wenya, |
Dear Victor, |
[PWGCF] Please consider the following formatting changes to AliceO2Group#12690
[PWGCF] Please consider the following formatting changes to AliceO2Group#12690
[PWGCF] Please consider the following formatting changes to AliceO2Group#12690
[PWGCF] Please consider the following formatting changes to AliceO2Group#12690
The O2 linter errors have been fixed. The derived data contains the qn bin information, which is the only thing changed from the femtoUniverse framework. |
@wenyaCern @shouqiye This is still not ready for being merged |
Please, keep it as draft for the time being |
Overview
I've created a simple framework for calculating femtocorrelation functions with divided qₙ-vectors for Event-shape engineering of flow measurements, building on
femtoUniverse
(and incorporating small parts offemtodream
). The analysis wants to estimate the relation between femtoRadii vs v2.Why a New Framework
Key updates to the data model necessitated this:
FemtoDerived.h
inDatamodel
now includes q-vector information.