Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGCF/FemtoUniverse/Core/FemtoUniverseCascadeSelection.h
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ class FemtoUniverseCascadeSelection
femtoUniverseSelection::kLowerLimit, // DCA v0 to PV max
femtoUniverseSelection::kLowerLimit, // v0 mass min
femtoUniverseSelection::kUpperLimit, // v0 mass max
}; ///< Map to match a variable with
///< its type
}; ///< Map to match a variable with
///< its type

static constexpr std::string_view mSelectionHelper[kNcascadeSelection] = {
"Cascade particle sign (+1 or -1)",
Expand Down
2 changes: 1 addition & 1 deletion PWGCF/FemtoUniverse/Core/FemtoUniverseTrackSelection.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class FemtoUniverseTrackSelection : public FemtoUniverseObjectSelection<float, f
"Maximal DCA_z (cm)",
"Minimal DCA (cm)",
"Maximal PID (nSigma)"}; ///< Helper information for the different selections
}; // namespace femtoUniverse
}; // namespace femtoUniverse

template <o2::aod::femtouniverseparticle::ParticleType part, o2::aod::femtouniverseparticle::TrackType tracktype, typename cutContainerType>
void FemtoUniverseTrackSelection::init(HistogramRegistry* registry)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ struct femtoUniversePairTaskTrackD0 {
}
}
} // It is the end of the for loop over D0bar mesons
} // It is the end of the for loop over all candidates
} // It is the end of the for loop over all candidates
}
PROCESS_SWITCH(femtoUniversePairTaskTrackD0, processSideBand, "Enable processing side-band methode", false);

Expand Down