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

Issue in checking tauola when madraph + pythia #3702

Open
tvami opened this issue May 6, 2024 · 3 comments
Open

Issue in checking tauola when madraph + pythia #3702

tvami opened this issue May 6, 2024 · 3 comments

Comments

@tvami
Copy link
Contributor

tvami commented May 6, 2024

Hi @efeyazgan

We have issues validating a case where we use madraph + pythia + tauola, see an example at EXO-Run3Summer23wmLHEGS-00568

We get the error msg from here

error_conc.append("For MG5_aMC requests, the concurrent mode for GEN production should be turned on. Please convert Pythia8HadronizerFilter to Pythia8ConcurrentHadronizerFilter in the fragment")

but the tauola is getting checked later in the code
if "Pythia8HadronizerFilter" in fragment and ("evtgen" in fragment.lower() or "tauola" in fragment.lower() or "photos" in fragment.lower()):

So I think the code needs some reordering, could you please have a look?

FYI
@DickyChant

@efeyazgan
Copy link
Collaborator

Hi @tvami

Thanks. I made a temporary and quick fix for now. Validation should be OK.

@tvami
Copy link
Contributor Author

tvami commented May 7, 2024

@efeyazgan
Copy link
Collaborator

Hi Tamas, yes. That passes the script with a (independent) warning.

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

2 participants