Skip to content

Commit ac8821a

Browse files
author
Prottay Das
committed
static casted to float
1 parent 90d6bda commit ac8821a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGCF/TableProducer/filter2Prong.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -921,10 +921,10 @@ struct Filter2Prong {
921921
mixedPhiCandidates.push_back({cfColl1->second,
922922
cftrack1.globalIndex(),
923923
cftrack2.globalIndex(),
924-
s.pt(),
925-
s.eta(),
924+
static_cast<float>(s.pt()),
925+
static_cast<float>(s.eta()),
926926
phi,
927-
s.M(),
927+
static_cast<float>(s.M()),
928928
aod::cf2prongtrack::PhiToKKPID3Mixed});
929929
}
930930
}

0 commit comments

Comments
 (0)