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

Modify THcDC, THcDriftChamberPlane

THcDriftChamberPlane

  1) Remove subtraction of hodoscope starttime from ProcessHits
    which is called by THcDC::Decode.
  The hodoscope start time is determined in hodoscope Decode
   which is called after THcDC::Decode. So drift chamber
   was using the starttime from the previous event.

   2) Create method SubtractStartTime which is called by THcDC:CoarseTrack

THcDriftChamber
    1) Move fChambers[ic]->ProcessHits() to CoarseTrack
    2) Before looping through fChambers[ic]->ProcessHits() in CoarseTrack
        loop through all planes and call fPlanes[ip]->SubtractStartTime()
parent 1c93b4a5
No related branches found
No related tags found
No related merge requests found
Loading
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