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

Add a callout box about ntuples filenames in ganga script and DaVinci scripts #287

Open
xlr91 opened this issue Dec 9, 2021 · 0 comments

Comments

@xlr91
Copy link

xlr91 commented Dec 9, 2021

One of the more common first mistakes on ganga is that if the ntuple output filename in ntuple_options.py is different than the one defined in the ganga file first-job.py, ganga gets confused (I think) and ends up not producing any tuples in the output file.

eg. if the jobs are defined as follows:
first-job.py

j.outputfiles = [LocalFile('gangaoutput.root')]

ntuple_options.py

DaVinci().TupleFile = 'DVntuple.root'

No root output would be produced from ganga, at least from my experience

Maybe it would be a good idea to have some kind of popout box to point out this so that people dont repeat the same mistake I did and be disappointed when theres no root files after waiting for the job to finish? :D

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