hepmc

Subversion Repositories:
Compare Path: Rev
With Path: Rev
/branches/HEPMC_02_03_branch/fio/ @ 365  →  /branches/HEPMC_02_03_branch/fio/ @ 364
/branches/HEPMC_02_03_branch/fio/IO_HERWIG.cc
@@ -460,9 +460,6 @@
HEPEVT_Wrapper::set_parents(
i, HEPEVT_Wrapper::first_parent(index_hard),
HEPEVT_Wrapper::last_parent(index_hard) );
//BPK -> inconsistency in HWHGUP, desc from hard vert should point to it.
} else if ( HEPEVT_Wrapper::first_parent(i)!=index_hard) {
HEPEVT_Wrapper::set_parents(i,index_hard,HEPEVT_Wrapper::last_parent(i) );
}
//BPK - Atlas -<
 
@@ -473,8 +470,7 @@
// a non-hadron, and so the 2nd child does contain real mother
// daughter relationships. ( particularly relevant for H->WW,
// April 18, 2003 )
// BPK - part of the inconsistency in HWHGUP problem
if ( HEPEVT_Wrapper::status(i) != 195 && HEPEVT_Wrapper::status(i) != 155 ) {
if ( HEPEVT_Wrapper::status(i) != 195 ) {
HEPEVT_Wrapper::set_children(i,HEPEVT_Wrapper::first_child(i),0);
}
}