Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:02:03

0001 #ifndef MAD_APER_H
0002 #define MAD_APER_H
0003 
0004 // types
0005 
0006 struct node;
0007 struct in_cmd;
0008 
0009 // interface
0010 
0011 double  get_aperattr(struct node* node, const char* attrname, const char* par);   // used by mad_table.c
0012 void    pro_aperture(struct in_cmd* cmd);             // used by mad_cmd.c
0013 int aper_chk_inside(double p, double q, double pipex[], double pipey[], int pipelength );
0014 
0015 #endif // MAD_APER_H
0016