@@ -130,7 +130,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
130130 std::vector<float > kNsigma ;
131131
132132 // / Event part
133- Configurable<float > ConfV0MLow{" ConfV0MLow" , 0.0 , " Lower limit for V0M multiplicity" };
133+ Configurable<float > ConfV0MLow{" ConfV0MLow" , 0.0 , " Lower limit for V0M multiplicity" };
134134 Configurable<float > ConfV0MHigh{" ConfV0MHigh" , 25000.0 , " Upper limit for V0M multiplicity" };
135135 Configurable<int > ConfTPCOccupancyLow{" ConfTPCOccupancyLow" , 0 , " Lower limit for TPC occupancy" };
136136 Configurable<int > ConfTPCOccupancyHigh{" ConfTPCOccupancyHigh" , 500 , " Higher limit for TPC occupancy" };
@@ -707,7 +707,7 @@ Configurable<float> ConfV0MLow{"ConfV0MLow", 0.0, "Lower limit for V0M multiplic
707707 f3d = FemtoUniverseMath::newpairfunc (p1, mass1, p2, mass2, ConfIsIden);
708708 } else {
709709 mixedEventMultContMM.fillMultNumDen (p2, p1, femto_universe_sh_container::EventType::mixed, 2 , multCol, kT , ConfIsIden);
710- f3d = FemtoUniverseMath::newpairfunc (p2, mass2, p1, mass1, ConfIsIden);
710+ f3d = FemtoUniverseMath::newpairfunc (p2, mass2, p1, mass1, ConfIsIden);
711711 }
712712 if (ConfIsFillAngqLCMS) {
713713 kv = std::sqrt (f3d[1 ] * f3d[1 ] + f3d[2 ] * f3d[2 ] + f3d[3 ] * f3d[3 ]);
0 commit comments