From 2ae73d5a4c923b490278d4136396595974949f59 Mon Sep 17 00:00:00 2001 From: Mark Jones <jones@jlab.org> Date: Wed, 26 Feb 2014 10:34:45 -0500 Subject: [PATCH] Eliminate temporary fStartTime=32. in Decode --- src/THcHodoscope.cxx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/THcHodoscope.cxx b/src/THcHodoscope.cxx index 2117d68..8130e80 100644 --- a/src/THcHodoscope.cxx +++ b/src/THcHodoscope.cxx @@ -612,11 +612,6 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata ) fGoodStartTime=kFALSE; fStartTime=fStartTimeCenter; } - fStartTime=32.; // mkj force to constant - -/// fStartTime=32.; // mkj force to constant -/// if (fGoodStartTime) cout <<"hcana event= "<<evdata.GetEvNum()<<" fNfptimes= "<<fNfptimes<<" fStartTime= "<<fStartTime<<endl<<endl; - // fRawHitList is TClones array of THcHodoscopeHit objects #if 0 for(Int_t ihit = 0; ihit < fNRawHits ; ihit++) { THcHodoscopeHit* hit = (THcHodoscopeHit *) fRawHitList->At(ihit); -- GitLab