src/photos-C/pairs.h
1#ifndef _pairs_h_included_
2#define _pairs_h_included_
3
4namespace Photospp {
5
6
7 void trypar(bool *JESLI,double *STRENG,double AMCH, double AMEL,double PA[4],double PB[4],double PE[4],double PP[4],bool *sameflav);
8
9 void PHOPAR(int IPARR,int NHEP0, int idlep, double masslep, double *STRENG);
10
11void partra(int IBRAN,double PHOT[4]);
12
13} // namespace Photospp
14
15#endif
16