]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added QA for Raws
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Oct 2007 21:27:00 +0000 (21:27 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Oct 2007 21:27:00 +0000 (21:27 +0000)
STEER/AliReconstruction.cxx

index a22bd4d1efb98fdda69d3a6e3989bc7a88101524..274c0f647c10bfd9d21cdc03e7fa27fe3e357025 100644 (file)
@@ -955,6 +955,8 @@ Bool_t AliReconstruction::Run(const char* input)
   //QA 
   if ( fRunQA ) {
        AliQADataMakerSteer qas ; 
+       if (fRawReader) 
+               qas.Run(AliQA::kRAWS, input) ; 
        qas.Run(AliQA::kRECPOINTS) ;
        qas.Reset() ;
        qas.Run(AliQA::kESDS) ;