Skip to content
Snippets Groups Projects

Bug fix: size of the strip vectors, debug info for L1Vector

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:stripVectorsFix into master
All threads resolved!
Files
4
+ 2
2
@@ -199,8 +199,8 @@ void L1Algo::SetData(const vector<L1StsHit>& StsHits_, int nStsStrips_, const ve
hitToBestTrackF.resize(NhitsGlobal * 2);
hitToBestTrackB.resize(NhitsGlobal * 2);
#endif
vStripToTrack.resize(NhitsGlobal * 2);
vStripToTrackB.resize(NhitsGlobal * 2);
vStripToTrack.resize(NStsStrips);
vStripToTrackB.resize(NStsStrips);
TripForHit[0].resize(nHits);
TripForHit[1].resize(nHits);
Loading