89 sprintf(vak,
"PARJ(13)=%f",val);
90 std::string temp(vak);
91 lugive_(temp.c_str(),strlen(temp.c_str()));
107 double px[100],py[100],pz[100],e[100];
109 if ( p->
getNDaug() != 0 ) {
return;}
114 for(i=0;i<ndaugjs;i++){
124 if (px[i]*px[i]+py[i]*py[i]+pz[i]*pz[i]>=e[i]*e[i]){
126 e[i]=sqrt(px[i]*px[i]+py[i]*py[i]+pz[i]*pz[i])+0.0000000000001;
130 p4[i].
set(e[i],px[i],py[i],pz[i]);
136 more=((channel!=-1)&&(channel!=p->
getChannel()));
143 for(i=0;i<ndaugjs;i++){
void continuum_(double *, int *, int *, int *, double *, double *, double *, double *)
void makeDaughters(int ndaug, EvtId *id)
virtual void init(EvtId part_n, const EvtVector4R &p4)=0
EvtParticle * getDaug(int i)