From 7328560a2e7cb4277783bace1e1485410a27c628 Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 22 Jan 2007 09:49:18 +0000 Subject: [PATCH] Move shuttle classes from shuttle library to base library --- EMCAL/EMCALLinkDefbase.h | 3 ++- EMCAL/libEMCALbase.pkg | 4 +++- EMCAL/macros/Shuttle/AliEMCALCalibHistoProducer.C | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/EMCAL/EMCALLinkDefbase.h b/EMCAL/EMCALLinkDefbase.h index d1299627a18..e7779fa95d5 100644 --- a/EMCAL/EMCALLinkDefbase.h +++ b/EMCAL/EMCALLinkDefbase.h @@ -22,6 +22,7 @@ #pragma link C++ class AliEMCALDigitizer+; #pragma link C++ class AliEMCALDigit+; #pragma link C++ class AliEMCALCalibData+; - +#pragma link C++ class AliEMCALCalibHistoProducer+; +#pragma link C++ class AliEMCALPreprocessor+; #endif diff --git a/EMCAL/libEMCALbase.pkg b/EMCAL/libEMCALbase.pkg index 3f994301fb7..bce28549391 100644 --- a/EMCAL/libEMCALbase.pkg +++ b/EMCAL/libEMCALbase.pkg @@ -16,7 +16,9 @@ AliEMCALHistoUtilities.cxx \ AliEMCALSDigitizer.cxx \ AliEMCALDigitizer.cxx \ AliEMCALDigit.cxx \ -AliEMCALCalibData.cxx +AliEMCALCalibData.cxx \ +AliEMCALCalibHistoProducer.cxx \ +AliEMCALPreprocessor.cxx HDRS= $(SRCS:.cxx=.h) diff --git a/EMCAL/macros/Shuttle/AliEMCALCalibHistoProducer.C b/EMCAL/macros/Shuttle/AliEMCALCalibHistoProducer.C index 0ccbc55e5f3..84ca481bc6d 100644 --- a/EMCAL/macros/Shuttle/AliEMCALCalibHistoProducer.C +++ b/EMCAL/macros/Shuttle/AliEMCALCalibHistoProducer.C @@ -9,8 +9,6 @@ void AliEMCALCalibHistoProducer(const char* file="EMCAL.raw.root") // raw data file in the ROOT format. // // Gustavo Conesa Balbastre, December 2006 - // Load EMCAL shuttle library as it is not linked to aliroot - gSystem->Load("libEMCALshuttle"); AliRawReaderRoot* rf = new AliRawReaderRoot(file); AliEMCALCalibHistoProducer hp(rf); -- 2.43.0