File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)) {
You can’t perform that action at this time.
0 commit comments