@@ -259,15 +259,14 @@ struct HfCandidateCreatorXic0Omegac0Qa {
259259
260260 // PDG Id of daughter tracks & V0s & cascades & charm baryons - Used in KFParticle
261261 int pdgIdOfV0DauPos, pdgIdOfV0DauNeg, pdgIdOfBach, pdgIdOfCharmBach;
262- int pdgIdOfAntiV0DauPos, pdgIdOfAntiV0DauNeg, pdgIdOfAntiBach, pdgIdOfAntiCharmBach;
263262 int pdgIdOfV0, pdgIdOfCascade, pdgIdOfCharmBaryon;
264263
265264 // Track PID - Used in DCAFitter
266265 int trackPidOfCascade;
267266
268267 // Mass of daughter tracks & V0s & cascades & charm baryons;
269- float massOfV0DauPos, massOfV0DauNeg, massOfBach, massOfCharmBach;
270- float massOfV0, massOfCascade, massOfCharmBaryon ;
268+ float massOfV0DauPos, massOfV0DauNeg, massOfCharmBach;
269+ float massOfV0, massOfCascade;
271270
272271 // Pointer of histograms for QA
273272 std::shared_ptr<TH1> hInvMassCharmBaryonToXiPi, hInvMassCharmBaryonToOmegaPi, hInvMassCharmBaryonToOmegaKa;
@@ -317,11 +316,6 @@ struct HfCandidateCreatorXic0Omegac0Qa {
317316 pdgIdOfBach = kPiMinus ;
318317 pdgIdOfCharmBach = kPiPlus ;
319318
320- pdgIdOfAntiV0DauPos = kPiPlus ;
321- pdgIdOfAntiV0DauNeg = kProton ;
322- pdgIdOfAntiBach = kPiPlus ;
323- pdgIdOfAntiCharmBach = kPiMinus ;
324-
325319 pdgIdOfV0 = kLambda0 ;
326320 pdgIdOfCascade = kXiMinus ;
327321 pdgIdOfCharmBaryon = kXiC0 ;
@@ -339,11 +333,6 @@ struct HfCandidateCreatorXic0Omegac0Qa {
339333 pdgIdOfBach = kKMinus ;
340334 pdgIdOfCharmBach = kPiPlus ;
341335
342- pdgIdOfAntiV0DauPos = kPiPlus ;
343- pdgIdOfAntiV0DauNeg = kProton ;
344- pdgIdOfAntiBach = kKPlus ;
345- pdgIdOfAntiCharmBach = kPiMinus ;
346-
347336 pdgIdOfV0 = kLambda0 ;
348337 pdgIdOfCascade = kOmegaMinus ;
349338 pdgIdOfCharmBaryon = kOmegaC0 ;
@@ -361,11 +350,6 @@ struct HfCandidateCreatorXic0Omegac0Qa {
361350 pdgIdOfBach = kKMinus ;
362351 pdgIdOfCharmBach = kKPlus ;
363352
364- pdgIdOfAntiV0DauPos = kPiPlus ;
365- pdgIdOfAntiV0DauNeg = kProton ;
366- pdgIdOfAntiBach = kKPlus ;
367- pdgIdOfAntiCharmBach = kKMinus ;
368-
369353 pdgIdOfV0 = kLambda0 ;
370354 pdgIdOfCascade = kOmegaMinus ;
371355 pdgIdOfCharmBaryon = kOmegaC0 ;
@@ -384,11 +368,6 @@ struct HfCandidateCreatorXic0Omegac0Qa {
384368 LOGF (info, " PDG ID of Bachelor: %d" , pdgIdOfBach);
385369 LOGF (info, " PDG ID of Charm Bachelor: %d" , pdgIdOfCharmBach);
386370 LOGF (info, " -------------------------------------------" );
387- LOGF (info, " PDG ID of anti V0 positive daughter: %d" , pdgIdOfAntiV0DauPos);
388- LOGF (info, " PDG ID of anti V0 negative daughter: %d" , pdgIdOfAntiV0DauNeg);
389- LOGF (info, " PDG ID of anti Bachelor: %d" , pdgIdOfAntiBach);
390- LOGF (info, " PDG ID of anti Charm Bachelor: %d" , pdgIdOfAntiCharmBach);
391- LOGF (info, " -------------------------------------------" );
392371 LOGF (info, " PDG ID of V0: %d" , pdgIdOfV0);
393372 LOGF (info, " PDG ID of Cascade: %d" , pdgIdOfCascade);
394373 LOGF (info, " PDG ID of Charm Baryon: %d" , pdgIdOfCharmBaryon);
0 commit comments