]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/vmctest/gun/README
RWGCF converted to native cmake
[u/mrichter/AliRoot.git] / test / vmctest / gun / README
1 $Id$
2
3 How to run gun test with both G3 and G4
4 =======================================
5
6 1. event generation
7
8 cd $ALICE_ROOT/test/vmctest/gun
9 ./rungen.sh
10    --> will generate primary events in an external file
11
12 2. simulation & reconstruction
13
14 ./runtest.sh
15    --> will run simulation & reconstruction with both G3 and G4;
16        if you want to re-process with one MC only, you can just
17        edit the lines with
18        RUNG3=1
19        RUNG4=1
20        
21        The output files are moved in g3, g4 directories.
22        When repeating test with a different configuration,
23        you shoul rename the existing output directory 
24
25 3. extract digits
26
27 cd g3
28 ../../scripts/digits.sh
29 cd ../g4
30 ../../scripts/digits.sh
31
32 4. plot digits
33
34 First select directories to be processed in ../scripts/plotDigits.C
35 by modifying lines
36   label[0] = "g3";    
37   label[1] = "g4";
38   label[2] = "g4";
39
40 cd $ALICE_ROOT/test/vmctest/gun
41 aliroot ../scripts/plotDigits.C
42
43
44
45
46
47
48