source: PSPA/madxPSPA/src/mad_rplot.h @ 442

Last change on this file since 442 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 751 bytes
Line 
1#ifndef MAD_RPLOT_H
2#define MAD_RPLOT_H
3
4/* Piotr Skowronski, CERN */
5
6void newrplot(void);
7void plottrack(int* particleno, int* obspoint, int* turn,
8                    double* x, double* xp,
9                    double* y, double* yp,
10                    double* dpOverP,  double* p,
11                    double* length);
12void plottwiss(int* obspoint,
13               double* betax, double* alfax,
14               double* betay, double* alfay,
15               double* betaz, double* alfaz,
16               double* length);
17void rplotfinish(void);
18void rviewer(void);
19void madxv_setfctnname  (int* n, const char* name);
20void madxv_setknobname  (int* n, const char* name);
21void madxv_setfunctionat(int* n, int* el, const char* name);
22
23#endif // MAD_RPLOT_H
Note: See TracBrowser for help on using the repository browser.