Skip to content

Commit b99fa2a

Browse files
committed
further fixes
1 parent 74eecdd commit b99fa2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,7 +3120,7 @@ struct AnalysisSameEventPairing {
31203120
runEmuSameEventPairing<VarManager::kElectronMuon, gkEventFillMapWithCov, gkTrackFillMapWithCov, gkMuonFillMapWithCov>(events, trackAssocsPerCollision, barrelAssocs, barrelTracks, muonAssocsPerCollision, muonAssocs, muons, mcEvents, mcTracks);
31213121
}
31223122

3123-
void processMixingElectronMuonSkimmed(soa::Filtered<MyEventsVtxCovHashSelected> const& events,
3123+
void processMixingElectronMuonSkimmed(soa::Filtered<MyEventsVtxCovHashSelected>& events,
31243124
soa::Join<aod::ReducedTracksAssoc, aod::BarrelTrackCuts, aod::Prefilter> const& barrelAssocs, MyBarrelTracksWithCovWithAmbiguities const& barrelTracks,
31253125
soa::Join<aod::ReducedMuonsAssoc, aod::MuonTrackCuts> const& muonAssocs, MyMuonTracksWithCovWithAmbiguities const& muons)
31263126
{
@@ -3937,7 +3937,7 @@ struct AnalysisAsymmetricPairing {
39373937
}
39383938
}
39393939
} else {
3940-
LOG(fatal) << "Given tripletType not recognized. Don't know how to make combinations!" << endl;
3940+
LOG(fatal) << "Given tripletType not recognized. Don't know how to make combinations!";
39413941
}
39423942
} // end event loop
39433943
}
@@ -4265,9 +4265,9 @@ struct AnalysisDileptonTrack {
42654265

42664266
if (isDummy) {
42674267
if (isBarrel || isMuon || isBarrelAsymmetric || isMCGen) {
4268-
LOG(fatal) << "Dummy function is enabled even if there are normal process functions running! Fix your config!" << endl;
4268+
LOG(fatal) << "Dummy function is enabled even if there are normal process functions running! Fix your config!";
42694269
} else {
4270-
LOG(info) << "Dummy function is enabled. Skipping the rest of the init function" << endl;
4270+
LOG(info) << "Dummy function is enabled. Skipping the rest of the init function";
42714271
return;
42724272
}
42734273
}

0 commit comments

Comments
 (0)