Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 56 | f9daq | 1 | HERA-B event display with two data files  | 
        
| 2 | start the program in the ev directory  | 
        ||
| 3 | |||
| 4 | requires blt 2.4  | 
        ||
| 5 | tcl wish 8.6  | 
        ||
| 6 | |||
| 7 | compiled on ubuntu 14.04 x86_64  | 
        ||
| 8 | |||
| 9 | INSTALLATION  | 
        ||
| 10 | make  | 
        ||
| 11 | |||
| 12 | --------------------------------  | 
        ||
| 13 | example script  | 
        ||
| 14 | #!/bin/bash  | 
        ||
| 15 | EVDIR=/home/rok/ev  | 
        ||
| 16 | PWD=`pwd`  | 
        ||
| 17 | echo $PWD  | 
        ||
| 18 | cd $EVDIR  | 
        ||
| 19 | ./ev  | 
        ||
| 20 | cd $PWD  |