Skip to content

Commit 0d2603a

Browse files
committed
Please consider the following formatting changes
1 parent c0fe1df commit 0d2603a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

PWGHF/Core/HfMlResponseLcToPKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
// Fill the map of available input features
2424
// the key is the feature's name (std::string)
2525
// the value is the corresponding value in EnumInputFeatures
26-
#define FILL_MAP_LCTOPKPI(FEATURE) \
27-
{ \
28-
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE)}
26+
#define FILL_MAP_LCTOPKPI(FEATURE) \
27+
{ \
28+
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
29+
}
2930

3031
// Check if the index of mCachedIndices (index associated to a FEATURE)
3132
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/TableProducer/candidateCreator3Prong.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ struct HfCandidateCreator3Prong {
354354
std::sqrt(impactParameter0.getSigmaZ2()), std::sqrt(impactParameter1.getSigmaZ2()), std::sqrt(impactParameter2.getSigmaZ2()),
355355
rowTrackIndexProng3.prong0Id(), rowTrackIndexProng3.prong1Id(), rowTrackIndexProng3.prong2Id(), nProngsContributorsPV, bitmapProngsContributorsPV,
356356
rowTrackIndexProng3.hfflag());
357-
357+
358358
// fill candidate prong PID rows
359359
fillProngPid<HfProngSpecies::Pion>(track0, rowProng0PidPi);
360360
fillProngPid<HfProngSpecies::Kaon>(track0, rowProng0PidKa);

0 commit comments

Comments
 (0)