Skip to content
Snippets Groups Projects
Commit 9f778f8b authored by hallc-online's avatar hallc-online Committed by Mark K Jones
Browse files

Update from hallc-online

parent 3af694fc
No related branches found
No related tags found
No related merge requests found
......@@ -194,10 +194,10 @@ hpartmass = 0.00051099
1929
gpbeam = 6.405
gtargmass_amu = 1.00794
htheta_lab = -22.01
ptheta_lab = 33.07
hpcentral = 4.284
ppcentral = 2.925*0.985
htheta_lab = -35.0
ptheta_lab = 22.04
hpcentral = 2.869
ppcentral = 4.38*0.985
ppartmass = 0.93827231
hpartmass = 0.00051099
......
......@@ -386,7 +386,7 @@ gpbeam = 10.59
gtargmass_amu= 12.0107
ppartmass = 0.00051099
ptheta_lab =7.50
ppcentral = 2
ppcentral = 9.8
2249-2253
gpbeam = 10.59
......
......@@ -56,7 +56,7 @@ TH1F pdc2v1_ddist 'SHMS 2V1 Drift Distance; Drift Distance (cm); Number of Entri
# SHMS DC TRACKING VARIABLES AT FOCAL PLANE
#-------------------------------------------
TH1F pdc_trk_mom 'SHMS DC Track Momentum; P (GeV); Number of Entires / 10 MeV' P.tr.p 600 0 6
TH1F pdc_trk_mom 'SHMS DC Track Momentum; P (GeV); Number of Entires / 10 MeV' P.tr.p 600 0 10
TH1F pdc_trk_beta 'SHMS DC Track Beta; Beta (GeV); Number of Entires' P.tr.beta 300 -1.5 1.5
TH2F pdc_xfp_vs_yfp 'SHMS DC X_{fp} vs Y_{fp}; Y_{fp} (cm) / 1 cm; X_{fp} (cm) / 1 cm' P.dc.y_fp P.dc.x_fp 100 -50 50 100 -50 50
TH2F pdc_xpfp_vs_ypfp 'SHMS DC X'_{fp} vs Y'_{fp}; Y'_{fp} / 0.002 rad; X'_{fp} / 0.002 rad' P.dc.yp_fp P.dc.xp_fp 100 -.1 .1 100 -.1 .1
......
......@@ -176,7 +176,7 @@ shmsGoodBetanotrk P.hod.betanotrack > 0.5 && P.hod.betanotrack < 1.4
shmsScinShould shmsScinGood && shmsGoodBetanotrk && !shmsDCany_large
shmsScinShoulde shmsScinShould && P.cal.etotnorm > 0.6 && P.cal.etotnorm < 1.6 && P.hgcer.npeSum > 0.5
shmsScinShouldh shmsScinShould && P.cal.etotnorm <= 0.6 && P.cal.etotnorm > 0. && P.hgcer.npeSum < 0.2
shmsScinShouldh shmsScinShould && P.cal.etotnorm > 0. && P.hgcer.npeSum < 0.5
shmsScinDid shmsScinShould && P.dc.ntrack > 0
shmsScinDide shmsScinShoulde && P.dc.ntrack > 0
shmsScinDidh shmsScinShouldh && P.dc.ntrack > 0
......
......@@ -78,7 +78,12 @@ void Bean_counter(Int_t runNumber, Int_t targ){
tt->SetBranchAddress("H.cal.etottracknorm", &hcaletot);
tt->SetBranchAddress("H.cer.npeSum", &hcernpe);
tt->SetBranchAddress("H.kin.primary.W", &pkinW);
tt->SetBranchAddress("P.kin.secondary.emiss", &pEm);
if (targ == 1) {
tt->SetBranchAddress("P.kin.secondary.emiss", &pEm);
}
else if (targ == 2){
tt->SetBranchAddress("P.kin.secondary.emiss_nuc", &pEm); }
tt->SetBranchAddress("P.kin.secondary.pmiss", &pPm);
tt->SetBranchAddress("P.hod.goodstarttime", &PhodStatus);
......@@ -187,7 +192,7 @@ void Bean_counter(Int_t runNumber, Int_t targ){
}
else if (targ == 2)
{
if (sqrt(pPm*pPm) < 0.4)
if (sqrt(pPm*pPm) < 0.6)
{
h_hdelta->Fill(hdelta);
h_hxptar->Fill(HgtrPh);
......
No preview for this file type
......@@ -475,6 +475,8 @@ f1pspacepoints : {f1PSpacePoints.npassed}
f2pspacepoints : {f2PSpacePoints.npassed}
ptest1=p hits/planes, f sp : {pTest1.npassed}
ptest2=p sp, f stubs : {pTest2.npassed}
pdcanylarge : {shmsDCany_large.npassed}
pgoodbetanotrk : {shmsGoodBetanotrk.npassed}
pdid : {shmsScinDid.npassed}
pdide : {shmsScinDide.npassed}
pdidh : {shmsScinDidh.npassed}
......@@ -612,6 +614,10 @@ f1hspacepoints : {f1HSpacePoints.npassed}
f2hspacepoints : {f2HSpacePoints.npassed}
htest1=p hits/planes, f sp : {hTest1.npassed}
htest2=p sp, f stubs : {hTest2.npassed}
hdcanylarge : {hmsDCany_large.npassed}
hdc16hits : {hmsDC1Planes6hits.npassed}
hdc26hits : {hmsDC2Planes6hits.npassed}
hgoodbetanotrk : {HMSGoodBetanotrk.npassed}
hdid : {HMSScinDid.npassed}
hdide : {HMSScinDide.npassed}
hdidh : {HMSScinDidh.npassed}
......
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