Skip to content

Commit 69964eb

Browse files
authored
Refactor EMFwdTrack constructor parameters
Removed unused parameters 'mass' and 'charge' from EMFwdTrack constructor.
1 parent 8257842 commit 69964eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Utils/EMFwdTrack.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace o2::aod::pwgem::dilepton::utils
2323
class EMFwdTrack
2424
{
2525
public:
26-
EMFwdTrack(float pt, float eta, float phi, float mass, int8_t charge, float dcaX, float dcaY, float cXX, float cXY, float cYY)
26+
EMFwdTrack(float pt, float eta, float phi, float /*mass*/, int8_t /*charge*/, float dcaX, float dcaY, float cXX, float cXY, float cYY)
2727
{
2828
fSigned1Pt = static_cast<float>(charge) / pt;
2929
fEta = eta;

0 commit comments

Comments
 (0)