Skip to content

Commit 81a3757

Browse files
committed
Please consider the following formatting changes
1 parent fd4eb2b commit 81a3757

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGLF/Tasks/Resonances/k892analysispbpb.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ struct K892analysispbpb {
662662

663663
// MC
664664
if constexpr (IsMC && !IsRot) {
665-
665+
666666
if (!trk1.has_mcParticle() || !trk2.has_mcParticle())
667667
continue;
668668

@@ -1110,7 +1110,7 @@ struct K892analysispbpb {
11101110
}
11111111
for (const auto& RecCollision : recCollisions) {
11121112
histos.fill(HIST("QAevent/hMCrecCollSels"), 3);
1113-
1113+
11141114
if (!myEventSelections(RecCollision))
11151115
continue;
11161116

@@ -1120,7 +1120,6 @@ struct K892analysispbpb {
11201120

11211121
auto tracks = RecTracks.sliceBy(trackPerCollision, RecCollision.globalIndex());
11221122

1123-
11241123
// <IsMC, IsMix, IsRot, IsRun2>
11251124
fillHistograms<true, false, false, false>(RecCollision, tracks, tracks);
11261125

0 commit comments

Comments
 (0)