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.2 by carrillo, Thu Feb 4 14:56:20 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_2_1/src/HSCPValidation/scripts/MakeL1.C
6 > root -b /afs/cern.ch/user/c/carrillo/tesis/CMSSW_3_2_1/src/HSCPValidation/scripts/MakeHLT.C
7   mv *.png trig

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines