-
Notifications
You must be signed in to change notification settings - Fork 486
Add extra info with charge and timing to unbinned residuals #14969
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: dev
Are you sure you want to change the base?
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@miranov25 , this adds to the unbinned residuals tree a branch with 4-bytes struct https://github.com/shahor02/AliceO2/blob/6c23010c8442f96250eb35358bd3c73ca04a9723/Detectors/TPC/calibration/SpacePoints/include/SpacePoints/TrackInterpolation.h#L104-L145 encoding the TPC dedx, TRD q's and slope (truncated to +-3.5 range), TOF cluster time wrt track ITS-TPC time and the same for the PV (i.e. one should use the relevant getter depending on the row value). |
|
Hello @shahor02 Thank you. If my understanding is correct, then it will work. In meantime I will check your file |
|
@miranov25 yes, detInfo elements are in sync with res, for ITS 0's are filled. |
|
Hello @shahor02
That can work. Another options time_80 = time_event. + drift80= time_event. + 100*(1-80*|tgl|/250.) 2.) For occupancy bins per track defined in similar way: I will write formula soon |
|
@miranov25 shall I merge this part as is or wait for your formula? |
|
Hello @shahor02 We need to use a variable with "semi" relative precision. We can use a simple logarithmic function or the asinh function, which is nearly linear for small x (below the scale value) and logarithmic for larger values. If the occupancy is given as the number of clusters, we can use the scale as in my TF1 without normalisation. I have to check again the scale. Can you access our occupancy estimator from reconstructions? TF1 f1("ncl","asinh(x*0.05)/0.05",0,10000000)
|
|
The residuals extraction has access to David's vector of occupancies per 16 TBs. But I don't understand which value you want to put in your TF1 |
|
I want to calculate the mean occupancy per track segment as discussed above. #14969 (comment) Occupancy in radial segments IROC, OROC0, 1, 2, using our vectors of occupancies. |
|
If you want to provide a code snippet, go on, I'll not work on this before tomorrow afternoon. |

No description provided.