]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
printf removed
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Sep 2012 13:46:33 +0000 (13:46 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 25 Sep 2012 13:46:33 +0000 (13:46 +0000)
STEER/STEER/AliSimulation.cxx

index 7ffa636e5266e8f7664110c907925d7779cfb486..757c78d322acce66ba2e48addcf32ddd67e9dc37 100644 (file)
@@ -1091,9 +1091,7 @@ Bool_t AliSimulation::RunSimulation(Int_t nEvents)
 
    gMC->SetMagField(TGeoGlobalMagField::Instance()->GetField());
    AliSysInfo::AddStamp("RunSimulation_GetField");
-   printf("Init() called \n");
    gAlice->GetMCApp()->Init();
-   printf("Init() back \n");
    AliSysInfo::AddStamp("RunSimulation_InitMCApp");
 
    //Must be here because some MCs (G4) adds detectors here and not in Config.C
@@ -1212,7 +1210,6 @@ Bool_t AliSimulation::RunSimulation(Int_t nEvents)
 
   // Create the Root Tree with one branch per detector
   //Hits moved to begin event -> now we are crating separate tree for each event
-  printf("AliSimulation::ProcessRun called \n");
   gMC->ProcessRun(nEvents);
 
   // End of this run, close files