Hi,
So I’m trying to run a root script while passing arguments, like this:
root -bq doEventLists.C(2,0)
This works, but it seems to ignore the flags; this is a problem because it never finishes, it just remains in root until I kill the process manually. Is this just a bug, or am I doing something wrong?
Thanks.