ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HSCPValidation/scripts/genTriPlots.sh
Revision: 1.1
Committed: Fri Jan 29 08:50:23 2010 UTC (15 years, 3 months ago) by carrillo
Content type: application/x-sh
Branch: MAIN
Log Message:
first release

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     cat $1 | grep HLT-Rep | awk '{print $6" "$4" "$5}' | grep HLT > HLT.txt
5     root -b MakeL1.C
6     root -b MakeHLT.C
7     mv *.png trig