Skip to content

Commit 30ba410

Browse files
authored
Add files via upload
1 parent 8002e1e commit 30ba410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/Tasks/dqEnergyCorrelator_direct.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ struct AnalysisEnergyCorrelator {
489489
float Effdilepton = hEfficiency_dilepton->Interpolate(VarManager::fgValues[VarManager::kPt]);
490490
float Masswindow = hMasswindow->Interpolate(VarManager::fgValues[VarManager::kPt]);
491491
float Effhadron = hEfficiency_hadron->Interpolate(hadron.pt());
492+
Accweight_gen = Accweight_gen * Effdilepton * Effhadron;
492493
if (fConfigDileptonHadronOptions.fConfigApplyEfficiencyME) {
493494
Effweight_rec = Effdilepton * Effhadron * Masswindow; // for the moment, apply the efficiency correction also for the mixed event pairs, but this can be changed in case we want to apply it only for the same event pairs
494495
} else {

0 commit comments

Comments
 (0)