From 2aefa263ffdaaeca2eb5796ec959d2657b745d04 Mon Sep 17 00:00:00 2001 From: nilsen Date: Fri, 9 Feb 2001 00:06:46 +0000 Subject: [PATCH] Changes needed to the changes in AliITSgeom classes. --- ITS/ITSLinkDef.h | 1 + ITS/Makefile | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.31.1