IMPACT T
|
This class defines the linear transfer map and RF field for the SC beam line elment. More...
Data Types | |
interface | getparam_sc |
type | sc |
interface | setparam_sc |
Functions/Subroutines | |
subroutine | construct_sc (this, numseg, nmpstp, type, blength) |
subroutine | setparam1_sc (this, i, value) |
subroutine | setparam2_sc (this, values) |
subroutine | setparam3_sc (this, numseg, nmpstp, type, blength) |
subroutine | getparam1_sc (this, i, blparam) |
subroutine | getparam2_sc (this, blparams) |
subroutine | getparam3_sc (this, blength, bnseg, bmapstp, btype) |
subroutine | getaxflde_sc (z, this, ez1, ezp1, ezpp1) |
interpolate the field from the SC rf cavity onto bunch location. More... | |
subroutine | getflderr_sc (pos, extfld, this, dx, dy, anglex, angley, anglez) |
get external field with displacement and rotation errors. More... | |
subroutine | getfld_sc (pos, extfld, this) |
get external field without displacement and rotation errors More... | |
subroutine | getfldt_sc (pos, extfld, this, fldata) |
get external field without displacement and rotation errors More... | |
Variables | |
integer, parameter, private | nparam = 11 |
This class defines the linear transfer map and RF field for the SC beam line elment.
type scclass::sc |
Data Fields | ||
---|---|---|
integer | itype | |
double precision | length | |
integer | mapstp | |
integer | nseg | |
double precision, dimension(nparam) | param |
subroutine scclass::construct_sc | ( | type (sc), intent(out) | this, |
integer, intent(in) | numseg, | ||
integer, intent(in) | nmpstp, | ||
integer, intent(in) | type, | ||
double precision, intent(in) | blength | ||
) |
subroutine scclass::getaxflde_sc | ( | double precision, intent(in) | z, |
type (sc), intent(in) | this, | ||
double precision, intent(out) | ez1, | ||
double precision, intent(out) | ezp1, | ||
double precision, intent(out) | ezpp1 | ||
) |
interpolate the field from the SC rf cavity onto bunch location.
subroutine scclass::getfld_sc | ( | double precision, dimension(4), intent(in) | pos, |
double precision, dimension(6), intent(out) | extfld, | ||
type (sc), intent(in) | this | ||
) |
get external field without displacement and rotation errors
subroutine scclass::getflderr_sc | ( | double precision, dimension(4), intent(in) | pos, |
double precision, dimension(6), intent(out) | extfld, | ||
type (sc), intent(in) | this, | ||
double precision, intent(in) | dx, | ||
double precision, intent(in) | dy, | ||
double precision, intent(in) | anglex, | ||
double precision, intent(in) | angley, | ||
double precision, intent(in) | anglez | ||
) |
get external field with displacement and rotation errors.
subroutine scclass::getfldt_sc | ( | double precision, dimension(4), intent(in) | pos, |
double precision, dimension(6), intent(out) | extfld, | ||
type (sc), intent(in) | this, | ||
type (fielddata), intent(in) | fldata | ||
) |
get external field without displacement and rotation errors
subroutine scclass::getparam1_sc | ( | type (sc), intent(in) | this, |
integer, intent(in) | i, | ||
double precision, intent(out) | blparam | ||
) |
subroutine scclass::getparam2_sc | ( | type (sc), intent(in) | this, |
double precision, dimension(:), intent(out) | blparams | ||
) |
subroutine scclass::getparam3_sc | ( | type (sc), intent(in) | this, |
double precision, intent(out) | blength, | ||
integer, intent(out) | bnseg, | ||
integer, intent(out) | bmapstp, | ||
integer, intent(out) | btype | ||
) |
subroutine scclass::setparam1_sc | ( | type (sc), intent(inout) | this, |
integer, intent(in) | i, | ||
double precision, intent(in) | value | ||
) |
subroutine scclass::setparam2_sc | ( | type (sc), intent(inout) | this, |
double precision, dimension(:), intent(in) | values | ||
) |
subroutine scclass::setparam3_sc | ( | type (sc), intent(inout) | this, |
integer, intent(in) | numseg, | ||
integer, intent(in) | nmpstp, | ||
integer, intent(in) | type, | ||
double precision, intent(in) | blength | ||
) |
|
private |