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
Milestone: | v2.2.0 → v2.2.1 |
---|
comment:2 Changed 11 years ago by
What is the status of this ticket? Which routine from 2.1.1 do you mean, WK?
comment:4 Changed 11 years ago by
r5940: Works now for LHEF with decayed events. Next, check showered events.
comment:5 Changed 11 years ago by
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 follow-up: 7 Changed 11 years ago by
Note that for HepMC there is a subroutine particle_set_init_from_hepmc.
comment:7 Changed 11 years ago by
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
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
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
IMPOSSIBLE ...