File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -527,10 +527,10 @@ struct AnalysisEnergyCorrelator {
527527 float hadron_eta = hadron.eta ();
528528 float hadron_phi = hadron.phi ();
529529 float deltaphi = RecoDecay::constrainAngle (dilepton_phi - hadron_phi, -0.5 * o2::constants::math::PI);
530- float Effweight_rec = GetSafeInterpolationWeight (hAcceptance_rec, dilepton_eta - hadron_eta, deltaphi);
531- float Accweight_gen = GetSafeInterpolationWeight (hAcceptance_gen, dilepton_eta - hadron_eta, deltaphi);
530+ Effweight_rec = GetSafeInterpolationWeight (hAcceptance_rec, dilepton_eta - hadron_eta, deltaphi);
531+ Accweight_gen = GetSafeInterpolationWeight (hAcceptance_gen, dilepton_eta - hadron_eta, deltaphi);
532532 float Effdilepton = GetSafeInterpolationWeight (hEfficiency_dilepton, dilepton_rap, dilepton_pt);
533- float Effhadron = GetSafeInterpolationWeight (hEfficiency_hadron, hadron.pt (), hadron_eta );
533+ float Effhadron = GetSafeInterpolationWeight (hEfficiency_hadron, hadron_eta, hadron.pt ());
534534 float Masswindow = hMasswindow->Interpolate (dilepton_pt);
535535 Accweight_gen = Accweight_gen * Effdilepton * Effhadron;
536536 if (fConfigDileptonHadronOptions .fConfigApplyEfficiencyME ) {
You can’t perform that action at this time.
0 commit comments