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 @@ -840,8 +840,8 @@ struct HfDataCreatorCharmResoReduced {
840840 std::map<int64_t , int64_t > selectedV0s;
841841 std::map<int64_t , int64_t > selectedTracks;
842842 bool fillHfReducedCollision = false ;
843- constexpr bool doTracks = pairingType == PairingType::TrackOnly || pairingType == PairingType::V0AndTrack;
844- constexpr bool doV0s = pairingType == PairingType::V0Only || pairingType == PairingType::V0AndTrack;
843+ constexpr bool DoTracks = pairingType == PairingType::TrackOnly || pairingType == PairingType::V0AndTrack;
844+ constexpr bool DoV0s = pairingType == PairingType::V0Only || pairingType == PairingType::V0AndTrack;
845845 auto bc = collision.template bc_as <aod::BCsWithTimestamps>();
846846 if (runNumber != bc.runNumber ()) {
847847 LOG (info) << " >>>>>>>>>>>> Current run number: " << runNumber;
You can’t perform that action at this time.
0 commit comments