Skip to content

Commit eecf9ba

Browse files
author
Zuzanna Chochulska
committed
fix clang
1 parent 48ced9c commit eecf9ba

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

PWGCF/FemtoUniverse/Core/FemtoUniverseCascadeSelection.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ class FemtoUniverseCascadeSelection
259259
femtoUniverseSelection::kLowerLimit, // DCA v0 to PV max
260260
femtoUniverseSelection::kLowerLimit, // v0 mass min
261261
femtoUniverseSelection::kUpperLimit, // v0 mass max
262-
}; ///< Map to match a variable with
263-
///< its type
262+
}; ///< Map to match a variable with
263+
///< its type
264264

265265
static constexpr std::string_view mSelectionHelper[kNcascadeSelection] = {
266266
"Cascade particle sign (+1 or -1)",
@@ -583,4 +583,4 @@ void FemtoUniverseCascadeSelection::fillQA(Col const& /*col*/, Casc const& /*cas
583583

584584
} // namespace o2::analysis::femtoUniverse
585585

586-
#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECASCADESELECTION_H_
586+
#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSECASCADESELECTION_H_

PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class FemtoUniverseTrackSelection : public FemtoUniverseObjectSelection<float, f
288288
"Maximal DCA_z (cm)",
289289
"Minimal DCA (cm)",
290290
"Maximal PID (nSigma)"}; ///< Helper information for the different selections
291-
}; // namespace femtoUniverse
291+
}; // namespace femtoUniverse
292292

293293
template <o2::aod::femtouniverseparticle::ParticleType part, o2::aod::femtouniverseparticle::TrackType tracktype, typename cutContainerType>
294294
void FemtoUniverseTrackSelection::init(HistogramRegistry* registry)
@@ -583,4 +583,4 @@ void FemtoUniverseTrackSelection::fillQA(T const& track)
583583

584584
} // namespace o2::analysis::femtoUniverse
585585

586-
#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSETRACKSELECTION_H_
586+
#endif // PWGCF_FEMTOUNIVERSE_CORE_FEMTOUNIVERSETRACKSELECTION_H_

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackD0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ struct femtoUniversePairTaskTrackD0 {
556556
}
557557
}
558558
} // It is the end of the for loop over D0bar mesons
559-
} // It is the end of the for loop over all candidates
559+
} // It is the end of the for loop over all candidates
560560
}
561561
PROCESS_SWITCH(femtoUniversePairTaskTrackD0, processSideBand, "Enable processing side-band methode", false);
562562

0 commit comments

Comments
 (0)