Hello in the latest dev version when defining a simulation output file via <parameter name="outputFile" value="RUN__[fRunTag]_n[REST_N_EVENTS]_[fRunUser]_v[VERSION]_[fRunNumber].root"/> the substitution of values is not being done correctly and only replacing the variables found inside the RML. in this case the output would be RUN__[fRunTag]_n10_[fRunUser]_v2.11_[fRunNumber].root. I think this issue must have been introduced in the most recent commits.
Hi, I’m using REST version v2.2.12.
When I run restG4 I don’t have substitution problems for <parameter name="outputFile" value="Run_[fRunType]_[fRunTag]_[fRunNumber]_Version_[VERSION].root" />
But, when I run restManager, I get the same problem originally described in this post.