Skip to content

Commit 67dba18

Browse files
committed
fixing bugs
1 parent 69d1d4f commit 67dba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ struct JetHadronRecoil {
349349
}
350350

351351
template <typename T, typename U>
352-
void fillHistogramsMCD(T const& jets, U const& tracks, float weight = 1.0, float rho = 0.0, float pTHat = 999.0, auto collisionID = 0)
352+
void fillHistogramsMCD(T const& jets, U const& tracks, float weight = 1.0, float rho = 0.0, float pTHat = 999.0, int collisionID = 0)
353353
{
354354
bool isSigCol;
355355
std::vector<double> phiTTAr;

0 commit comments

Comments
 (0)