Belle II Software  release-06-02-00
pairs.h
1 #ifndef _pairs_h_included_
2 #define _pairs_h_included_
3 
4 namespace 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],
8  bool* sameflav);
9 
10  void PHOPAR(int IPARR, int NHEP0, int idlep, double masslep, double* STRENG);
11 
12  void partra(int IBRAN, double PHOT[4]);
13 
14 } // namespace Photospp
15 
16 #endif
17