@@ -70,7 +70,7 @@ struct femtoUniverseEfficiencyBase {
7070
7171 // / Particle 1
7272 Configurable<int32_t > ConfPDGCodePartOne{" ConfPDGCodePartOne" , 2212 , " Particle 1 - PDG code" };
73- Configurable<uint8_t > ConfParticleTypePartOne{" ConfParticleTypePartOne" , aod::femtouniverseparticle::ParticleType::kTrack , " Particle 1 - particle type: 0 - track, 2 - V0, 6 - phi" };
73+ Configurable<uint > ConfParticleTypePartOne{" ConfParticleTypePartOne" , aod::femtouniverseparticle::ParticleType::kTrack , " Particle 1 - particle type: 0 - track, 2 - V0, 6 - phi" };
7474 Configurable<bool > ConfNoPDGPartOne{" ConfNoPDGPartOne" , false , " 0: selecting part one by PDG, 1: no PID selection" };
7575 Configurable<float > ConfPtLowPart1{" ConfPtLowPart1" , 0.2 , " Lower limit for Pt for the first particle" };
7676 Configurable<float > ConfPtHighPart1{" ConfPtHighPart1" , 2.5 , " Higher limit for Pt for the first particle" };
@@ -91,7 +91,7 @@ struct femtoUniverseEfficiencyBase {
9191 // / Particle 2
9292 Configurable<bool > ConfIsSame{" ConfIsSame" , false , " Pairs of the same particle" };
9393 Configurable<int32_t > ConfPDGCodePartTwo{" ConfPDGCodePartTwo" , 333 , " Particle 2 - PDG code" };
94- Configurable<uint8_t > ConfParticleTypePartTwo{" ConfParticleTypePartTwo" , aod::femtouniverseparticle::ParticleType::kTrack , " Particle 2 - particle type: 0 - track, 2 - V0, 6 - phi" };
94+ Configurable<uint > ConfParticleTypePartTwo{" ConfParticleTypePartTwo" , aod::femtouniverseparticle::ParticleType::kTrack , " Particle 2 - particle type: 0 - track, 2 - V0, 6 - phi" };
9595 Configurable<bool > ConfNoPDGPartTwo{" ConfNoPDGPartTwo" , false , " 0: selecting part two by PDG, 1: no PID selection" };
9696 Configurable<float > ConfPtLowPart2{" ConfPtLowPart2" , 0.2 , " Lower limit for Pt for the second particle" };
9797 Configurable<float > ConfPtHighPart2{" ConfPtHighPart2" , 2.5 , " Higher limit for Pt for the second particle" };
0 commit comments