<div dir="ltr">Michaela's response worked well for me, as did one from Rok Pestotnik; his syntax was:<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">root -l -q -b test.C"(\"myfile.dat\")"</span><br>

<div class="gmail_extra"><br>Many thanks to both for their help!</div><div class="gmail_extra"><br></div><div class="gmail_extra">-Bryan</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 10, 2014 at 5:00 AM,  <span dir="ltr"><<a href="mailto:gate-users-request@lists.opengatecollaboration.org" target="_blank">gate-users-request@lists.opengatecollaboration.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Send Gate-users mailing list submissions to<br>
        <a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users" target="_blank">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:gate-users-request@lists.opengatecollaboration.org">gate-users-request@lists.opengatecollaboration.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gate-users-owner@lists.opengatecollaboration.org">gate-users-owner@lists.opengatecollaboration.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Gate-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: Using ROOT -> ASCII; any way to pass command line<br>
      variables? (Gaens, Michaela)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 10 Feb 2014 09:04:36 +0000<br>
From: "Gaens, Michaela" <<a href="mailto:m.gaens@fz-juelich.de">m.gaens@fz-juelich.de</a>><br>
To: Bryan McIntosh <<a href="mailto:mcintoshster@gmail.com">mcintoshster@gmail.com</a>><br>
Cc: "<<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>>"<br>
        <<a href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a>><br>
Subject: Re: [Gate-users] Using ROOT -> ASCII; any way to pass command<br>
        line variables?<br>
Message-ID: <<a href="mailto:5AEFC879-DBE5-473C-8310-08E912B0CE63@fz-juelich.de">5AEFC879-DBE5-473C-8310-08E912B0CE63@fz-juelich.de</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Hi Bryan,<br>
<br>
I have had a similar problem once and I don't remember where I found it, but this is how I am doing it now:<br>
You can define parameters for the main function in you root macro (rootout_scanner), e.g.:<br>
<br>
void rootout_scanner( char*  outname)<br>
{...}<br>
<br>
and then you can pass the parameters on the command line like this:<br>
<br>
root -l 'rootout_scanner.C( "rootout_scanner.dat" )'<br>
<br>
I hope this helps.<br>
<br>
Michaela<br>
<br><br>
</blockquote></div><br></div></div></div>