]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDReconstructor.cxx
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / TRD / AliTRDReconstructor.cxx
index 999fd3222ca7b61851af430624d4afa755eee47f..1f47c83015e1a60fe471022c833880bd80e14719 100644 (file)
@@ -436,4 +436,6 @@ void AliTRDReconstructor::ResetContainers() const
     AliDebug(1, Form("Removing %3d online tracks @ %p", fgTracks->GetEntriesFast(), (void*)fgTracks));
     fgTracks->Clear();
   }
+  for (Int_t iSector = 0; iSector < 18; iSector++)
+    fgTriggerFlags.SetFlags(iSector, 0);
 }