Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 19, 2025
1 parent 6e1b667 commit 361541c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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,11 +390,10 @@ class FemtoUniverseParticleHisto
}
}
} else {
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
}
LOG(fatal) << "FemtoUniverseParticleHisto: Histogramming for requested object not defined - quitting!";
}
}


/// Templated function to fill particle histograms for data/ Monte Carlo reconstructed and Monte Carlo truth
/// Always calls fillQA_base fill histogramms with data/ Monte Carlo reconstructed
/// In case of Monte Carlo, calls fillQA_base with Monte Carlo truth info and specialized function fillQA_MC for additional histogramms
Expand Down Expand Up @@ -457,7 +456,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
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ struct femtoUniversePairTaskTrackTrack3DMultKtExtended {
continue;
}
trackHistoPartOne.fillQA<isMC, true>(part);
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
trackHistoPartOne.fillQAMisIden<isMC, true>(part, trackonefilter.ConfPDGCodePartOne);
}
}

Expand Down

0 comments on commit 361541c

Please sign in to comment.