Skip to content
Snippets Groups Projects
Commit 4ff9faf1 authored by Hall C Online Analyzer User's avatar Hall C Online Analyzer User Committed by Eric Pooser
Browse files

Spring 2018 ver16 (#399)

* Include select PID & golden track leaves to quick replay ROOT files -Eric

* Update COIN kinematics file
parent bf654dcd
No related branches found
No related tags found
No related merge requests found
...@@ -380,7 +380,7 @@ ppartmass = 0.93827231 ...@@ -380,7 +380,7 @@ ppartmass = 0.93827231
hpartmass = 0.0005109 hpartmass = 0.0005109
#Ct Experiment (E12-06-107) #Ct Experiment (E12-06-107)
2284-9999 2284-2396
gpbeam = 10.600 gpbeam = 10.600
gtargmass_amu = 12.0107 gtargmass_amu = 12.0107
htheta_lab = -39.280 htheta_lab = -39.280
...@@ -389,3 +389,41 @@ hpcentral = 2.982 ...@@ -389,3 +389,41 @@ hpcentral = 2.982
ppcentral = 8.505*0.985 ppcentral = 8.505*0.985
ppartmass = 0.93827231 ppartmass = 0.93827231
hpartmass = 0.0005109 hpartmass = 0.0005109
2397
gpbeam = 10.600
gtargmass_amu = 1.00794
htheta_lab = -39.280
ptheta_lab = 12.800
hpcentral = 2.982
ppcentral = 8.505*0.985
ppartmass = 0.93827231
hpartmass = 0.0005109
#cosmics/testing DAQ
2398-2401
#junk
2402-2403
#Color Transparency --Feb 13/H singles run
2404-2405
gpbeam = 10.600
gtargmass_amu = 1.00794
htheta_lab = -39.280
ptheta_lab = 12.800
hpcentral = 2.982
ppcentral = 8.505*0.985
ppartmass = 0.93827231
hpartmass = 0.0005109
#Color Transparency --Feb 14/H coincidence run
2406-9999
gpbeam = 10.600
gtargmass_amu = 1.00794
htheta_lab = -39.280
ptheta_lab = 12.800
hpcentral = 2.982
ppcentral = 8.505*0.985
ppartmass = 0.93827231
hpartmass = 0.0005109
\ No newline at end of file
#***********************
# Golden Track Variables
#***********************
block H.gtr.*
\ No newline at end of file
#**************
# PID Variables
#**************
block H.cal.etracknorm
block H.cer.npeSum
\ No newline at end of file
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
#include "DEF-files/HMS/PRODUCTION/GTR/hgtr_histos.def" #include "DEF-files/HMS/PRODUCTION/GTR/hgtr_histos.def"
#include "DEF-files/HMS/PRODUCTION/RASTER/hraster_histos.def" #include "DEF-files/HMS/PRODUCTION/RASTER/hraster_histos.def"
#include "DEF-files/HMS/PRODUCTION/TRIG/htrig_histos.def" #include "DEF-files/HMS/PRODUCTION/TRIG/htrig_histos.def"
#include "DEF-files/HMS/PRODUCTION/EPICS/hepics_vars.def"
#include "DEF-files/HMS/PRODUCTION/REACT/hreact_histos.def" #include "DEF-files/HMS/PRODUCTION/REACT/hreact_histos.def"
#include "DEF-files/HMS/PRODUCTION/PID/hpid_histos.def" #include "DEF-files/HMS/PRODUCTION/PID/hpid_histos.def"
\ No newline at end of file
#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
#***********************
# Golden Track Variables
#***********************
block P.gtr.*
\ No newline at end of file
#**************
# PID Variables
#**************
block P.cal.etracknorm
block P.hgcer.npeSum
block P.ngcer.npeSum
\ No newline at end of file
#include "DEF-files/SHMS/PRODUCTION/AERO/paero_histos.def" #include "DEF-files/SHMS/PRODUCTION/AERO/paero_histos.def"
#include "DEF-files/SHMS/PRODUCTION/CAL/pcal_histos.def" #include "DEF-files/SHMS/PRODUCTION/CAL/pcal_histos.def"
#include "DEF-files/SHMS/PRODUCTION/DC/pdc_histos.def" #include "DEF-files/SHMS/PRODUCTION/DC/pdc_histos.def"
#include "DEF-files/SHMS/PRODUCTION/EPICS/pepics_vars.def"
#include "DEF-files/SHMS/PRODUCTION/GTR/pgtr_histos.def" #include "DEF-files/SHMS/PRODUCTION/GTR/pgtr_histos.def"
#include "DEF-files/SHMS/PRODUCTION/HGCER/phgcer_histos.def" #include "DEF-files/SHMS/PRODUCTION/HGCER/phgcer_histos.def"
#include "DEF-files/SHMS/PRODUCTION/HODO/phodo_histos.def" #include "DEF-files/SHMS/PRODUCTION/HODO/phodo_histos.def"
...@@ -10,4 +9,8 @@ ...@@ -10,4 +9,8 @@
#include "DEF-files/SHMS/PRODUCTION/RASTER/praster_histos.def" #include "DEF-files/SHMS/PRODUCTION/RASTER/praster_histos.def"
#include "DEF-files/SHMS/PRODUCTION/TRIG/ptrig_histos.def" #include "DEF-files/SHMS/PRODUCTION/TRIG/ptrig_histos.def"
#include "DEF-files/SHMS/PRODUCTION/REACT/preact_histos.def" #include "DEF-files/SHMS/PRODUCTION/REACT/preact_histos.def"
#include "DEF-files/SHMS/PRODUCTION/PID/ppid_histos.def" #include "DEF-files/SHMS/PRODUCTION/PID/ppid_histos.def"
\ No newline at end of file
#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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment