Skip to content

Commit 69b8e67

Browse files
ddobrigkalibuild
andauthored
[PWGLF] Strangeness builder work: PCM treatment, bufferizing option, etc (#10811)
Co-authored-by: David Dobrigkeit Chinellato <david.dobrigkeit.chinellato.cern.ch> Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
1 parent 7b6e3e9 commit 69b8e67

File tree

5 files changed

+893
-87
lines changed

5 files changed

+893
-87
lines changed

PWGLF/DataModel/LFStrangenessTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ DECLARE_SOA_COLUMN(DCAV0Daughters, dcaV0daughters, float); //! DCA between V0 da
538538
DECLARE_SOA_COLUMN(DCAPosToPV, dcapostopv, float); //! DCA positive prong to PV
539539
DECLARE_SOA_COLUMN(DCANegToPV, dcanegtopv, float); //! DCA negative prong to PV
540540
DECLARE_SOA_COLUMN(V0CosPA, v0cosPA, float); //! V0 CosPA
541-
DECLARE_SOA_COLUMN(DCAV0ToPV, dcav0topv, float); //! DCA V0 to PV
541+
DECLARE_SOA_COLUMN(DCAV0ToPV, dcav0topv, float); //! DCA V0 to PV (3D)
542542

543543
// Type of V0 from the svertexer (photon, regular, from cascade)
544544
DECLARE_SOA_COLUMN(V0Type, v0Type, uint8_t); //! type of V0. 0: built solely for cascades (does not pass standard V0 cuts), 1: standard 2, 3: photon-like with TPC-only use. Regular analysis should always use type 1.

0 commit comments

Comments
 (0)