Movin AliQA from STEER to STEERBase
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Dec 2007 17:04:02 +0000 (17:04 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Dec 2007 17:04:02 +0000 (17:04 +0000)
STEER/AliQA.cxx
STEER/AliQA.h
STEER/STEERBaseLinkDef.h
STEER/STEERLinkDef.h
STEER/libSTEER.pkg
STEER/libSTEERBase.pkg

index 2f11f96740cf7f290333116de13db6cead0980d0..3f8037f06118e9824cce6439fe4c2a24334d65ea 100644 (file)
@@ -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() 
 {
index 42a150e4ed74e7e7d9b3ee0609a14b957b2e79cb..061317355bd3d83f85b13cb408bde100b2065d19 100644 (file)
@@ -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) ;
index 0c52a8425d4e8dac7a4fba039e5b28360dd23b31..7a3a80a7d3fb5d10a649164b5fa1f0998e4af7e2 100644 (file)
@@ -50,4 +50,6 @@
 
 #pragma link C++ class  AliMagF+;
 
+#pragma link C++ class AliQA+;
+
 #endif
index 5e74572e9eda5d2f91953d7b17f40175b98bbe71..fbe4d0388a7f4d4a654c93dc2f10332e254fc04f 100644 (file)
 #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+;
index 5671cf811cfd0ef83c0d43da5ca1677420a860cc..7c063ad551adcc7974d94d02058006759580a3d3 100644 (file)
@@ -48,7 +48,6 @@ AliSurveyObj.cxx AliSurveyPoint.cxx \
 AliCodeTimer.cxx \
 AliFstream.cxx \
 AliCTPRawData.cxx \
-AliQA.cxx \
 AliQADataMaker.cxx \
 AliGlobalQADataMaker.cxx \
 AliQADataMakerSteer.cxx \
index 9eb7c2b1c7cbda3258ca1bb6c8c27286dac45619..a1cceae025ff01b2a2f0defdf8a269ea7549a019 100644 (file)
@@ -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)