Skip to content

Commit af7ba2e

Browse files
authored
Add files via upload
1 parent 98b8946 commit af7ba2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGDQ/Tasks/dqEnergyCorrelator_direct.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,13 +442,12 @@ struct AnalysisEnergyCorrelator {
442442
auto lepton2MC = track2.mcParticle();
443443
uint32_t mcDecision = 0;
444444
int isig = 0;
445-
446445
for (auto sig = fRecMCTripleSignals.begin(); sig != fRecMCTripleSignals.end(); sig++, isig++) {
447446
if ((*sig)->CheckSignal(true, lepton1MC, lepton2MC, hadronMC)) {
448447
mcDecision |= (static_cast<uint32_t>(1) << isig);
449448
}
450449
}
451-
450+
452451
auto motherParticle = lepton1MC.template mothers_first_as<McParticles>();
453452
// Fill dilepton-hadron variables
454453
std::vector<float> fTransRange = fConfigDileptonHadronOptions.fConfigTransRange;

0 commit comments

Comments
 (0)