source: PSPA/madxPSPA/src/mad_twiss.h @ 457

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

import madx-5.01.00

File size: 453 bytes
Line 
1#ifndef MAD_TWISS_H
2#define MAD_TWISS_H
3
4// types
5
6struct node;
7struct table;
8struct command;
9
10// interface
11
12void  pro_twiss(void);
13void  store_beta0(struct in_cmd*);
14void  store_savebeta(struct in_cmd*);
15int   twiss_input(struct command*);
16
17void  get_disp0(double* disp);
18void  copy_twiss_data(double* twiss_data);
19void  get_twiss_data(double* twiss_data);
20void  complete_twiss_table(struct table*);
21int   embedded_twiss(void);
22
23#endif // MAD_TWISS_H
24
Note: See TracBrowser for help on using the repository browser.