30 void PyInit(
string frame,
string blue,
string yellow,
double energy ){ pyinit( frame.c_str(), blue.c_str(), yellow.c_str(), &energy, frame.size(), blue.size(), yellow.size() ); }
31 void Py1Ent(
int ip,
int kf,
double energy,
double theta,
double phi ) { py1ent( &ip, &kf, &energy, &theta, &phi ); }