]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added TRD back
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Mar 2008 14:26:43 +0000 (14:26 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 12 Mar 2008 14:26:43 +0000 (14:26 +0000)
test/cosmic/rawqa.C

index 63b630b7d3af4e781e2ec329949b1d100656f2ef..738f06633d13df99c08fdd09131518171413de68 100644 (file)
 #include <TSystem.h>
 
 #include "AliCDBManager.h"
+#include "AliDAQ.h"
 #include "AliLog.h"
 #include "AliQA.h"
 #include "AliQADataMakerSteer.h"
 #include "AliRawReader.h"
 #include "AliRawReaderRoot.h"
-#include "AliDAQ.h"
+#include "AliTRDrawStreamBase.h"
 
 TString ClassName() { return "rawqa" ; } 
 
@@ -103,6 +104,7 @@ void rawqa(const Int_t runNumber, Int_t maxFiles = 10, const char* year = "08")
                AliLog::Flush();
                // check which detectors are present 
                AliRawReader * rawReader = new AliRawReaderRoot(input);
+               AliTRDrawStreamBase::SetRawStreamVersion("TB");
                while ( rawReader->NextEvent() ) {
                        man->SetRun(rawReader->GetRunNumber());
                        AliLog::Flush();
@@ -126,9 +128,6 @@ void rawqa(const Int_t runNumber, Int_t maxFiles = 10, const char* year = "08")
                        if ( !detectors.IsNull() )
                                break ; 
                }
-               // TEMPORARY REMOVAL OF TRD!!!
-               detectors.ReplaceAll("TRD", "") ;
-               // TEMPORARY REMOVAL OF TRD!!!
                if ( !detectors.IsNull() ) {
                        qas.SetMaxEvents(maxEvents) ;   
                        detectorsW = qas.Run(detectors, rawReader) ;