diff --git a/PWGLF/DataModel/Reduced3BodyTables.h b/PWGLF/DataModel/Reduced3BodyTables.h index d54866f42eb..a11081cd848 100644 --- a/PWGLF/DataModel/Reduced3BodyTables.h +++ b/PWGLF/DataModel/Reduced3BodyTables.h @@ -266,4 +266,4 @@ using ReducedDecay3BodyLinked = ReducedDecay3BodysLinked::iterator; } // namespace o2::aod -#endif // PWGLF_DATAMODEL_REDUCED3BODYTABLES_H_ \ No newline at end of file +#endif // PWGLF_DATAMODEL_REDUCED3BODYTABLES_H_ diff --git a/PWGLF/DataModel/pidTOFGeneric.h b/PWGLF/DataModel/pidTOFGeneric.h index 5287f711c6d..a0d287a7643 100644 --- a/PWGLF/DataModel/pidTOFGeneric.h +++ b/PWGLF/DataModel/pidTOFGeneric.h @@ -147,7 +147,7 @@ template template float TofPidNewCollision::GetTOFNSigma(o2::track::PID::ID pidId, TTrack const& track, TCollision const& originalcol, TCollision const& correctedcol, bool EnableBCAO2D) { - + if (!track.has_collision() || !track.hasTOF()) { return -999; } @@ -190,7 +190,7 @@ float TofPidNewCollision::GetTOFNSigma(TTrack const& track, TCollision c } template -float TofPidNewCollision::GetTOFNSigma(o2::track::PID::ID pidId, TTrack const& track) +float TofPidNewCollision::GetTOFNSigma(o2::track::PID::ID pidId, TTrack const& track) { if (!track.has_collision() || !track.hasTOF()) { @@ -214,7 +214,6 @@ float TofPidNewCollision::GetTOFNSigma(TTrack const& track) return GetTOFNSigma(pidType, track); } - } // namespace pidtofgeneric } // namespace o2::aod