close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 12, 2017, 7:48:37 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
32 | 32 | It is also possible however, to override any of these defaults at runtime by giving them to nuiscomp. |
33 | 33 | |
| 34 | === Card file override === |
34 | 35 | One way to achieve this is to include them in your card file before all of your samples, like in the following examples setting the VERBOSITY level. |
35 | | **simple card format** |
| 36 | |
| 37 | **simple card format example** |
36 | 38 | {{{ |
37 | 39 | # config NAME VALUE |
… |
… |
|
39 | 41 | sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:myfiles.root |
40 | 42 | }}} |
41 | | ** xml card ** |
| 43 | |
| 44 | ** xml card format example ** |
42 | 45 | {{{ |
43 | 46 | <!-- <config NAME='VALUE' /> --> |
… |
… |
|
45 | 48 | |
46 | 49 | <sample name='MiniBooNE_CCQE_XSec_1DQ2_nu' input='GENIE:myfiles.root' /> |
| 50 | }}} |
| 51 | |
| 52 | |
| 53 | === Command line override === |
| 54 | Another alternative is to override parameters on the command line using the '-q' argument. |
| 55 | {{{ |
| 56 | $ nuiscomp -q NAME=VALUE ... |
| 57 | }}} |
| 58 | |
| 59 | ** verbosity example ** |
| 60 | {{{ |
| 61 | $ nuiscomp -c samples.card -o samples.root -q VERBOSITY=1 |
47 | 62 | }}} |
48 | 63 | |
… |
… |
|
92 | 107 | |
93 | 108 | |
94 | | |