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

Updated THcDriftChamberPlane

Add call ConvertTimeToDist in SubtractStartTime method
parent ff106a07
Branches
Tags
No related merge requests found
...@@ -365,6 +365,7 @@ Int_t THcDriftChamberPlane::SubtractStartTime() ...@@ -365,6 +365,7 @@ Int_t THcDriftChamberPlane::SubtractStartTime()
THcDCHit *thishit = (THcDCHit*) fHits->At(ihit); THcDCHit *thishit = (THcDCHit*) fHits->At(ihit);
Double_t temptime= thishit->GetTime()-StartTime; Double_t temptime= thishit->GetTime()-StartTime;
thishit->SetTime(temptime); thishit->SetTime(temptime);
thishit->ConvertTimeToDist();
} }
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment