]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv5.cxx
Typo corrected
[u/mrichter/AliRoot.git] / ITS / AliITSv5.cxx
index b030fa6583042dda3b0a7bcb792a370ef2aa29a4..87d36abebf65174cbcb5b01e112adb85887fa2de 100644 (file)
 
 /*
 $Log$
+Revision 1.35.10.2  2002/08/30 15:45:54  alibrary
+Adding geant4vmc support
+
+Revision 1.35.10.1  2002/06/10 17:51:15  hristov
+Merged with v3-08-02
+
+Revision 1.35  2001/05/30 16:15:47  fca
+Correct comparison wiht AliGeant3::Class() introduced. Thanks to I.Hrivnacova
+
+Revision 1.34  2001/05/30 15:55:35  hristov
+Strings compared instead of pointers
+
 Revision 1.33  2001/05/30 14:04:31  hristov
 Dynamic cast replaced (F.Carminati)
 
@@ -111,7 +123,6 @@ Introduction of the Copyright and cvs Log
 
 #include "AliMC.h"
 #include "AliRun.h"
-#include "../TGeant3/TGeant3.h"
 #include "AliITShit.h"
 #include "AliITSGeant3Geometry.h"
 #include "AliITS.h"
@@ -640,6 +651,7 @@ void AliITSv5::InitAliITSgeom(){
 //     Based on the geometry tree defined in Geant 3.21, this
 // routine initilizes the Class AliITSgeom from the Geant 3.21 ITS geometry
 // sturture.
+//    if(gMC->IsA()!=TGeant3::Class()) {
     if(strcmp(gMC->GetName(),"TGeant3")) {
        Error("InitAliITSgeom",
                "Wrong Monte Carlo. InitAliITSgeom uses TGeant3 calls");