diff --git a/examples/output.def b/examples/output.def index d122a5aa86ad82d5d5d1e6efdfaeebaaf64fc69f..e84d9f751fa7af848767b182f0d413246244ef95 100644 --- a/examples/output.def +++ b/examples/output.def @@ -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 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 hs1yfptime 'HODO s1y fptime' H.hod.1y.fptime 80 0 80 H.hod.goodstarttime -TH1F hs2xfptime 'HODO s2x fptime' H.hod.2x.fptime 80 0 80 H.hod.goodstarttime -TH1F hs2yfptime 'HODO s2y fptime' H.hod.2y.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.fpHitsTime[1] 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.fpHitsTime[3] 80 0 80 H.hod.goodstarttime TH1F starttime 'HODO start time' H.hod.starttime 80 0 80 H.hod.goodstarttime #SOS diff --git a/examples/report.template b/examples/report.template index bb41e4f2171916e5c4de3d64cb543d0ff16612c4..08d05e27eacd2bd60ff72a42d99286f258aa00af 100644 --- a/examples/report.template +++ b/examples/report.template @@ -28,7 +28,6 @@ HMS cherenkov total photo electrons: {hmstotchernpe.npassed:%.2f} ------------------------ HMS Hodoscope ------------------------ -Scin test: {hgood_hits} Scin should fired counters: {hmsscinshould.npassed:%7d} Scin total should fired counter: {hmstotscinshould.npassed:%7d} @@ -71,3 +70,5 @@ that can be used in expressions. Last momenutm: {H.tr.p[0]} +{hhodo_pos_eff[0]} +{hhodo_pos_eff[1]} diff --git a/src/THcHodoEff.cxx b/src/THcHodoEff.cxx index acb0b0a59c731de86dfc8e3cee6744601f876530..646f241f574c352dc9e1b08d2077711726a23272 100644 --- a/src/THcHodoEff.cxx +++ b/src/THcHodoEff.cxx @@ -219,8 +219,8 @@ Int_t THcHodoEff::DefineVariables( EMode mode ) if( mode == kDefine && fIsSetup ) return kOK; fIsSetup = ( mode == kDefine ); - fEffiTest = 0; - gHcParms->Define(Form("hodoeffi"),"Testing effi",fEffiTest); + // fEffiTest = 0; + // gHcParms->Define(Form("hodoeffi"),"Testing effi",fEffiTest); const RVarDef vars[] = { // Move these into THcHallCSpectrometer using track fTracks