]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSv5symm.cxx
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITSv5symm.cxx
index fb55d851f0638b809c22fa5f3886e540c4a5fced..881238abd6cbf4a0be59564f1fdcb3bf64e2fff0 100644 (file)
 
 /*
 $Log$
+Revision 1.15  2002/10/22 14:45:47  alibrary
+Introducing Riostream.h
+
+Revision 1.14  2002/10/14 14:57:08  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
+Revision 1.13.10.2  2002/08/30 15:45:54  alibrary
+Adding geant4vmc support
+
+Revision 1.13.10.1  2002/06/10 17:51:15  hristov
+Merged with v3-08-02
+
+Revision 1.13  2001/05/30 16:15:47  fca
+Correct comparison wiht AliGeant3::Class() introduced. Thanks to I.Hrivnacova
+
 Revision 1.12  2001/05/30 15:55:35  hristov
 Strings compared instead of pointers
 
@@ -104,8 +119,7 @@ Introduction of the Copyright and cvs Log
 // Created October 7 2000.
 //
 ///////////////////////////////////////////////////////////////////////////////
-#include <iostream.h>
-#include <iomanip.h>
+#include <Riostream.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <TMath.h>
@@ -121,9 +135,7 @@ Introduction of the Copyright and cvs Log
 #include <TBRIK.h>
 #include <TSystem.h>
 
-#include "AliMC.h"
 #include "AliRun.h"
-#include "AliGeant3.h"
 #include "AliITShit.h"
 #include "AliITSGeant3Geometry.h"
 #include "AliITS.h"
@@ -648,7 +660,8 @@ void AliITSv5symm::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()!=AliGeant3::Class()) {
+//    if(gMC->IsA()!=TGeant3::Class()) {
+    if(strcmp(gMC->GetName(),"TGeant3")) {
        Error("InitAliITSgeom",
                "Wrong Monte Carlo. InitAliITSgeom uses TGeant3 calls");
        return;