Skip to content

Commit 2800c82

Browse files
committed
data should be fine but mc....
1 parent c29613e commit 2800c82

File tree

3 files changed

+95
-228
lines changed

3 files changed

+95
-228
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ DECLARE_SOA_COLUMN(PtProngPi1, ptProngPi1, float);
356356
DECLARE_SOA_COLUMN(RSecondaryVertex, rSecondaryVertex, float); //! distance of the secondary vertex from the z axis
357357
// D*± → D0(bar) π±
358358
DECLARE_SOA_COLUMN(SignProng1, signProng1, int8_t);
359+
DECLARE_SOA_COLUMN(AbsEtaTrackMin, absEtaTrackMin, float);
360+
DECLARE_SOA_COLUMN(NumItsClsMin, numItsClsMin, int);
361+
DECLARE_SOA_COLUMN(NumTpcClsMin, numTpcClsMin, int);
359362
// TOF
360363
DECLARE_SOA_COLUMN(NSigTofKa0, nSigTofKa0, float);
361364
DECLARE_SOA_COLUMN(NSigTofKa1, nSigTofKa1, float);
@@ -963,6 +966,9 @@ DECLARE_SOA_TABLE_STAGED(HfDstarPars, "HFDSTPAR", //! Table with candidate prope
963966
hf_cand_par::NSigTpcPi1,
964967
hf_cand_par::NSigTofPi1,
965968
hf_cand_par::NSigTpcTofPi1,
969+
hf_cand_par::AbsEtaTrackMin,
970+
hf_cand_par::NumItsClsMin,
971+
hf_cand_par::NumTpcClsMin,
966972
o2::soa::Marker<MarkerDstar>);
967973

968974
DECLARE_SOA_TABLE_STAGED(HfDstarParD0s, "HFDSTPARD0", //! Table with candidate properties used for selection

0 commit comments

Comments
 (0)