We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366744e commit ff4c265Copy full SHA for ff4c265
PWGHF/D2H/Tasks/taskCharmPolarisation.cxx
@@ -1410,8 +1410,8 @@ struct HfTaskCharmPolarisation {
1410
template <charm_polarisation::DecayChannel channel>
1411
bool isInSignalRegion(float invMass)
1412
{
1413
- float minInvMass = 0.f;
1414
- float maxInvMass = 100.f;
+ float invMassMin = 0.f;
+ float invMassMax = 100.f;
1415
if constexpr (channel == charm_polarisation::DecayChannel::DstarToDzeroPi) { // D*+
1416
minInvMass = 0.142f;
1417
maxInvMass = 0.15f;
0 commit comments