Print

Print


Hey,

great that works fine (I only tried the -i file1 -i file2)! I should have asked earlier! :)

Thanks!
/Pelle

On Sep 24, 2012, at 1:24 PM, Graf, Norman A. wrote:

> Hello All,
> To be more explicit, see the file inputFileExamples.lcsim which Jeremy has put
> in the examples directory of your lcsim installation.
> Norman
> 
> For completeness, here it is:
> 
> <!--
>    $Id: inputFileExamples.lcsim,v 1.2 2010/06/04 19:16:32 jeremy Exp $
> 
>    This examples shows all the possible ways to specify inputFiles.  It will NOT work on your system, because none of the local
>    files actually exist.  It also sets the cache directory to "./scratch" for downloading remote files.
> 
> -->
> <lcsim xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/lcsim/1.0/lcsim.xsd">
>    <inputFiles>
> 
>        <!-- remote URL -->
>        <file>ftp://ftp-lcd.slac.stanford.edu/ilc/singleParticle/sid02/slcio/slic/n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
> 
>        <!-- local file -->
>        <file>./n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
> 
>        <!-- local file using fileSet -->
>        <fileSet baseDir=".">
>            <file>n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
>        </fileSet>
> 
>        <!-- remote URL using fileSet -->
>        <fileSet baseDir="ftp://ftp-lcd.slac.stanford.edu/ilc/singleParticle/sid02/slcio/slic/">
>            <file>./n_Theta100_1GeV_SLIC-v2r4p8_geant4-v9r1p2_LCPhys_sid02.slcio</file>
>        </fileSet>
> 
>        <!-- local file using regular expression-->
>        <fileRegExp baseDir=".">input*[0-9].slcio</fileRegExp>
> 
>        <!-- list of local files -->
>        <fileList>myfiles.txt</fileList>
> 
>        <!-- list of URLs -->
>        <fileList>myurls.txt</fileList>
> 
>    </inputFiles>
>    <control>
>        <cacheDirectory>./scratch</cacheDirectory>
>        <dryRun>true</dryRun>
>        <numberOfEvents>-1</numberOfEvents>
>        <printInputFiles>true</printInputFiles>
>    </control>
>    <execute>
>        <driver name="EventMarkerDriver"/>
>    </execute>
>    <drivers>
>        <driver name="EventMarkerDriver"
>                type="org.lcsim.job.EventMarkerDriver">
>            <eventInterval>1</eventInterval>
>        </driver>
>    </drivers>
> </lcsim>
> 


########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1