StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PhotosUtilities.h
1 #ifndef _PhotosUtilities_h_included_
2 #define _PhotosUtilities_h_included_
3 #include <cmath>
4 #include <iostream>
5 using std::cout;
6 using std::endl;
17 namespace Photospp
18 {
19 
20 namespace PhotosUtilities
21 {
23  double PHOTRI(double A,double B,double C);
24 
26  double PHOAN1(double X,double Y);
27 
29  double PHOAN2(double X,double Y);
30 
32  void PHORO2(double ANGLE,double PVEC[4]);
33 
34 
36  void PHORO3(double ANGLE,double PVEC[4]);
37 
39  void PHOB(int MODE,double PBOOS1[4],double vec[4]);
40 
42  void bostdq(int mode,double qq[4],double pp[4],double r[4]);
43 
44 
46  void PHOBO3(double ANGLE,double PVEC[4]);
47 
49  void fill_val(int beg, int end, double* array, double value);
50 
52  void PHOEPS(double vec1[4], double vec2[4], double eps[4]);
53 
55  double PHOSPI(int idhep);
56 
58  double PHOCHA(int idhep);
59 
60 } // namespace PhotosUtilities
61 
62 } // namespace Photospp
63 #endif
64 
Support functions.