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
At least the Start Date/Time : 1970-1-1 1:00:00 (0) and the Experiment/project : Null seem to have not valid values when producing a file with restG4.
Start Date/Time : 1970-1-1 1:00:00 (0)
Experiment/project : Null
restG4
The test was performed with simulations coming from project trexdm-simulations. ${EXPERIMENT} is properly defined and its value is TREXDM.
trexdm-simulations
TREXDM
<TRestRun name="Background" title="${EXPERIMENT} Simulations. Version ${VERSION}."> <parameter name="experiment" value="${EXPERIMENT}"/> <parameter name="readOnly" value="false" /> <parameter name="runNumber" value="${RUN_NUMBER}"/> <!-- Will be set by restG4ToSlurm/ToCondor.py --> <parameter name="runDescription" value=""/> <parameter name="user" value="${USER}"/> <parameter name="verboseLevel" value="1"/> <parameter name="overwrite" value="off" /> <parameter name="outputFileName" value="Run[fRunNumber]_[fRunType]_[fRunTag]_[fRunUser].root" /> </TRestRun>
It is likely a problem connected with the TRestRun class.
TRestRun
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least the
Start Date/Time : 1970-1-1 1:00:00 (0)
and theExperiment/project : Null
seem to have not valid values when producing a file withrestG4
.The test was performed with simulations coming from project
trexdm-simulations
. ${EXPERIMENT} is properly defined and its value isTREXDM
.It is likely a problem connected with the
TRestRun
class.The text was updated successfully, but these errors were encountered: