From 87879151628330f30aed48762a255665256d4fb5 Mon Sep 17 00:00:00 2001 From: Eric Pooser <pooser@jlab.org> Date: Thu, 29 Mar 2018 16:48:13 -0400 Subject: [PATCH] Include kinematic variables into ROOT tree --- DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def | 5 +++++ DEF-files/HMS/PRODUCTION/hstackana_production.def | 3 ++- DEF-files/SHMS/PRODUCTION/DC/pdc_vars.def | 2 -- DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def | 5 +++++ DEF-files/SHMS/PRODUCTION/pstackana_production.def | 3 ++- 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 DEF-files/HMS/PRODUCTION/KIN/hkin_vars.def create mode 100644 DEF-files/SHMS/PRODUCTION/KIN/pkin_vars.def 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 00000000..200cc092 --- /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 52ee9c82..87ef377e 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 f6c2b55b..aa642dd0 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 00000000..7895132e --- /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 0c107e69..c34b43bb 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 -- GitLab