Skip to content
Snippets Groups Projects
Commit 2ae73d5a authored by Mark Jones's avatar Mark Jones
Browse files

Eliminate temporary fStartTime=32. in Decode

parent d9cd3395
No related branches found
No related tags found
No related merge requests found
...@@ -612,11 +612,6 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata ) ...@@ -612,11 +612,6 @@ Int_t THcHodoscope::Decode( const THaEvData& evdata )
fGoodStartTime=kFALSE; fGoodStartTime=kFALSE;
fStartTime=fStartTimeCenter; 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 #if 0
for(Int_t ihit = 0; ihit < fNRawHits ; ihit++) { for(Int_t ihit = 0; ihit < fNRawHits ; ihit++) {
THcHodoscopeHit* hit = (THcHodoscopeHit *) fRawHitList->At(ihit); THcHodoscopeHit* hit = (THcHodoscopeHit *) fRawHitList->At(ihit);
......
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