You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detector to focus on. If 'all' (default) will consider all three detectors. Otherwise pass a
175
-
single one of 'tpc', 'neutron_veto', 'muon_veto'. Pairs of detectors not yet supported.
173
+
Detector to focus on. If 'all' (default) will consider all three detectors. Otherwise pass a single one of
174
+
'tpc', 'neutron_veto', 'muon_veto'. Pairs of detectors not yet supported.
176
175
--workflow_id WORKFLOW_ID
177
176
Custom workflow_id of workflow. If not passed, inferred from today's date.
178
177
--ignore_processed Ignore runs that have already been processed
179
-
--debug Debug mode. Does not automatically submit the workflow, and jobs do not update RunDB nor upload
180
-
to rucio.
178
+
--debug Debug mode. Does not automatically submit the workflow, and jobs do not update RunDB nor upload to rucio.
181
179
--from NUMBER_FROM Run number to start with
182
180
--to NUMBER_TO Run number to end with
183
-
--run [RUN ...] Space separated specific run number(s) to process
181
+
--run [RUN ...] Space separated specific run_id(s) to process
184
182
--runlist RUNLIST Path to a runlist file
185
183
--rucio_upload Upload data to rucio after processing
186
184
--rundb_update Update RunDB after processing
187
185
--local_transfer Transfer data to local after processing
186
+
--keep_dbtoken Do not renew .dbtoken
188
187
```
189
188
190
189
This script requires at minimum the name of context (which must reside in the cutax version installed in the environment you are in). If no other arguments are passed, this script will try to find all data that can be processed, and process it. Some inputs from the configuration file at environmental variable `XENON_CONFIG` are also used, specifically:
0 commit comments