PandaRoot
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 @21 phpico_
double pi
Definition: f_Init.h:29
int iphqrk_(int *i)
int ifstop
Definition: f_Init.h:25
int interf
Definition: f_Init.h:15
int ipoin
Definition: f_Init.h:39
double fint
Definition: f_Init.h:13
void phoerr_(int *imes, char *text, double *data)
struct @18 phocop_
unsigned int i
Definition: P4_F32vec4.h:21
int phlun
Definition: f_Init.h:34
int isec
Definition: f_Init.h:16
int itre
Definition: f_Init.h:17
double twopi
Definition: f_Init.h:30
void photos_make_c_(int *id)
int iexp
Definition: f_Init.h:18
double xphcut
Definition: f_Init.h:8
struct @20 phosta_
int ifw
Definition: f_Init.h:20
void phcork_(int *modcor)
struct @23 phlupy_
int ipoinm
Definition: f_Init.h:40
struct @19 phokey_
int iftop
Definition: f_Init.h:19
struct @22 pholun_
double fsec
Definition: f_Init.h:12
double expeps
Definition: f_Init.h:14
double alpha
Definition: f_Init.h:7
int iphekl_(int *i)
int status[10]
Definition: f_Init.h:24