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

Comparing UserCode/HSCPValidation/scripts/genTriPlots.sh (file contents):
Revision 1.1 by carrillo, Fri Jan 29 08:50:23 2010 UTC vs.
Revision 1.3 by carrillo, Wed Apr 7 08:49:14 2010 UTC

# Line 1 | Line 1
1   #!/bin/bash
2   mkdir trig
3   cat $1 | grep +- | grep L1 | awk '{print $1" "$2" "$4}' > L1.txt
4 < cat $1 | grep HLT-Rep | awk '{print $6" "$4" "$5}' | grep HLT > HLT.txt
5 < root -b MakeL1.C
6 < root -b MakeHLT.C
4 > cat $1 | grep HLT-Rep | awk '{print $6" "$4" "$3}' | grep HLT | grep -v Summa > HLT.txt
5 > root -b /afs/cern.ch/user/c/carrillo/tesis/CMSSW_3_4_2/src/HSCPValidation/scripts/MakeL1.C
6 > root -b /afs/cern.ch/user/c/carrillo/tesis/CMSSW_3_4_2/src/HSCPValidation/scripts/MakeHLT.C
7   mv *.png trig
8 +
9 + rm table
10 + touch table
11 + cat L1.txt | grep SingleMu7 >> table
12 + cat L1.txt | grep DoubleMu3 >> table
13 + cat L1.txt | grep ETM >> table
14 + cat L1.txt | grep HTT200 >> table
15 + cat L1.txt | grep SingleJet60 >> table

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines