Skip to content
Snippets Groups Projects

REC: change fit direction to fix two hits at last layer

Merged FU Chengdong requested to merge fucd/CEPCSW:direction into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2845,7 +2845,7 @@ void SiliconTrackingAlg::FinalRefit(edm4hep::TrackCollection* trk_col) {
trkHits.push_back(it->second);
}
bool fit_backwards = IMarlinTrack::backward;
bool fit_backwards = !IMarlinTrack::backward;
int status = 0;
debug() << "call createFinalisedLCIOTrack now" << endmsg;
Loading