1 parent d66dc8b commit 5c0d2beCopy full SHA for 5c0d2be
1 file changed
PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx
@@ -857,7 +857,7 @@ struct Chargedkstaranalysis {
857
auto phiCS = std::atan2(yAxisCS.Dot(v1CM), xAxisCS.Dot(v1CM));
858
phiCS = RecoDecay::constrainAngle(phiCS, 0.0);
859
860
- bool doRotation = !doprocessMC || mcCfgs.doBkgMc;
+ bool doRotation = (!doprocessMC || mcCfgs.doBkgMc);
861
// if (std::abs(mother.Rapidity()) < config.rapidityMotherData) {
862
if (helicityCfgs.activateHelicityFrame) {
863
// helicityVec = mother.Vect(); // 3 vector of mother in COM frame
0 commit comments