@@ -201,7 +201,7 @@ struct FemtoDreamPairTaskV0Reso {
201201 // / Partitions for K0Short and KStar
202202
203203 // / Partition for particle K0Short
204- Partition<aod::FDParticles> partitionK0Short1 = (aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kV0 )) &&
204+ Partition<aod::FDParticles> partitionK0Short1 = (aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kV0K0Short )) &&
205205 ((aod::femtodreamparticle::cut & V01.cutBit) == V01.cutBit) &&
206206 (aod::femtodreamparticle::pt > V01.ptMin) &&
207207 (aod::femtodreamparticle::pt < V01.ptMax) &&
@@ -213,10 +213,10 @@ struct FemtoDreamPairTaskV0Reso {
213213 (aod::femtodreamparticle::mAntiLambda < V01.invMassAntiMax);
214214
215215 // / Partition for particle KStar
216- Partition<aod::FDParticles> partitionKStar2 = (ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoPosdaughTPC_NegdaughTPC ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCBit), false ) ||
217- ifnode (aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoPosdaughTOF_NegdaughTOF ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCTOFBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCTOFBit), false) ||
218- ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoPosdaughTOF_NegdaughTPC ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCTOFBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCBit), false) ||
219- ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoPosdaughTPC_NegdaughTOF ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCTOFBit), false)) &&
216+ Partition<aod::FDParticles> partitionKStar2 = (ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoKStarPosdaughTPC_NegdaughTPC ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCBit), false ) ||
217+ ifnode (aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoKStarPosdaughTOF_NegdaughTOF ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCTOFBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCTOFBit), false) ||
218+ ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoKStarPosdaughTOF_NegdaughTPC ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCTOFBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCBit), false) ||
219+ ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kResoKStarPosdaughTPC_NegdaughTOF ), ncheckbit(aod::femtodreamparticle::pidcut, Reso2.daughPosTPCBit) && ncheckbit(aod::femtodreamparticle::cut, Reso2.daughNegMergedTPCTOFBit), false)) &&
220220 (aod::femtodreamparticle::pt < Reso2.ptMax) &&
221221 (aod::femtodreamparticle::eta > Reso2.etaMin) &&
222222 (aod::femtodreamparticle::eta < Reso2.etaMax) &&
0 commit comments