Skip to content
New issue

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

TRestRun wrong members when producing simulation #1

Open
jgalan opened this issue Jan 18, 2021 · 0 comments
Open

TRestRun wrong members when producing simulation #1

jgalan opened this issue Jan 18, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jgalan
Copy link
Member

jgalan commented Jan 18, 2021

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.

The test was performed with simulations coming from project trexdm-simulations. ${EXPERIMENT} is properly defined and its value is 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.

@jgalan jgalan added the bug Something isn't working label Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant