<div dir="ltr">Hi everyone,<div><br></div><div>I've been using a ROOT script to convert output from ROOT format to ASCII format for some time now, but have reached a point where I will be generating a massive number of simulations. At the moment my file names are hard-coded (my sample script rootout_scanner.C is available for viewing at <a href="https://drive.google.com/file/d/0B62SIY5aoKjqMERKZGQ1SXN1ZTQ/edit?usp=sharing">https://drive.google.com/file/d/0B62SIY5aoKjqMERKZGQ1SXN1ZTQ/edit?usp=sharing</a>), and I'd really like to be able to run the script in the following way from the command line:</div>

<div><br></div><div>root -l -q -b [FILENAME] rootout_scanner.C</div><div><br></div><div>I've searched the ROOT documentation, but haven't been able to find a way to pass in command line variables to ROOT. Has anyone else been able to do this? Right now I'm using a clunky Bash script to rename files so that they match the name in the ROOT script, and it's going to cause some issues as I start multi-threading simulation runs.</div>

<div><br></div><div>Any insight you can offer would be a big help!</div><div><br></div><div>Cheers,</div><div><br></div><div>-Bryan</div></div>