ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/rootEWKanalyzer/makeInputFile.sh
(Generate patch)

Comparing UserCode/rootEWKanalyzer/makeInputFile.sh (file contents):
Revision 1.1 by jueugste, Mon Jun 7 14:57:40 2010 UTC vs.
Revision 1.3 by jueugste, Mon Nov 15 09:51:24 2010 UTC

# Line 9 | Line 9 | SEHOMEDIR="srm://t3se01.psi.ch:8443/srm/
9   ## -------------------------------------------------------------
10   ## these line have to be adjusted before usage
11   ## write this input file
12 < FILE="bla.txt"
12 > FILE="input_MinBias.txt"
13   ## this is the directory with the input files (relative to the SEHOMEDIR)
14 < DIR="/Data/7TeV/ETHNTuples/Commissioning10-SD_EG-v9"
14 > ##DIR="/MC/Diffractive/WToENu_TuneZ2_Oct14/"
15 > DIR="/Data/CMSSW361patch2/MinBias_Nov3"
16  
17   ## get the listing and keep only the path and write it to the file
18   ## append the dcap prefix to acces the data via ROOT
19 < srmls $SEHOMEDIR/$DIR | awk '/_6r/ {print "dcap://t3se01.psi.ch:22125" $2}' > $FILE
19 <
19 > srmls $SEHOMEDIR/$DIR | awk '/.root/ {print "dcap://t3se01.psi.ch:22125" $2}' > $FILE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines