ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HSCPValidation/scripts/genTriPlots.sh
Revision: 1.2
Committed: Thu Feb 4 14:56:20 2010 UTC (15 years, 3 months ago) by carrillo
Content type: application/x-sh
Branch: MAIN
CVS Tags: for_CMSSW_3_4_2
Changes since 1.1: +3 -3 lines
Log Message:
updating HLT plots

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     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 carrillo 1.1 mv *.png trig