From: martinez Date: Thu, 22 Sep 2005 15:10:05 +0000 (+0000) Subject: Removing obsolote classes (Gines) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=72a258799a8ba66b8cb7e56f1ea65b28fc129c9d Removing obsolote classes (Gines) --- diff --git a/MUON/AliMUONGeometrySegmentation.cxx b/MUON/AliMUONGeometrySegmentation.cxx index c3fd7b11132..9c071bc1366 100644 --- a/MUON/AliMUONGeometrySegmentation.cxx +++ b/MUON/AliMUONGeometrySegmentation.cxx @@ -34,7 +34,6 @@ #include "AliMUONGeometryModule.h" #include "AliMUONGeometryDetElement.h" #include "AliMUONGeometryStore.h" -#include "AliMUONSegmentManuIndex.h" ClassImp(AliMUONGeometrySegmentation) diff --git a/MUON/MUONbaseLinkDef.h b/MUON/MUONbaseLinkDef.h index fb094669e7c..ca44cd4d8fa 100644 --- a/MUON/MUONbaseLinkDef.h +++ b/MUON/MUONbaseLinkDef.h @@ -7,10 +7,6 @@ #pragma link C++ class AliMUONv1+; // mapping & segmentation (change in progress) -#pragma link C++ class AliMUONSegmentationDetectionElement+; -#pragma link C++ class AliMUONSegmentIndex+; -#pragma link C++ class AliMUONSegmentManuIndex+; -#pragma link C++ class AliMUONSegmentPosition+; #pragma link C++ class AliMUONSt12QuadrantSegmentation-; #pragma link C++ class AliMUONSt345SlatSegmentation+; #pragma link C++ class AliMUONSt345SlatSegmentationV2-; diff --git a/MUON/libMUONbase.pkg b/MUON/libMUONbase.pkg index f7520b8da15..c784781f453 100644 --- a/MUON/libMUONbase.pkg +++ b/MUON/libMUONbase.pkg @@ -1,10 +1,6 @@ # $Id$ SRCS:= AliMUON.cxx AliMUONv1.cxx \ - AliMUONSegmentationDetectionElement.cxx \ - AliMUONSegmentIndex.cxx \ - AliMUONSegmentManuIndex.cxx \ - AliMUONSegmentPosition.cxx\ AliMUONGeometryDEIndexing.cxx \ AliMUONCommonGeometryBuilder.cxx \ AliMUONSt1GeometryBuilder.cxx \