From 2c49fddea27afc1765f8f48ee711409e2bd7ae85 Mon Sep 17 00:00:00 2001 From: schutz Date: Tue, 11 Dec 2007 17:04:02 +0000 Subject: [PATCH] Movin AliQA from STEER to STEERBase --- STEER/AliQA.cxx | 18 ------------------ STEER/AliQA.h | 1 - STEER/STEERBaseLinkDef.h | 2 ++ STEER/STEERLinkDef.h | 1 - STEER/libSTEER.pkg | 1 - STEER/libSTEERBase.pkg | 3 ++- 6 files changed, 4 insertions(+), 22 deletions(-) diff --git a/STEER/AliQA.cxx b/STEER/AliQA.cxx index 2f11f96740c..3f8037f0611 100644 --- a/STEER/AliQA.cxx +++ b/STEER/AliQA.cxx @@ -39,9 +39,6 @@ // --- Standard library --- // --- AliRoot header files --- -#include "AliCDBManager.h" -#include "AliCDBMetaData.h" -#include "AliCDBEntry.h" #include "AliLog.h" #include "AliQA.h" #include "AliQAChecker.h" @@ -147,21 +144,6 @@ AliQA::~AliQA() delete[] fQA ; } -//_______________________________________________________________ -const Bool_t AliQA::AddQAData2CDB(const char * defSto) const -{ - // loads the QA data into the OCDB - Bool_t rv = kTRUE ; - AliCDBManager* man = AliCDBManager::Instance() ; - man->SetDefaultStorage(defSto) ; - AliCDBMetaData md ; - // loop over detectors - AliCDBId id("QA/Ref/PHOS",0,999999999) ; - - - return rv ; -} - //_______________________________________________________________ void AliQA::Close() { diff --git a/STEER/AliQA.h b/STEER/AliQA.h index 42a150e4ed7..061317355bd 100644 --- a/STEER/AliQA.h +++ b/STEER/AliQA.h @@ -39,7 +39,6 @@ public: static AliQA * Instance() ; static AliQA * Instance(const DETECTORINDEX det) ; static AliQA * Instance(const ALITASK tsk) ; - const Bool_t AddQAData2CDB(const char * defSto) const ; const Bool_t CheckFatal() const ; static void Close() ; static const char * GetAliTaskName(ALITASK tsk) ; diff --git a/STEER/STEERBaseLinkDef.h b/STEER/STEERBaseLinkDef.h index 0c52a8425d4..7a3a80a7d3f 100644 --- a/STEER/STEERBaseLinkDef.h +++ b/STEER/STEERBaseLinkDef.h @@ -50,4 +50,6 @@ #pragma link C++ class AliMagF+; +#pragma link C++ class AliQA+; + #endif diff --git a/STEER/STEERLinkDef.h b/STEER/STEERLinkDef.h index 5e74572e9ed..fbe4d0388a7 100644 --- a/STEER/STEERLinkDef.h +++ b/STEER/STEERLinkDef.h @@ -134,7 +134,6 @@ #pragma link C++ class AliFstream+; #pragma link C++ class AliCTPRawData+; -#pragma link C++ class AliQA+; #pragma link C++ class AliQADataMaker+; #pragma link C++ class AliGlobalQADataMaker+; #pragma link C++ class AliQADataMakerSteer+; diff --git a/STEER/libSTEER.pkg b/STEER/libSTEER.pkg index 5671cf811cf..7c063ad551a 100644 --- a/STEER/libSTEER.pkg +++ b/STEER/libSTEER.pkg @@ -48,7 +48,6 @@ AliSurveyObj.cxx AliSurveyPoint.cxx \ AliCodeTimer.cxx \ AliFstream.cxx \ AliCTPRawData.cxx \ -AliQA.cxx \ AliQADataMaker.cxx \ AliGlobalQADataMaker.cxx \ AliQADataMakerSteer.cxx \ diff --git a/STEER/libSTEERBase.pkg b/STEER/libSTEERBase.pkg index 9eb7c2b1c7c..a1cceae025f 100644 --- a/STEER/libSTEERBase.pkg +++ b/STEER/libSTEERBase.pkg @@ -13,7 +13,8 @@ SRCS = AliVParticle.cxx \ AliStack.cxx AliMCEventHandler.cxx AliInputEventHandler.cxx \ AliTrackReference.cxx AliSysInfo.cxx \ AliMCEvent.cxx AliMCParticle.cxx \ - AliMagF.cxx + AliMagF.cxx \ + AliQA.cxx HDRS:= $(SRCS:.cxx=.h) -- 2.39.3