whizard is hosted by Hepforge, IPPP Durham

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#285 closed defect (worksforme)

How to set the event scale for PDFs?

Reported by: Juergen Reuter Owned by: Juergen Reuter
Priority: P1 Milestone:
Component: core Version: 2.0.0rc3
Severity: critical Keywords: prob. docu (?)
Cc:

Description

Right now, when I print out the values I only get a running scale. The logic should be a command like

beams p,p => lhapdf { scale = 1500 GeV }

but it does not work.

Change History (5)

comment:1 Changed 14 years ago by Juergen Reuter

Owner: changed from ALL to Juergen Reuter
Status: newassigned

OK, it works if I do the following:

scale = 1500 GeV
beams p,p => lhapdf 

so not having this as an optional argument for beams. I'm (almost) fine with this, especially if scale is not only a number, but a more complicated expression. I want to test the scales a little further, as this is one of the important new features of WHIZARD.

comment:2 Changed 14 years ago by kilian

Ah, now I see the point. You can set the scale local to the integrate command:

integrate (proc) { scale = 1500 GeV }

but if you make it local to the beams command, it is forgotten once the beam command has been executed.

The rationale is that the scale expression is a property of the process (better: of the beam-process interface which is set up by the integrate command), not of the beams.

comment:3 Changed 14 years ago by Juergen Reuter

Now the question is how to I set a scale like the Pt of a lepton???

comment:4 Changed 14 years ago by Juergen Reuter

Resolution: worksforme
Status: assignedclosed

Wolfgang explained it to me: it is e.g.

scale = eval Pt [e1]

etc. There will be one example in the examples.

comment:5 Changed 14 years ago by Juergen Reuter

Milestone: v2.0.0final

Milestone v2.0.0final deleted

Note: See TracTickets for help on using tickets.