2 parents 8cacc4e + 0604f8c commit 52f5ec3Copy full SHA for 52f5ec3
1 file changed
PWGCF/Femto/Core/trackBuilder.h
@@ -168,7 +168,7 @@ constexpr const char PrefixKaonMinus[] = "KaonMinusSelection";
168
169
// for dN/deta: tracks with TPC (ITS + TPC quality bits) and tracks without TPC (ITS quality bits only)
170
// set maskLowMomentum = maskHighMomentum (quality bits only), chargeSign = 0 and the eta/pT range of the measurement
171
-constexpr const char PrefixTrackSelectionDndetaGlobal[] = "TrackSelectionDndetaGlobal"; // Global = ITS + TPC
+constexpr const char PrefixTrackSelectionDndetaGlobal[] = "TrackSelectionDndetaGlobal"; // Global = ITS + TPC
172
constexpr const char PrefixTrackSelectionDndetaItsOnly[] = "TrackSelectionDndetaItsOnly"; // ITS only
173
174
// Instantiate different instances with unique prefixes
0 commit comments