Skip to content

Commit e57fba6

Browse files
authored
Fixing clang-format error
1 parent 6e1b667 commit e57fba6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class FemtoUniverseParticleHisto
346346
break;
347347
default:
348348
LOG(fatal) << "femtouniverseparticleMC: not known value for ParticleOriginMCTruth - please check. Quitting!";
349-
}
349+
}
350350
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kV0) {
351351
/// V0 histograms
352352
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kCascade) {
@@ -390,8 +390,8 @@ class FemtoUniverseParticleHisto
390390
}
391391
}
392392
} else {
393-
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
394-
}
393+
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
394+
}
395395
}
396396

397397

@@ -457,7 +457,7 @@ class FemtoUniverseParticleHisto
457457
static constexpr o2::aod::femtouniverseparticle::ParticleType mParticleType = particleType; ///< Type of the particle under analysis // o2-linter: disable=name/constexpr-constant
458458
static constexpr int mFolderSuffixType = suffixType; ///< Counter for the folder suffix specified below // o2-linter: disable=name/constexpr-constant
459459
static constexpr std::string_view mFolderSuffix[5] = {"", "_one", "_two", "_pos", "_neg"}; ///< Suffix for the folder name in case of analyses of pairs of the same kind (T-T, V-V, C-C) // o2-linter: disable=name/constexpr-constant
460-
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
460+
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
461461
int mPDG = 0; ///< PDG code of the selected particle
462462
int PDGbin = 0;
463463
};

0 commit comments

Comments
 (0)