Skip to content
Snippets Groups Projects
Commit 2012add4 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Cleanup

  Fix fptime formulae in output.def
  Remove unused parameter from THcHodoEff
  Remove undefined parameter from report.def
parent 815a0674
No related branches found
No related tags found
No related merge requests found
...@@ -184,10 +184,10 @@ TH1F htimedif4 ' Time dif of plane 2 and 3' Hhodtdif4 80 -40. 40. ...@@ -184,10 +184,10 @@ TH1F htimedif4 ' Time dif of plane 2 and 3' Hhodtdif4 80 -40. 40.
TH1F htimedif5 ' Time dif of plane 2 and 4' Hhodtdif5 80 -40. 40. TH1F htimedif5 ' Time dif of plane 2 and 4' Hhodtdif5 80 -40. 40.
TH1F htimedif6 ' Time dif of plane 3 and 4' Hhodtdif6 80 -40. 40. TH1F htimedif6 ' Time dif of plane 3 and 4' Hhodtdif6 80 -40. 40.
TH1F hs1xfptime 'HODO s1x fptime' H.hod.1x.fptime 80 0 80 H.hod.goodstarttime TH1F hs1xfptime 'HODO s1x fptime' H.hod.fpHitsTime[0] 80 0 80 H.hod.goodstarttime
TH1F hs1yfptime 'HODO s1y fptime' H.hod.1y.fptime 80 0 80 H.hod.goodstarttime TH1F hs1yfptime 'HODO s1y fptime' H.hod.fpHitsTime[1] 80 0 80 H.hod.goodstarttime
TH1F hs2xfptime 'HODO s2x fptime' H.hod.2x.fptime 80 0 80 H.hod.goodstarttime TH1F hs2xfptime 'HODO s2x fptime' H.hod.fpHitsTime[2] 80 0 80 H.hod.goodstarttime
TH1F hs2yfptime 'HODO s2y fptime' H.hod.2y.fptime 80 0 80 H.hod.goodstarttime TH1F hs2yfptime 'HODO s2y fptime' H.hod.fpHitsTime[3] 80 0 80 H.hod.goodstarttime
TH1F starttime 'HODO start time' H.hod.starttime 80 0 80 H.hod.goodstarttime TH1F starttime 'HODO start time' H.hod.starttime 80 0 80 H.hod.goodstarttime
#SOS #SOS
......
...@@ -28,7 +28,6 @@ HMS cherenkov total photo electrons: {hmstotchernpe.npassed:%.2f} ...@@ -28,7 +28,6 @@ HMS cherenkov total photo electrons: {hmstotchernpe.npassed:%.2f}
------------------------ ------------------------
HMS Hodoscope HMS Hodoscope
------------------------ ------------------------
Scin test: {hgood_hits}
Scin should fired counters: {hmsscinshould.npassed:%7d} Scin should fired counters: {hmsscinshould.npassed:%7d}
Scin total should fired counter: {hmstotscinshould.npassed:%7d} Scin total should fired counter: {hmstotscinshould.npassed:%7d}
...@@ -71,3 +70,5 @@ that can be used in expressions. ...@@ -71,3 +70,5 @@ that can be used in expressions.
Last momenutm: {H.tr.p[0]} Last momenutm: {H.tr.p[0]}
{hhodo_pos_eff[0]}
{hhodo_pos_eff[1]}
...@@ -219,8 +219,8 @@ Int_t THcHodoEff::DefineVariables( EMode mode ) ...@@ -219,8 +219,8 @@ Int_t THcHodoEff::DefineVariables( EMode mode )
if( mode == kDefine && fIsSetup ) return kOK; if( mode == kDefine && fIsSetup ) return kOK;
fIsSetup = ( mode == kDefine ); fIsSetup = ( mode == kDefine );
fEffiTest = 0; // fEffiTest = 0;
gHcParms->Define(Form("hodoeffi"),"Testing effi",fEffiTest); // gHcParms->Define(Form("hodoeffi"),"Testing effi",fEffiTest);
const RVarDef vars[] = { const RVarDef vars[] = {
// Move these into THcHallCSpectrometer using track fTracks // Move these into THcHallCSpectrometer using track fTracks
......
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