Skip to content

Commit

Permalink
Fixing clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Feb 19, 2025
1 parent 6e1b667 commit e57fba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PWGCF/FemtoUniverse/Core/FemtoUniverseParticleHisto.h
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class FemtoUniverseParticleHisto
break;
default:
LOG(fatal) << "femtouniverseparticleMC: not known value for ParticleOriginMCTruth - please check. Quitting!";
}
}
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kV0) {
/// V0 histograms
} else if constexpr (mParticleType == o2::aod::femtouniverseparticle::ParticleType::kCascade) {
Expand Down Expand Up @@ -390,8 +390,8 @@ class FemtoUniverseParticleHisto
}
}
} else {
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
}
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
}
}


Expand Down Expand Up @@ -457,7 +457,7 @@ class FemtoUniverseParticleHisto
static constexpr o2::aod::femtouniverseparticle::ParticleType mParticleType = particleType; ///< Type of the particle under analysis // o2-linter: disable=name/constexpr-constant
static constexpr int mFolderSuffixType = suffixType; ///< Counter for the folder suffix specified below // o2-linter: disable=name/constexpr-constant
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
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
int mConfPDGCodePart[4] = {211, 321, 2212, 9999}; ///< PDG code as per analysis
int mPDG = 0; ///< PDG code of the selected particle
int PDGbin = 0;
};
Expand Down

0 comments on commit e57fba6

Please sign in to comment.