whizard is hosted by Hepforge, IPPP Durham

Opened 11 years ago

Closed 11 years ago

#570 closed defect (fixed)

Reconstruct hard process from LHEF or HEPMC data

Reported by: kilian Owned by: kilian
Priority: P3 Milestone: v2.2.2
Component: core Version: 2.1.1
Severity: normal Keywords:
Cc:

Description

This is necessary if we want to meaningfully reweight events provided by external programs. There was a routine in 2.1 which has to be revived and checked, whether it works and covers all cases.

Change History (9)

comment:1 Changed 11 years ago by Juergen Reuter

Milestone: v2.2.0v2.2.1

IMPOSSIBLE ...

comment:2 Changed 11 years ago by Juergen Reuter

What is the status of this ticket? Which routine from 2.1.1 do you mean, WK?

comment:3 Changed 11 years ago by kilian

Status: newassigned

Just looking into this, for LHEF.

comment:4 Changed 11 years ago by kilian

r5940: Works now for LHEF with decayed events. Next, check showered events.

comment:5 Changed 11 years ago by kilian

Reconstructing showered events: this runs into the problem that the particles are known only to SM_hadrons. There is some hack in the shower code, but ... we need a way to implicitly augment any model by hadrons, since all model particles may appear in the event record as resonances. Should somehow be built into the model module interface.

comment:6 Changed 11 years ago by Juergen Reuter

Note that for HepMC there is a subroutine particle_set_init_from_hepmc.

comment:7 in reply to:  6 Changed 11 years ago by kilian

Replying to jr_reuter:

Note that for HepMC there is a subroutine particle_set_init_from_hepmc.

Yes, and analogously for LHEF. The obstacles are elsewhere, mainly the handling of SM_hadrons.

comment:8 Changed 11 years ago by kilian

For LHEF, the issue should be settled in r5955. Showered events are read in, and the squared matrix element value is recovered.

Let's see what to do with HepMC ...

comment:9 Changed 11 years ago by kilian

Resolution: fixed
Status: assignedclosed

LHEF done (except for #628), I created a separate ticket for HepMC, #647. Closing this one.

Note: See TracTickets for help on using tickets.