Skip to content

Commit d490cfa

Browse files
committed
Make the linter very very very happy
1 parent c18064c commit d490cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmResoReduced.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ struct HfDataCreatorCharmResoReduced {
943943
}
944944

945945
// Loop on the bachelor V0s
946-
if constexpr (doV0s) {
946+
if constexpr (DoV0s) {
947947
for (const auto& v0 : bachelorV0s) {
948948
auto trackPos = v0.template posTrack_as<TrIU>();
949949
auto trackNeg = v0.template negTrack_as<TrIU>();
@@ -1095,7 +1095,7 @@ struct HfDataCreatorCharmResoReduced {
10951095
} // end of loop on V0 candidates
10961096
} // end of do V0s
10971097
// Loop on the bachelor tracks
1098-
if constexpr (doTracks) {
1098+
if constexpr (DoTracks) {
10991099
for (const auto& trackIndex : bachelorTrks) {
11001100
auto track = tracks.rawIteratorAt(trackIndex.trackId());
11011101
if (!isTrackSelected(track, prongIdsD)) {

0 commit comments

Comments
 (0)