Skip to content

Commit 890159d

Browse files
authored
Fix build error
1 parent 92dafb8 commit 890159d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackTrackSpherHarMultKtExtended.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
809809
auto thegroupPartsTwo = partsTwoMCTruth->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
810810
bool fillQA = true;
811811

812-
int pairType;
812+
int pairType = 0;
813813
if (cfgProcessPM) {
814814
pairType = 1;
815815
} else if (cfgProcessPP) {
@@ -1166,7 +1166,7 @@ struct femtoUniversePairTaskTrackTrackSpherHarMultKtExtended {
11661166
void processMixedEventNtrMCTruth(o2::aod::FdCollisions const& cols,
11671167
FemtoTruthParticles const&)
11681168
{
1169-
int pairType;
1169+
int pairType = 0;
11701170
if (cfgProcessPM) {
11711171
pairType = 1;
11721172
} else if (cfgProcessPP) {

0 commit comments

Comments
 (0)