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:46:39 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
25 | 25 | = Useful NUISCOMP Commands = |
26 | 26 | There are also additional card file arguments and run time arguments that can be used with nuiscomp to help with debugging or performing slightly different comparisons. |
| 27 | |
| 28 | |
| 29 | == Overriding config options == |
| 30 | A list of default configuration options requested in the code are given in the file 'parameters/config.xml'. When NUISANCE runs this file is automatically loaded in that start. |
| 31 | |
| 32 | It is also possible however, to override any of these defaults at runtime by giving them to nuiscomp. |
| 33 | |
| 34 | 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 | # config NAME VALUE |
| 38 | config VERBOSITY 4 |
| 39 | sample MiniBooNE_CCQE_XSec_1DQ2_nu GENIE:myfiles.root |
| 40 | }}} |
| 41 | ** xml card ** |
| 42 | {{{ |
| 43 | <!-- <config NAME='VALUE' /> --> |
| 44 | <config VERBOSITY='4' /> |
| 45 | |
| 46 | <sample name='MiniBooNE_CCQE_XSec_1DQ2_nu' input='GENIE:myfiles.root' /> |
| 47 | }}} |
| 48 | |
27 | 49 | |
28 | 50 | == Restricting the number of events == |
… |
… |
|
59 | 81 | |
60 | 82 | |
61 | | == Overriding config options == |
62 | | |
63 | 83 | == Specifying fake data == |
64 | 84 | |
… |
… |
|
73 | 93 | |
74 | 94 | |
75 | | |