<?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/schemas/2.0/pipeline.xsd">

   <task>
      <name>PIItest</name>
      <version>
         <major>1</major>
         <minor>0</minor>
      </version>
      <type>Data</type>
      <notation>Comment</notation>
      <process name="beamTestSPS" type="batch">
         <variables>
            <var name="outfile_mc"   >output/mc_${format(pipeline.stream,"%06d")}.root</var>
            <var name="outfile_digi" >output/digi_${format(pipeline.stream,"%06d")}.root</var>
            <var name="outfile_recon">output/recon_${format(pipeline.stream,"%06d")}.root</var>
            <var name="outfile_merit">output/merit_${format(pipeline.stream,"%06d")}.root</var>
         </variables>
         <job workingDir="/nfs/farm/g/glast/u26/MC-tasks/PIItest" executable="config/productionMonteCarlo.pl" maxCPU="7200"/>
      </process>
   </task>
</pipeline>


