fix in FT0 digitization (time wrt BC)#13833
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.
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