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

Plotting fails in ROOT 6.24/02 with "only one instance of TApplication allowed" #8

Open
katilp opened this issue Aug 10, 2021 · 0 comments

Comments

@katilp
Copy link

katilp commented Aug 10, 2021

In ROOT 6.24/02, the plotting part fails with:

Error in TApplication::TApplication: only one instance of TApplication allowed

In ROOT 6.22/08 it works, as indicated in the README.

This error is mentioned in

Tested in root containers

  • rootproject/root:latest -> 6.24.02-ubuntu20.04
  • rootproject/root:6.22.08-ubuntu20.04

with

root -b -l <<EOF
.L RochesterCorrections/muresolution.cc++
.L RochesterCorrections/rochcor2012wasym.cc++
.L RochesterCorrections/Test/Analysis.C+
Analysis pf
pf.main()
.L RochesterCorrections/Test/Plot.C+
main()
.q
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant