]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/endraw.cxx
Fixed IsNewTrack()
[u/mrichter/AliRoot.git] / TFluka / endraw.cxx
index 3ead0046f64b07bfa3bf41fba343de3b8a88a76a..0841634b5016ef4597b5ea367fdea375d339a4e5 100644 (file)
@@ -30,6 +30,7 @@ void endraw(Int_t& icode, Int_t& mreg, Double_t& rull, Double_t& xsco, Double_t&
     return;
   }
   (TVirtualMCApplication::Instance())->Stepping();
+  fluka->SetTrackIsNew(kFALSE);
 } // end of endraw
 } // end of extern "C"