-bash: syntax error near unexpected token `('

Hi, Root experts
I try to run a macro with root.
When I run root with the code as follows:
root -b -q plotpt.C(“muminus_PT”,250,0.0,250000,“PT”,“muminusTRACK_sigP/muminus_P<0.1”,“muminusTRACK_chi2Pro
b>0.01”,“muminusTrack_TThits>0”,“muminus_P>10000”,“muminus_PT>=0”,“muminus_ptvectorasy_1.00>=-1.0”)

It gives me an error: -bash: syntax error near unexpected token `(’

Is it the reason that I use too many parameters for the funtion plotpt and it makes the lenght of the parameters is too long.
Can sb. give me some suggestions for this error?
Thanks in advance
W.

root -b -q ‘plotpt.C(“mum…1.00>=-1.0”)’