-
Notifications
You must be signed in to change notification settings - Fork 483
fix in FT0 digitization (time wrt BC) #13833
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
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| Double_t hit_time = hit.GetTime() - timeOfFlight + timeOffset; | ||
| Double_t hit_time = hit.GetTime() - timeOfFlight + timeOffset + mIntRecord.getTimeOffsetWrtBC(); | ||
|
|
||
| if (hit_time > 150) { |
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.
we also use hit_time here (hit_time > 150), w/o coll time
|
Hello @noferini I suggest to postpone this commit until we check some other cases (marked in the code) where |
|
Hi @afurs , |
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Thanks |
FT0 digitization: moving mIntRecord.getTimeOffsetWrtBC() when caching digit in order to use the current (and correct) collision time
Two plots from TOF QC after this commit is included... TOF-FT0 correlation recovered