Skip to content

Commit 5c0d2be

Browse files
committed
To solve the bug
1 parent d66dc8b commit 5c0d2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ struct Chargedkstaranalysis {
857857
auto phiCS = std::atan2(yAxisCS.Dot(v1CM), xAxisCS.Dot(v1CM));
858858
phiCS = RecoDecay::constrainAngle(phiCS, 0.0);
859859

860-
bool doRotation = !doprocessMC || mcCfgs.doBkgMc;
860+
bool doRotation = (!doprocessMC || mcCfgs.doBkgMc);
861861
// if (std::abs(mother.Rapidity()) < config.rapidityMotherData) {
862862
if (helicityCfgs.activateHelicityFrame) {
863863
// helicityVec = mother.Vect(); // 3 vector of mother in COM frame

0 commit comments

Comments
 (0)