]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for raw tag file creation.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Feb 2011 14:35:46 +0000 (14:35 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Feb 2011 14:35:46 +0000 (14:35 +0000)
STEER/AliGRPPreprocessor.cxx

index 8ff30685d0464f24cbb8bc80ae7695e4ea5a9966..d1bbe4acaba019498d1b9bcfd80197a2e3db990d 100644 (file)
@@ -1165,6 +1165,7 @@ UInt_t AliGRPPreprocessor::ProcessDaqFxs()
        //======DAQ FXS======//
        
        AliRawEventHeaderV3_9::Class()->IgnoreTObjectStreamer(); // to avoid trying reading TObject store in AliRawEventHeaderV3_9 - temporary fix 
+       AliRawEventHeaderV3_11::Class()->IgnoreTObjectStreamer(); // to avoid trying reading TObject store in AliRawEventHeaderV3_11 - temporary fix 
        TList* list = GetFileSources(kDAQ);  
        if (!list) {
                Log("No raw data tag list: connection problems with DAQ FXS logbook!");