Raw TF dump workflow#15374
Open
shahor02 wants to merge 4 commits intoAliceO2Group:devfrom
Open
Conversation
a048e81 to
2c574a4
Compare
Collaborator
d10a606 to
fef2f06
Compare
Will be added in the raw-data driven modes (CTFINPUT==0 and DIGITINPUT==0) if the env.var
DPL_RAWTFDUMP is defined and ==1.
If an external trigger for dumping is provided, e.g. `TPC/CMVTRIGGER`, it will be added to the PROXY_INSPEC (also passed to the raw-proxy) and passed to
the o2-raw-tf-dump-workflow via option
```
--triggerspec ${DPL_RAWTFDUMP_TRIGGER}
```
Other hardcoded options are:
```
--dataspec ${PROXY_INSPEC} : the usual output string of the raw-input proxy
--output-dir ${RAWTF_DIR:-$CTF_DIR}: output directory, if not specified, then CTF directory will be used (where a temporary run-specific sub-directory will be created)
--meta-output-dir ${EPN2EOS_METAFILES_DIR}
--max-dump-rate ${RAWTF_DUMPRATE:-0.1}: max. output rate in percents (either as a standalone trigger or a throttling device on top of the external trigger, if provided)
--min-file-size ${RAWTF_MINSIZE:-$CTF_MINSIZE}: max. output file size to accumulate (if not provided, CTF-writer settings will be used)
--max-tf-per-file ${RAWTF_MAX_PER_FILE:-$CTF_MAX_PER_FILE}: max. TFs in the output file to accumulate (if not provided, CTF-writer settings will be used)
--mute-warn-period ${RAWTF_MUTE_PERIOD:-200}: if externally triggered TF is throttled by the max-dump-rate, warn at most once per this number of TFs.
--max-warn ${RAWTF_MAX_WARN:-5}: maximum throttling warnings to issue
```
For other possible options see Detectors/Raw/README.md#raw-tf-dd-format-dumping-workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.