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

Improve pinecard metadata #24

Open
cschwan opened this issue Jun 16, 2023 · 5 comments
Open

Improve pinecard metadata #24

cschwan opened this issue Jun 16, 2023 · 5 comments
Labels
good first issue Good for newcomers

Comments

@cschwan
Copy link
Contributor

cschwan commented Jun 16, 2023

See the pending review on https://github.com/NNPDF/pinefarm/pull/23/files/177c81e1ac686f608970ba1cb79cad93e42f8520.

@felixhekhorn
Copy link
Contributor

How you mean?

@cschwan
Copy link
Contributor Author

cschwan commented Jun 16, 2023

Generate RUN_TEST_SH and extract pinecard. Have a look at launch.txt and you'll see this file:

launch @OUTPUT@
fixed_order = ON
set maxjetflavor 5
set gf @GF@
set mh @MH@
set mt @MT@
set mw @MW@
set mz @MZ@
set wh @WH@
set wt @WT@
set ww @WW@
set wz @WZ@
set ebeam1 3500
set ebeam2 3500
set pdlabel lhapdf
set lhaid @LHAPDF_ID@
set fixed_ren_scale True
set fixed_fac_scale True
set mur_ref_fixed @MZ@
set muf_ref_fixed @MZ@
set reweight_scale True
set ptl = 25.0
set etal = 2.5
set mll_sf = 116
#user_defined_cut set mmllmax = 1500.0
#user_defined_tau_min 116.0
#enable_patch change_etaj_to_rapj
set req_acc_FO 0.1
set pineappl True
done
quit

Without the actuall masses, widths and other constants this file isn't very helpful.

@felixhekhorn
Copy link
Contributor

I see and I agree ... mmm this is not really easy to solve ... I guess we need to list and collect the necessary files dynamically ...

(maybe your review never got published?)

@cschwan
Copy link
Contributor Author

cschwan commented Jun 16, 2023

I see and I agree ... mmm this is not really easy to solve ... I guess we need to list and collect the necessary files dynamically ...

Each interface could probably declare which files are taken as input, and then we'll take those.

@felixhekhorn
Copy link
Contributor

Actually, you need the raw format (with set gf @GF@ etc.) to run pinefarm again, because the theory is coming only at creation time - so if we want to improve here, we would need to provide an additional key, which e.g. mg5 could fill with another base64 tar gz containing some files of interest

@felixhekhorn felixhekhorn added the good first issue Good for newcomers label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants