We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0fb71 commit 0698a00Copy full SHA for 0698a00
PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
@@ -2163,9 +2163,9 @@ struct AnalysisSameEventPairing {
2163
// groupedMCTracks.bindInternalIndicesTo(&mcTracks);
2164
// for (auto& track : groupedMCTracks) {
2165
for (auto& track : mcTracks) {
2166
- if (track.reducedMCeventId() != event.reducedMCeventId()){
2167
- continue;
2168
- }
+ if (track.reducedMCeventId() != event.reducedMCeventId()) {
+ continue;
+ }
2169
VarManager::FillTrackMC(mcTracks, track);
2170
auto track_raw = mcTracks.rawIteratorAt(track.globalIndex());
2171
// auto track_raw = groupedMCTracks.rawIteratorAt(track.globalIndex());
0 commit comments