Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef MAD_MATCHPTCKNOBS_H
0002 #define MAD_MATCHPTCKNOBS_H
0003 
0004 // types
0005 
0006 struct in_cmd;
0007 
0008 // interface
0009 
0010 void madx_mpk_run(struct in_cmd*);
0011 void madx_mpk_prepare(void);
0012 void madx_mpk_addvariable(struct in_cmd*);
0013 void madx_mpk_addconstraint(const char* constr);
0014 void madx_mpk_end(void);
0015 
0016 void madx_mpk_setcreateuniverse(struct in_cmd*);
0017 void madx_mpk_setcreatelayout(struct in_cmd*);
0018 void madx_mpk_setsetswitch(struct in_cmd*);
0019 void madx_mpk_setcalc(struct in_cmd*);
0020 
0021 #endif // MAD_MATCHPTCKNOBS_H