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 13, 2017, 3:13:44 PM (7 years ago)
- Author:
-
Patrick Stowell
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v17
|
v18
|
|
229 | 229 | We write our card file with these two datasets using the following sample object format: |
230 | 230 | {{{ |
231 | | sample NAME_OF_SAMPLE INPUT_TYPE:FILE_INPUT |
| 231 | sample NAME_OF_SAMPLE INPUT_TYPE:FILE_INPUT [OPTION] [NORM_VALUE] |
232 | 232 | }}} |
233 | 233 | - **NAME_OF_SAMPLE** : Name of the sample we found using nuissamples |
234 | 234 | - **INPUT_TYPE** : Type of the input file we are using (e.g. GENIE) |
235 | 235 | - **FILE_INPUT** : Path to the input MC event we want to use for this sample. |
| 236 | - **OPTION** : (Optional Argument) Option that can be used to change sample behaviour at runtime. By default this is left as DEFAULT. |
| 237 | - **NORM_VALUE** : (Optional Argument) Start value of normalisation parameter used to change the MC normalisation for this sample. By default this is left at 1.0. |
236 | 238 | |
237 | 239 | For further examples on how to include these structures in card files please see [wiki:CardFileExamples Card File Examples]. |