]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Don't call stepping.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jun 2003 07:45:11 +0000 (07:45 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 10 Jun 2003 07:45:11 +0000 (07:45 +0000)
TFluka/endraw.cxx

index 68c1995c0c6e12918618a818ff7ca8adcca3be2a..bca236cb736b66892a08ebf5bf03077776e61472 100644 (file)
@@ -10,14 +10,13 @@ extern "C" {
 void endraw(Int_t& icode, Int_t& mreg, Double_t& rull, Double_t& xsco, Double_t& ysco, Double_t& zsco)
 {
   ((TFluka*) gMC)->SetIcode(icode);
-  ((TFluka*) gMC)->SetMreg(mreg);
+//  ((TFluka*) gMC)->SetMreg(mreg);
   ((TFluka*) gMC)->SetRull(rull);
   ((TFluka*) gMC)->SetXsco(xsco);
   ((TFluka*) gMC)->SetYsco(ysco);
   ((TFluka*) gMC)->SetZsco(zsco);
-  cout << endl << " !!! I am in endraw - calling Stepping()" << endl;
   ((TFluka*) gMC)->FutoTest();
-  (TVirtualMCApplication::Instance())->Stepping();
+//  (TVirtualMCApplication::Instance())->Stepping();
 } // end of endraw
 } // end of extern "C"