File indexing completed on 2025-01-18 10:02:04
0001 #ifndef MAD_RPLOT_H
0002 #define MAD_RPLOT_H
0003
0004
0005
0006 void newrplot(void);
0007 void plottrack(int* particleno, int* obspoint, int* turn,
0008 double* x, double* xp,
0009 double* y, double* yp,
0010 double* dpOverP, double* p,
0011 double* length);
0012 void plottwiss(int* obspoint,
0013 double* betax, double* alfax,
0014 double* betay, double* alfay,
0015 double* betaz, double* alfaz,
0016 double* length);
0017 void rplotfinish(void);
0018 void rviewer(void);
0019 void madxv_setfctnname (int* n, const char* name);
0020 void madxv_setknobname (int* n, const char* name);
0021 void madxv_setfunctionat(int* n, int* el, const char* name);
0022
0023 #endif