ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HSCPValidation/scripts/genTriPlots.sh
Revision: 1.3
Committed: Wed Apr 7 08:49:14 2010 UTC (15 years, 1 month ago) by carrillo
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +10 -2 lines
Log Message:
change the path for the Macros

File Contents

# User Rev Content
1 carrillo 1.1 #!/bin/bash
2     mkdir trig
3     cat $1 | grep +- | grep L1 | awk '{print $1" "$2" "$4}' > L1.txt
4 carrillo 1.2 cat $1 | grep HLT-Rep | awk '{print $6" "$4" "$3}' | grep HLT | grep -v Summa > HLT.txt
5 carrillo 1.3 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 carrillo 1.1 mv *.png trig
8 carrillo 1.3
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