Skip to content

Commit 4b53f1d

Browse files
authored
Update longrangeCorrelation.cxx
1 parent 10dc001 commit 4b53f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/longrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ struct LongrangeCorrelation {
602602
} // fillCorrFv0Mft
603603

604604
template <CorrelationContainer::CFStep step, typename TTarget, typename TTracks, typename TTriggers, typename TFT0s>
605-
void fillCorrFt0aMft(TTarget target, TTracks const& tracks, TTriggers const& triggers, TFV0s const& ft0, bool mixing, float vz)
605+
void fillCorrFt0aMft(TTarget target, TTracks const& tracks, TTriggers const& triggers, TFT0s const& ft0, bool mixing, float vz)
606606
{
607607
int fSampleIndex = gRandom->Uniform(0, cfgSampleSize);
608608
if (!mixing)

0 commit comments

Comments
 (0)