CDF II
CDF KITS
source navigation ]
diff markup ]
identifier search ]
freetext search ]
file search ]
 
Architecture: i386 ]
Version: 4.10.4 ] [ 4.10.5 ] [ 4.8.4 ] [ 4.8.4l3s ] [ 4.8.5 ] [ 4.9.0 ] [ 4.9.1 ] [ 4.9.1.hpt3 ] [ 4.9.1hpt3 ] [ 4.9.1top1 ] [ 5.0.0 ] [ 5.1.0 ] [ 5.1.0beamonly ] [ 5.1.1 ] [ 5.2.0 ] [ 5.3.0 ] [ 5.3.1 ] [ 5.3.1dsp ] [ 5.3.3 ] [ 5.3.3_nt ] [ 5.3.4 ] [ 6.1.1 ] [ 6.1.1b ] [ 6.1.2 ] [ 6.1.3 ] [ 6.1.4 ] [ 6.1.4int3 ] [ 6.1.4mc ] [ 6.1.4mc_a ] [ 6.1.6 ] [ development ]

001 #!/bin/sh
002 export PATH=/usr/krb5/bin:/usr/bin:/bin:${PATH}
003 
004 #fkw usage of this script:
005 #as executable line in CafGui use:
006 # ./caf.sh $ Zee
007 #This assumes that there's a file Zee.lst that defines 
008 
009 export inum=$1
010 export tmp=` awk "{if (NR == $inum ) print $N }" dataDefinition/$2.lst`
011 export inFile="root://fcdfdata013.fnal.gov/"$tmp
012 
013 export outFile=${2}-${1}-v5_1_0pre2.root
014 
015 export fcpLocation="cdfdata@fcdfdata034.fnal.gov:/cdf/scratch/cdfdata/fkw/"$2"/"
016 
017 echo "Input file = "$inFile
018 echo "Output filename = "$outFile
019 echo "Ouput fcp location = "$fcpLocation
020 
021 ./runProd.sh $inFile $outFile $fcpLocation
022 
023 
024 
025 

source navigation ] diff markup ] identifier search ] freetext search ] file search ]

This page was automatically generated by the LXR engine.
The LXR team
Valid HTML 4.01!

Send problems or questions to cdfcode@fnal.gov