41 int prntlast,
int id )
45 _prntfirst[_npart] = prntfirst;
46 _prntlast[_npart] = prntlast;
47 _daugfirst[_npart] = -1;
48 _dauglast[_npart] = -1;
54 if ( prntfirst >= 0 ) {
56 for ( i = prntfirst; i <= prntlast; i++ ) {
58 if ( _daugfirst[i] == -1 )
59 _daugfirst[i] = _npart;
60 if ( _dauglast[i] < _npart )
61 _dauglast[i] = _npart;
71 for ( i = 0; i < _npart; i++ ) {
void createParticle(EvtVector4R p4, EvtVector4R x, int prntfirst, int prntlast, int id)
void translate(EvtVector4R d)