File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
PWGLF/TableProducer/Strangeness Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1559,7 +1559,7 @@ struct cascadeFlow {
15591559 else if (v0.mAntiLambda () > V0Configs.MinMassLambda && v0.mAntiLambda () < V0Configs.MaxMassLambda )
15601560 chargeIndex = 1 ;
15611561 else {
1562- chargeIndex = 2 ; // these are bkg candidates
1562+ chargeIndex = 2 ; // these are bkg candidates
15631563 histos.fill (HIST (" hLambdaCandidate" ), 4 );
15641564 }
15651565 }
@@ -1601,11 +1601,11 @@ struct cascadeFlow {
16011601 pzs2Lambda = cosThetaStarProton[0 ] * std::sin (2 * (v0.phi () - psiT0C)) / lambdav2::AlphaLambda[0 ] / meanCos2ThetaProtonFromLambda;
16021602 cos2ThetaLambda = cosThetaStarProton[0 ] * cosThetaStarProton[0 ];
16031603 cosThetaLambda = cosThetaStarProton[0 ] / cascadev2::AlphaLambda[0 ] / meanCos2ThetaProtonFromLambda;
1604- } else if (chargeIndex ==1 ) {
1604+ } else if (chargeIndex == 1 ) {
16051605 pzs2Lambda = cosThetaStarProton[1 ] * std::sin (2 * (v0.phi () - psiT0C)) / lambdav2::AlphaLambda[1 ] / meanCos2ThetaProtonFromLambda;
16061606 cos2ThetaLambda = cosThetaStarProton[1 ] * cosThetaStarProton[1 ];
16071607 cosThetaLambda = cosThetaStarProton[1 ] / cascadev2::AlphaLambda[1 ] / meanCos2ThetaProtonFromLambda;
1608- } else { // I treat these bkg candidates as Lambdas for the purpose of calculating Pz
1608+ } else { // I treat these bkg candidates as Lambdas for the purpose of calculating Pz
16091609 pzs2Lambda = cosThetaStarProton[0 ] * std::sin (2 * (v0.phi () - psiT0C)) / lambdav2::AlphaLambda[0 ] / meanCos2ThetaProtonFromLambda;
16101610 cos2ThetaLambda = cosThetaStarProton[0 ] * cosThetaStarProton[0 ];
16111611 cosThetaLambda = cosThetaStarProton[0 ] / cascadev2::AlphaLambda[0 ] / meanCos2ThetaProtonFromLambda;
You can’t perform that action at this time.
0 commit comments