Feature #22357
Allow a placeholder for main FHiCL configuration name in output files (RootOutput, TFileService)
Status:
Accepted
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
04/11/2019
Due date:
% Done:
0%
Estimated time:
Scope:
Internal
Experiment:
-
SSI Package:
Description
I would like to be able to specify an output file name for, e.g., RootOutput
module, like:
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.art -c ./job/generateBeautifulEvents.fcl -n 10
would produce files like
generateBeautifulEvents_Gen-20190402T170247.root
.
History
#1 Updated by Kyle Knoepfel almost 2 years ago
- Status changed from New to Accepted