Skip to content

Commit c5c8ec1

Browse files
authored
[PWGDQ] Add the code for the energy correlator analysis (#14688)
1 parent c653ce4 commit c5c8ec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc_direct.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,6 +2892,8 @@ struct AnalysisDileptonTrack {
28922892
auto trackMC = track.mcParticle();
28932893
// for the energy correlator analysis
28942894
auto motherParticle = lepton1MC.template mothers_first_as<McParticles>();
2895+
std::vector<float> fTransRange = fConfigOptions.fConfigTransRange;
2896+
VarManager::FillEnergyCorrelator(dilepton, track, VarManager::fgValues, fTransRange[0], fTransRange[1], fConfigOptions.fConfigApplyMassEC);
28952897
VarManager::FillEnergyCorrelatorsMCUnfolding<VarManager::kJpsiHadronMass>(dilepton, track, motherParticle, trackMC, VarManager::fgValues);
28962898
mcDecision = 0;
28972899
isig = 0;

0 commit comments

Comments
 (0)