Skip to content

Commit 8257842

Browse files
authored
Remove mass parameter from EMTrack constructor
1 parent a5dea90 commit 8257842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Utils/EMTrack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace o2::aod::pwgem::dilepton::utils
2828
class EMTrack
2929
{
3030
public:
31-
EMTrack(float pt, float eta, float phi, float mass, int8_t charge = 0, float dcaXY = 0.f, float dcaZ = 0.f, float CYY = 0, float CZY = 0, float CZZ = 0)
31+
EMTrack(float pt, float eta, float phi, float /*mass*/, int8_t charge = 0, float dcaXY = 0.f, float dcaZ = 0.f, float CYY = 0, float CZY = 0, float CZZ = 0)
3232
{
3333
fSigned1Pt = static_cast<float>(charge) / pt;
3434
fEta = eta;

0 commit comments

Comments
 (0)