Skip to content

Commit ff4c265

Browse files
Mingze129vkucera
andauthored
Update PWGHF/D2H/Tasks/taskCharmPolarisation.cxx
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent 366744e commit ff4c265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskCharmPolarisation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ struct HfTaskCharmPolarisation {
14101410
template <charm_polarisation::DecayChannel channel>
14111411
bool isInSignalRegion(float invMass)
14121412
{
1413-
float minInvMass = 0.f;
1414-
float maxInvMass = 100.f;
1413+
float invMassMin = 0.f;
1414+
float invMassMax = 100.f;
14151415
if constexpr (channel == charm_polarisation::DecayChannel::DstarToDzeroPi) { // D*+
14161416
minInvMass = 0.142f;
14171417
maxInvMass = 0.15f;

0 commit comments

Comments
 (0)