Skip to content

Commit 1f5ce61

Browse files
committed
fix bug
1 parent 2858710 commit 1f5ce61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/longRangeDihadronCor.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ struct LongRangeDihadronCor {
599599
}
600600
}
601601

602-
template <CorrelationContainer::CFStep step, typename TTracks, typename TFT0s>
602+
template <CorrelationContainer::CFStep step, typename TFT0s>
603603
void fillCorrelationsFT0AFT0C(TFT0s const& ft0, float posZ, int system, float cent, float eventWeight) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
604604
{
605605
int fSampleIndex = gRandom->Uniform(0, cfgSampleSize);

0 commit comments

Comments
 (0)