FairRoot/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 
7  extern struct
8  {
9  double alpha;
10  double xphcut;
11  } phocop_;
12 
13  extern struct
14  {
15  double fsec;
16  double fint;
17  double expeps;
18  int interf;
19  int isec;
20  int itre;
21  int iexp;
22  int iftop;
23  int ifw;
24  } phokey_;
25 
26  extern struct
27  {
28  int status[10];
29  int ifstop;
30  } phosta_;
31 
32  extern struct
33  {
34  double pi;
35  double twopi;
36  } phpico_;
37 
38  extern struct
39  {
40  int phlun;
41  } pholun_;
42 
43  //debug mode on if ipoin < 1 and ipoinm > 1
44  extern struct
45  {
46  int ipoin;
47  int ipoinm;
48  } phlupy_;
49 
51  void phcork_(int * modcor);
52 
54  void photos_make_c_(int * id);
55 
56  /* PHOINI subroutines */
57  int iphqrk_(int *i);
58  int iphekl_(int *i);
59 
60  /* Printout of error messages */
61  void phoerr_(int *imes,char *text,double *data);
62 
63 }
64 
65 #endif
int iphqrk_(int *i)
struct @22 phosta_
int ifstop
Definition: f_Init.h:29
Int_t i
Definition: run_full.C:25
int interf
Definition: f_Init.h:18
struct @23 phpico_
int ipoin
Definition: f_Init.h:46
double fint
Definition: f_Init.h:16
void phoerr_(int *imes, char *text, double *data)
struct @21 phokey_
#define pi
Definition: createSTT.C:60
int phlun
Definition: f_Init.h:40
struct @25 phlupy_
int isec
Definition: f_Init.h:19
int itre
Definition: f_Init.h:20
double twopi
Definition: f_Init.h:35
void photos_make_c_(int *id)
int iexp
Definition: f_Init.h:21
double xphcut
Definition: f_Init.h:10
int ifw
Definition: f_Init.h:23
void phcork_(int *modcor)
struct @24 pholun_
int ipoinm
Definition: f_Init.h:47
int iftop
Definition: f_Init.h:22
double fsec
Definition: f_Init.h:15
struct @20 phocop_
double expeps
Definition: f_Init.h:17
double alpha
Definition: f_Init.h:9
int iphekl_(int *i)
int status[10]
Definition: f_Init.h:28