[Common,PWGLF] Add TOF NSigma from TOF PID framework#16393
[Common,PWGLF] Add TOF NSigma from TOF PID framework#16393romainschotter wants to merge 32 commits into
Conversation
Added TOFEvTimeErr column and updated table version.
|
Ciao @romainschotter that's great thanks! |
| @@ -112,6 +112,7 @@ DECLARE_SOA_INDEX_COLUMN(DauTrackExtra, dauTrackExtra); //! point to daughter th | |||
| DECLARE_SOA_INDEX_COLUMN(StraCollision, straCollision); //! point to collision associated with this track (not the V0/Casc) | |||
| DECLARE_SOA_COLUMN(TOFSignal, tofSignal, float); //! track TOF signal | |||
| DECLARE_SOA_COLUMN(TOFEvTime, tofEvTime, float); //! event time | |||
| DECLARE_SOA_COLUMN(TOFEvTimeErr, tofEvTimeErr, float); //! event time error for TOF | |||
There was a problem hiding this comment.
This in principle could be left and in the table the value from https://github.com/AliceO2Group/O2Physics/blob/master/Common/DataModel/PIDResponseTOF.h#L304
|
Ciao @njacazio ! |
|
O2 linter results: ❌ 232 errors, |
Please consider the following formatting changes to AliceO2Group#16393
@njacazio @dsekihat for your information