diff --git a/DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def b/DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def new file mode 100644 index 0000000000000000000000000000000000000000..200cc092630e49632b4f9c6f844b0db40e27225b --- /dev/null +++ b/DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def @@ -0,0 +1,5 @@ +#******************** +# Kinematic Variables +#******************** + +block H.kin.* \ No newline at end of file diff --git a/DEF-files/HMS/PRODUCTION/hstackana_production.def b/DEF-files/HMS/PRODUCTION/hstackana_production.def index 52ee9c82fcf838267b81cb172a508b1ae8d7b9a9..87ef377e7a404f7c9480bdea000c339b6183235b 100644 --- a/DEF-files/HMS/PRODUCTION/hstackana_production.def +++ b/DEF-files/HMS/PRODUCTION/hstackana_production.def @@ -13,4 +13,5 @@ #include "DEF-files/HMS/PRODUCTION/GTR/hgtr_vars.def" #include "DEF-files/HMS/PRODUCTION/PID/hpid_vars.def" -#include "DEF-files/HMS/PRODUCTION/EPICS/hepics_vars.def" \ No newline at end of file +#include "DEF-files/HMS/PRODUCTION/EPICS/hepics_vars.def" +#include "DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def" \ No newline at end of file diff --git a/DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def b/DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def index f6c2b55bc44cc1ba709a9dbb6f979f5dce81402f..aa642dd0defa62bc18d05a47b4c0dbe8b662f655 100644 --- a/DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def +++ b/DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def @@ -2,8 +2,6 @@ * Drift Chamber Variables ************************** - - block P.dc.x_fp block P.dc.xp_fp block P.dc.y_fp diff --git a/DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def b/DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def new file mode 100644 index 0000000000000000000000000000000000000000..7895132e57301d983102138cf3b4fcb91a3f7cfc --- /dev/null +++ b/DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def @@ -0,0 +1,5 @@ +#******************** +# Kinematic Variables +#******************** + +block P.kin.* \ No newline at end of file diff --git a/DEF-files/SHMS/PRODUCTION/pstackana_production.def b/DEF-files/SHMS/PRODUCTION/pstackana_production.def index 0c107e698cc8c5cefc45307d71bf8a1933dbea37..c34b43bb442446aa5c910200e2457e8b68517fd6 100644 --- a/DEF-files/SHMS/PRODUCTION/pstackana_production.def +++ b/DEF-files/SHMS/PRODUCTION/pstackana_production.def @@ -14,4 +14,5 @@ #include "DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def" #include "DEF-files/SHMS/PRODUCTION/GTR/pgtr_vars.def" #include "DEF-files/SHMS/PRODUCTION/PID/ppid_vars.def" -#include "DEF-files/SHMS/PRODUCTION/EPICS/pepics_vars.def" \ No newline at end of file +#include "DEF-files/SHMS/PRODUCTION/EPICS/pepics_vars.def" +#include "DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def" \ No newline at end of file