Commit 78154a7a3ce1974a8408d1654569721c1ac710ba
1 parent
507afa5b
Exists in
master
and in
7 other branches
mms press vector
Showing
3 changed files
with
14 additions
and
2 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0"?> | |
2 | +<param xml:id="mms1_des_energy"> | |
3 | + <get> | |
4 | + <vi name="mms1:fpi:desmoms"> | |
5 | + <baseParam name="mms1_des_etab_n" useNearestValue="true"> | |
6 | + <clb name="Energy"/> | |
7 | + </baseParam> | |
8 | + </vi> | |
9 | + </get> | |
10 | + <process>#getClbInfoByIndex($mms1_fpi_desmoms_mms1_des_etab_n;Energy;5)</process> | |
11 | + <output/> | |
12 | +</param> | ... | ... |
PARAM_DEF/mms1_des_press.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mms1_des_press"> |
3 | - <get><vi name="mms1:fpi:desmoms"><baseParam name="mms1_des_prestensor_gse_fast"/></vi></get> | |
3 | + <get><vi name="mms1:fpi:desmoms"><baseParam name="mms1_des_presvector_gse_fast"/></vi></get> | |
4 | 4 | <process/> |
5 | 5 | <output/> |
6 | 6 | </param> | ... | ... |
PARAM_DEF/mms1_dis_press.xml
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <param xml:id="mms1_dis_press"> |
3 | - <get><vi name="mms1:fpi:dismoms"><baseParam name="mms1_dis_prestensor_gse_fast"/></vi></get> | |
3 | + <get><vi name="mms1:fpi:dismoms"><baseParam name="mms1_dis_presvector_gse_fast"/></vi></get> | |
4 | 4 | <process/> |
5 | 5 | <output/> |
6 | 6 | </param> | ... | ... |