Skip to content

Commit 6a5caae

Browse files
Update FemtoDerived.h
1 parent 099112e commit 6a5caae

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

PWGCF/DataModel/FemtoDerived.h

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ DECLARE_SOA_COLUMN(FlagMc, flagMc, int8_t); //! To selec
235235
DECLARE_SOA_COLUMN(OriginMcRec, originMcRec, int8_t); //! flag for reconstruction level matching (1 for prompt, 2 for non-prompt)
236236
DECLARE_SOA_COLUMN(OriginMcGen, originMcGen, int8_t); //! flag for generator level matching (1 for prompt, 2 for non-prompt)
237237
DECLARE_SOA_COLUMN(IsCandidateSwapped, isCandidateSwapped, int8_t); //! swapping of the prongs order (0 for Lc -> pkpi, 1 for Lc -> pikp)
238-
DECLARE_SOA_COLUMN(PtAssoc, ptAssoc, float); //! Transverse momentum of associate femto particle
239-
DECLARE_SOA_COLUMN(EtaAssoc, etaAssoc, float); //! Eta of associate femto particle
240-
DECLARE_SOA_COLUMN(PhiAssoc, phiAssoc, float); //! Phi of associate femto particle
238+
DECLARE_SOA_COLUMN(TrkPt, trkPt, float); //! Transverse momentum of associate femto particle
239+
DECLARE_SOA_COLUMN(TrkEta, trkEta, float); //! Eta of associate femto particle
240+
DECLARE_SOA_COLUMN(TrkPhi, trkPhi, float); //! Phi of associate femto particle
241241
DECLARE_SOA_COLUMN(Kstar, kstar, float); //! Relative momentum in particles pair frame
242242
DECLARE_SOA_COLUMN(KT, kT, float); //! kT distribution of particle pairs
243243
DECLARE_SOA_COLUMN(MT, mT, float); //! Transverse mass distribution
@@ -312,37 +312,39 @@ DECLARE_SOA_TABLE(FDHfCand, "AOD", "FDHFCAND", //! Table to store the derived da
312312
fdhf::Phi<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>,
313313
fdhf::Pt<fdhf::Prong0Pt, fdhf::Prong0Phi, fdhf::Prong0Eta, fdhf::Prong1Pt, fdhf::Prong1Phi, fdhf::Prong1Eta, fdhf::Prong2Pt, fdhf::Prong2Phi, fdhf::Prong2Eta>);
314314

315-
DECLARE_SOA_TABLE(FDResultsHF, "AOD", "FDRESULTSHF", //! table to store results for HF femtoscopy
315+
DECLARE_SOA_TABLE(FDResultsHFCharm, "AOD", "FDRESULTSHFCHARM", //! table to store results for HF femtoscopy
316316
fdhf::GIndexCol,
317317
fdhf::TimeStamp,
318-
fdhf::VertexZ,
319318
fdhf::CharmM,
320319
fdhf::CharmPt,
321-
fdhf::PtAssoc,
322320
fdhf::CharmEta,
323-
fdhf::EtaAssoc,
324321
fdhf::CharmPhi,
325-
fdhf::PhiAssoc,
322+
fdhf::Charge,
326323
fdhf::BDTBkg,
327324
fdhf::BDTPrompt,
328325
fdhf::BDTFD,
329-
fdhf::Kstar,
330-
fdhf::KT,
331-
fdhf::MT,
332-
fdhf::Mult,
333-
fdhf::Charge,
334-
fdhf::PairSign,
335-
fdhf::ProcessType,
336326
fdhf::FlagMc,
337327
fdhf::OriginMcRec);
338328

339-
DECLARE_SOA_TABLE(FDResultsHFTrkInfo, "AOD", "FDRESULTSHFTRKINFO", //! table to store results for HF femtoscopy
329+
DECLARE_SOA_TABLE(FDResultsHFTrk, "AOD", "FDRESULTSHFTRK", //! table to store results for HF femtoscopy
330+
fdhf::GIndexCol,
331+
fdhf::TimeStamp,
332+
fdhf::TrkPt,
333+
fdhf::TrkEta,
334+
fdhf::TrkPhi,
335+
femtodreamparticle::Sign,
340336
femtodreamparticle::TPCNClsFound,
341337
track::TPCNClsFindable,
342338
femtodreamparticle::TPCNClsCrossedRows,
343339
femtodreamparticle::TPCNSigmaPr,
344340
femtodreamparticle::TOFNSigmaPr);
345341

342+
DECLARE_SOA_TABLE(FDResultsHFColl, "AOD", "FDRESULTSHFCOLL", //! table to store results for HF femtoscopy
343+
fdhf::GIndexCol,
344+
fdhf::TimeStamp,
345+
fdhf::VertexZ,
346+
fdhf::Mult);
347+
346348
DECLARE_SOA_TABLE(FDHfCandMC, "AOD", "FDHFCANDMC", //! Table for reconstructed MC charm hadron candidates
347349
o2::soa::Index<>,
348350
fdhf::FlagMc,

0 commit comments

Comments
 (0)