Skip to content

Commit 87e5ada

Browse files
committed
formatting
1 parent 2a40b76 commit 87e5ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ struct JetHadronRecoil {
212212
}
213213

214214
template <typename T, typename U>
215-
void fillHistograms(T const& jets, U const& tracks, float weight = 1.0, float rho = 0.0, float pTHat = 999.0, bool isMC = false)
215+
void fillHistograms(T const& jets, U const& tracks, float weight = 1.0, float rho = 0.0, float pTHat = 999.0)
216216
{
217217
bool isSigCol;
218218
std::vector<double> phiTTAr;
@@ -348,7 +348,7 @@ struct JetHadronRecoil {
348348
}
349349

350350
template <typename T, typename U, typename P>
351-
void fillHistogramsMCD(T const& jets, U const& tracks, P const& particles, float weight = 1.0, float rho = 0.0, float pTHat = 999.0)
351+
void fillHistogramsMCD(T const& jets, U const& tracks, P const&, float weight = 1.0, float rho = 0.0, float pTHat = 999.0)
352352
{
353353
bool isSigCol;
354354
std::vector<double> phiTTAr;

0 commit comments

Comments
 (0)