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
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,7 @@ Int_t THcDriftChamberPlane::SubtractStartTime()
THcDCHit *thishit = (THcDCHit*) fHits->At(ihit);
Double_t temptime= thishit->GetTime()-StartTime;
thishit->SetTime(temptime);
thishit->ConvertTimeToDist();
}
return 0;
}
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