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
struct @31 phlupy_
struct @27 phokey_
Int_t i
Definition: run_full.C:25
void photos_make_c_(int *id)
int iphekl_(int *i)
struct @26 phocop_
void phcork_(int *modcor)
void phoerr_(int *imes, char *text, double *data)
int iphqrk_(int *i)
struct @29 phpico_
struct @30 pholun_
struct @28 phosta_