PandaRoot
3.52/src/photosFortranInterfaces/f_Init.h
Go to the documentation of this file.
1 #ifndef _f_Init_included_
2 #define _f_Init_included_
3 
4 extern "C" {
5 
6 extern struct {
7  double alpha;
8  double xphcut;
9 } phocop_;
10 
11 extern struct {
12  double fsec;
13  double fint;
14  double expeps;
15  int interf;
16  int isec;
17  int itre;
18  int iexp;
19  int iftop;
20  int ifw;
21 } phokey_;
22 
23 extern struct {
24  int status[10];
25  int ifstop;
26 } phosta_;
27 
28 extern struct {
29  double pi;
30  double twopi;
31 } phpico_;
32 
33 extern struct {
34  int phlun;
35 } pholun_;
36 
37 // debug mode on if ipoin < 1 and ipoinm > 1
38 extern struct {
39  int ipoin;
40  int ipoinm;
41 } phlupy_;
42 
44 void phcork_(int *modcor);
45 
47 void photos_make_c_(int *id);
48 
49 /* PHOINI subroutines */
50 int iphqrk_(int *i);
51 int iphekl_(int *i);
52 
53 /* Printout of error messages */
54 void phoerr_(int *imes, char *text, double *data);
55 }
56 
57 #endif
struct @27 phpico_
void photos_make_c_(int *id)
int iphekl_(int *i)
unsigned int i
Definition: P4_F32vec4.h:21
struct @28 pholun_
struct @26 phosta_
void phcork_(int *modcor)
void phoerr_(int *imes, char *text, double *data)
int iphqrk_(int *i)
struct @24 phocop_
struct @29 phlupy_
struct @25 phokey_