From cf3a22e063631c1a7abd305ffdee26010a577e7d Mon Sep 17 00:00:00 2001 From: ivana Date: Tue, 31 Jan 2006 16:47:54 +0000 Subject: [PATCH] Added AliMUONV1DStore, V2DStore, V3DStore, V1DMap, V2DMap, V3DMap, CalibParam and CalibrationData classes. (Laurent) --- MUON/MUONbaseLinkDef.h | 10 ++++++++++ MUON/libMUONbase.pkg | 12 ++++++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/MUON/MUONbaseLinkDef.h b/MUON/MUONbaseLinkDef.h index 336f0c2c346..cc2cc900929 100644 --- a/MUON/MUONbaseLinkDef.h +++ b/MUON/MUONbaseLinkDef.h @@ -43,6 +43,16 @@ #pragma link C++ class AliMUONLocalTrigger+; #pragma link C++ class AliMUONTriggerLut+; +// calibration +#pragma link C++ class AliMUONV1DStore+; +#pragma link C++ class AliMUONV2DStore+; +#pragma link C++ class AliMUONV3DStore+; +#pragma link C++ class AliMUON1DMap+; +#pragma link C++ class AliMUON2DMap+; +#pragma link C++ class AliMUON3DMap+; +#pragma link C++ class AliMUONCalibParam+; +#pragma link C++ class AliMUONCalibrationData+; + // display #pragma link C++ class AliMUONDisplay+; #pragma link C++ class AliMUONRecoCheck+; diff --git a/MUON/libMUONbase.pkg b/MUON/libMUONbase.pkg index b3cf049b1d0..cd7bd7002b1 100644 --- a/MUON/libMUONbase.pkg +++ b/MUON/libMUONbase.pkg @@ -32,8 +32,16 @@ SRCS:= AliMUON.cxx AliMUONv1.cxx \ AliMUONSt345SlatSegmentationV2.cxx \ AliMUONTriggerSegmentation.cxx \ AliMUONTriggerSegmentationV2.cxx \ - AliMUONSegFactory.cxx - + AliMUONSegFactory.cxx \ + AliMUONV1DStore.cxx \ + AliMUONV2DStore.cxx \ + AliMUONV3DStore.cxx \ + AliMUON1DMap.cxx \ + AliMUON2DMap.cxx \ + AliMUON3DMap.cxx \ + AliMUONCalibParam.cxx \ + AliMUONCalibrationData.cxx + HDRS:= $(SRCS:.cxx=.h) DHDR:= MUONbaseLinkDef.h -- 2.43.5