We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/22357 (FNAL account required) Originally created by @PetrilloAtWork on 2019-04-12 00:04:06
I would like to be able to specify an output file name for, e.g., RootOutput module, like:
RootOutput
filename: "%c_%p-%tc.root"
that replaces the first token (%c in the example) with the basename of the configuration file, so that e.g.
%c
art -c ./job/generateBeautifulEvents.fcl -n 10
would produce files like generateBeautifulEvents_Gen-20190402T170247.root.
generateBeautifulEvents_Gen-20190402T170247.root
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from https://cdcvs.fnal.gov/redmine/issues/22357 (FNAL account required)
Originally created by @PetrilloAtWork on 2019-04-12 00:04:06
I would like to be able to specify an output file name for, e.g.,
RootOutput
module, like:that replaces the first token (
%c
in the example) with the basename of the configuration file, so that e.g.would produce files like
generateBeautifulEvents_Gen-20190402T170247.root
.The text was updated successfully, but these errors were encountered: