64 |
In case is not possible to use the CVS version after 9/10/2007 you must force DarthVader to use alignment and eta parameters needed by the tracker. |
In case is not possible to use the CVS version after 9/10/2007 you must force DarthVader to use alignment and eta parameters needed by the tracker. |
65 |
This is also possible if for some reason you want to test other sets of parameters. |
This is also possible if for some reason you want to test other sets of parameters. |
66 |
To do this simply write : |
To do this simply write : |
|
DarthVader -zerofill -idRun 1 -ALL +RUN +TRK [ -4 /path-to-eta-parameter-for-simulation/ -...... |
|
67 |
|
|
68 |
(Elena per favore completa questa parte con le varie opzioni] |
DarthVader -zerofill -idRun 1 -ALL +RUN +TRK [ -4 /path-to-eta-parameter-for-simulation/ -5 /path-to-] ... |
69 |
|
|
70 |
|
To load different parameter types you have to use different numbers, according to the same notation of the DB: |
71 |
|
|
72 |
******* NB: |
1 field map |
73 |
|
2 adc-to-mip |
74 |
|
3 charge correlation |
75 |
|
4 position-finding |
76 |
|
5 alignment |
77 |
|
6 VA1 mask |
78 |
|
|
79 |
|
The default parameters for the simulation are now in the CVS repository under the directory: |
80 |
|
|
81 |
|
DarthVader/param/trk-param/align_param_GP-0/ |
82 |
|
DarthVader/param/trk-param/eta_param_GP-0/ |
83 |
|
|
84 |
|
|
85 |
|
********* NB: ********** |
86 |
On the machines pamelatov in Roma2 the flags "-lmathlib -lpacklib -lkernlib" must be present in the Make file: |
On the machines pamelatov in Roma2 the flags "-lmathlib -lpacklib -lkernlib" must be present in the Make file: |
87 |
LDFLAGS = -g -lmathlib -lpacklib -lkernlib -llapack -lg2c -lm -lnsl -lcrypt -L/cern/2005/lib |
LDFLAGS = -g -lmathlib -lpacklib -lkernlib -llapack -lg2c -lm -lnsl -lcrypt -L/cern/2005/lib |
88 |
On other machines (for example pamelaws02 in Naples) the digitizer does not compile if the same flags are speficied, so they should be removed. |
On other machines (for example pamelaws02 in Naples) the digitizer does not compile if the same flags are speficied, so they should be removed. |