]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/AliFluka.cxx
No more needed
[u/mrichter/AliRoot.git] / TFluka / AliFluka.cxx
index 2c87b491eca8d493d6e9adc075950f92af6b4e6a..fdd9801822a55ca2feeff20471c6334a0c07641f 100644 (file)
 
 /*
 $Log$
 
 /*
 $Log$
+Revision 1.2.2.2  2002/09/12 10:25:39  iglez2
+Corrected the output to write AliFluka and not TFluka
+
+Revision 1.2.2.1  2002/07/24 08:49:41  alibrary
+Adding TFluka to VirtualMC
+
+Revision 1.2  2002/07/11 08:58:07  morsch
+Some corrections in the constructors. Init() moved to AliFluka.
+
 Revision 1.1  2002/07/05 13:10:07  morsch
 First commit of Fluka interface.
 
 Revision 1.1  2002/07/05 13:10:07  morsch
 First commit of Fluka interface.
 
@@ -29,7 +38,7 @@ ClassImp(AliFluka)
 
 void AliFluka::Init()
 {
 
 void AliFluka::Init()
 {
-    printf("TFluka::Init \n\n");
+    printf("AliFluka::Init \n\n");
 }
 
 
 }
 
 
@@ -38,7 +47,7 @@ void AliFluka::ProcessRun(Int_t nevent)
   //
   // Process the run
   //
   //
   // Process the run
   //
-    printf("TFluka::ProcessRun \n\n");
+    printf("AliFluka::ProcessRun \n\n");
     
     Int_t todo = TMath::Abs(nevent);
     for (Int_t i=0; i<todo; i++) {
     
     Int_t todo = TMath::Abs(nevent);
     for (Int_t i=0; i<todo; i++) {
@@ -56,7 +65,7 @@ void AliFluka::ProcessEvent()
   //
   // Process one event
   //
   //
   // Process one event
   //
-    printf("TFluka::ProcessEvent \n\n");
+    printf("AliFluka::ProcessEvent \n\n");
     gAlice->Generator()->Generate();
 
 //
     gAlice->Generator()->Generate();
 
 //