Skip to content

Commit 74290bf

Browse files
authored
fixed linter error
1 parent d0311dc commit 74290bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/EbyEFluctuations/Tasks/meanPtFlucId.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ struct MeanPtFlucId {
680680

681681
// Fill Charged particles QA histograms after selection cuts:
682682
template <typename T>
683-
void fillChargedQAHistos(T const& track, float centFT0M)
683+
void fillChargedQAHistos(T const& track)
684684
{
685685
hist.fill(HIST("QA/Charged/h_Eta"), track.eta());
686686
hist.fill(HIST("QA/Charged/h_Phi"), track.phi());

0 commit comments

Comments
 (0)