We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6d304 commit f18974cCopy full SHA for f18974c
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/longRangeDihadronCor.cxx
@@ -688,7 +688,7 @@ struct LongRangeDihadronCor {
688
ampl = 0.;
689
if (system == SameEvent)
690
registry.fill(HIST("FT0Amp"), id, ampl);
691
- ampl = ampl / cstFT0RelGain[iCh];
+ ampl = ampl / cstFT0RelGain[id];
692
if (system == SameEvent) {
693
registry.fill(HIST("FT0AmpCorrect"), id, ampl);
694
histAmpCorrectPerRun[lastRunNumber]->Fill(id, ampl);
@@ -700,7 +700,7 @@ struct LongRangeDihadronCor {
700
701
702
703
704
705
706
0 commit comments