<?xml version="1.0" encoding="utf-8" ?> 
<job simulateSubmission="false" minFilesPerProcess="1" maxFilesPerProcess="1" filesPerHour="0.5" name="my_name_job"> 
<command> 
cd /my_work_dir/
stardev 
ls -latr $PWD/ 

root4star -q -b bfc.C\(1,800,\"P2005,useCDV,MakeEvent,ITTF,tofDat,ssddat,spt,SsdIt,SCEbyE,OGridLeak3D,OShortR,OSpaceZ2,KeepSvtHit,hitfilt,-evout\",\"@$FILELIST\"\)

</command>

<stdout URL="file:/my_work_dir/$JOBID.out"/> 
<stderr URL="file:/my_work_dir/$JOBID.err"/> 
<input URL="file:/star/data03/daq/2005/073/st_physics_6073005_raw_3040001.daq"/>  
<output fromScratch="*.root" toURL="file:/my_work_dir/" /> 
<output fromScratch="*.ps" toURL="file:/my-work_dir/" /> 

</job> 
 
