Skip to content

Commit

Permalink
Update pidTOFBase.h
Browse files Browse the repository at this point in the history
  • Loading branch information
njacazio authored Dec 21, 2024
1 parent ef31dcd commit d09a785
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Common/TableProducer/PID/pidTOFBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,12 @@ namespace o2::aod

namespace pidtofevtime
{
DECLARE_SOA_COLUMN(TOFEvTime, tofEvTime, float); //! event time for TOF signal. Can be obtained via a combination of detectors e.g. TOF, FT0A, FT0C
DECLARE_SOA_COLUMN(TOFEvTimeErr, tofEvTimeErr, float); //! event time error for TOF. Can be obtained via a combination of detectors e.g. TOF, FT0A, FT0C
// TOF only columns
DECLARE_SOA_COLUMN(UsedForTOFEvTime, usedForTOFEvTime, uint8_t); //! Flag to check if track was used in the TOF event time making
DECLARE_SOA_COLUMN(EvTimeTOF, evTimeTOF, float); //! Event time computed with the TOF detector
DECLARE_SOA_COLUMN(EvTimeTOFErr, evTimeTOFErr, float); //! Error of the event time computed with the TOF detector
DECLARE_SOA_COLUMN(EvTimeTOFMult, evTimeTOFMult, int); //! Event time multiplicity for TOF
} // namespace pidtofevtime

DECLARE_SOA_TABLE(TOFEvTime, "AOD", "TOFEvTime", //! Table of the TOF event time. One entry per track.
pidtofevtime::TOFEvTime,
pidtofevtime::TOFEvTimeErr);

DECLARE_SOA_TABLE(EvTimeTOFOnly, "AOD", "EvTimeTOFOnly", //! Table for the TOF event time only with TOF. One entry per track.
pidtofevtime::UsedForTOFEvTime,
pidtofevtime::EvTimeTOF,
Expand Down

0 comments on commit d09a785

Please sign in to comment.