...
Code Block | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?>
<pipeline
xmlns="http://glast-ground.slac.stanford.edu/pipeline"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://glast-ground.slac.stanford.edu/pipeline http://glast-ground.slac.stanford.edu/pipeline/pipeline.xsd">
<name>recon-EM2-v1r0</name>
<type>Reconstruction</type>
<dataset-base-path>/nfs/farm/g/glast/u12/EM2/rootData/$(RUN_NAME)</dataset-base-path>
<run-log-path>/temp/</run-log-path>
<executable name="reconWrapper" version="v1r0">
/nfs/slac/g/svac/common/pipeline/EM2/svacPipeline/recon/v1r0/reconWrapper.pl
</executable>
<executable name="RunRALaunchWrapper" version="v1r0">
/nfs/slac/g/svac/common/pipeline/EM2/svacPipeline/recon/v1r0/RunRALaunchWrapper.pl
</executable>
<executable name="genRTRLaunchWrapper" version="v1r0">
/nfs/slac/g/svac/common/pipeline/EM2/svacPipeline/recon/v1r0/genRTRLaunchWrapper.pl
</executable>
<executable name="urlWrapper" version="v1r0">
/nfs/slac/g/svac/common/pipeline/EM2/svacPipeline/lib/urlWrapper.pl
</executable>
<batch-job-configuration name="long-job" queue="long">
<working-directory>/nfs/farm/g/glast/u12/EM2/log/$(RUN_NAME)</working-directory>
<log-file-path>/nfs/farm/g/glast/u12/EM2/rootData/$(RUN_NAME)/calib-v1r0/grRoot</log-file-path>
</batch-job-configuration>
<batch-job-configuration name="short-job" queue="short">
<working-directory>/nfs/farm/g/glast/u12/EM2/log/$(RUN_NAME)</working-directory>
<log-file-path>/nfs/farm/g/glast/u12/EM2/rootData/$(RUN_NAME)/calib-v1r0/grRoot</log-file-path>
</batch-job-configuration>
<file name="digi" type="DIGI" file-type="root">grRoot</file>
<file name="jobOptions" type="text" file-type="jobOpt">calib-v1r0/grRoot</file>
<file name="merit" type="merit" file-type="root">calib-v1r0/grRoot</file>
<file name="recon" type="RECON" file-type="root">calib-v1r0/grRoot</file>
<file name="script" type="script" file-type="csh">calib-v1r0/grRoot</file>
<foreign-input-file name="exposure" pipeline="exposure-mdl-test" file="exposure"/>
<processing-step name="recon" executable="reconWrapper" batch-job-configuration="long-job">
<input-file name="digi"/>
<output-file name="jobOptions"/>
<output-file name="merit"/>
<output-file name="recon"/>
<output-file name="script"/>
</processing-step>
<processing-step name="LaunchSVAC" executable="RunRALaunchWrapper" batch-job-configuration="short-job">
<input-file name="digi"/>
<input-file name="recon"/>
</processing-step>
<processing-step name="LaunchReport" executable="genRTRLaunchWrapper" batch-job-configuration="short-job">
<input-file name="digi"/>
<input-file name="recon"/>
</processing-step>
<processing-step name="reconRootFile" executable="urlWrapper" batch-job-configuration="short-job">
<input-file name="recon"/>
</processing-step>
<processing-step name="meritRootFile" executable="urlWrapper" batch-job-configuration="short-job">
<input-file name="merit"/>
<input-file name="exposure"/>
</processing-step>
</pipeline>
|
...