Revision: | 1.1 |
Committed: | Thu May 6 15:14:20 2010 UTC (15 years ago) by mangano |
Content type: | application/x-sh |
Branch: | MAIN |
CVS Tags: | V00-02-00, V00-01-03, V00-01-02, V00-01-01, V00-01-00, V00-00-01, V00-00-00, HEAD |
Log Message: | first commit |
# | User | Rev | Content |
---|---|---|---|
1 | mangano | 1.1 | #!/bin/bash |
2 | port=$1 | ||
3 | E=$PWD | ||
4 | FWC=shots-prod-v1.fwc | ||
5 | IMPATH=$E/$HEDS_LABEL.shots | ||
6 | CMSSHOW=/afs/cern.ch/user/g/gpetrucc/scratch0/tracking-perf/CMSSW_3_6_0/src | ||
7 | export DISPLAY=":2" | ||
8 | Xvfb $DISPLAY -screen 0 1024x768x24 & | ||
9 | cd $CMSSHOW; | ||
10 | eval $(scramv1 runtime -sh); | ||
11 | DISPLAY=$DISPLAY cmsShow -c $FWC --port $port --play 0 --auto-save-all-views $IMPATH/ |