From: nilsen Date: Fri, 9 Feb 2001 00:06:46 +0000 (+0000) Subject: Changes needed to the changes in AliITSgeom classes. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=2aefa263ffdaaeca2eb5796ec959d2657b745d04 Changes needed to the changes in AliITSgeom classes. --- diff --git a/ITS/ITSLinkDef.h b/ITS/ITSLinkDef.h index 52be9886c5d..d83eb599eb6 100644 --- a/ITS/ITSLinkDef.h +++ b/ITS/ITSLinkDef.h @@ -34,6 +34,7 @@ #pragma link C++ class AliITSgeomSPD+; #pragma link C++ class AliITSgeomSDD+; #pragma link C++ class AliITSgeomSSD+; +#pragma link C++ class AliITSGeant3Geometry+; // Standard ITS detector class initilizers #pragma link C++ class AliITSgeomSPD300+; #pragma link C++ class AliITSgeomSPD425Short+; diff --git a/ITS/Makefile b/ITS/Makefile index 69805b8bae2..70ed16c171c 100644 --- a/ITS/Makefile +++ b/ITS/Makefile @@ -17,6 +17,7 @@ SRCS = AliITS.cxx AliITSv1.cxx AliITSv3.cxx AliITSv5.cxx \ AliITSgeom.cxx AliITSgeomMatrix.cxx \ AliITSgeomSPD.cxx AliITSgeomSDD.cxx \ AliITSgeomSSD.cxx AliITSmodule.cxx \ + AliITSGeant3Geometry.cxx \ AliITSsimulationFastPoints.cxx \ AliITSsimulationFastPointsV0.cxx AliITSsimulation.cxx \ AliITSsimulationSPD.cxx AliITSsimulationSPDbari.cxx \