]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New event header version. Has to be ported to the releases.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Mar 2012 10:55:17 +0000 (10:55 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Mar 2012 10:55:17 +0000 (10:55 +0000)
STEER/STEER/AliGRPPreprocessor.cxx

index e310278dc4c05f141c94ab106c10e4a40c180045..1cfd23126113796a1b682581cfe9333218f13d96 100644 (file)
@@ -1554,6 +1554,7 @@ UInt_t AliGRPPreprocessor::ProcessDaqFxs()
        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 
        AliRawEventHeaderV3_12::Class()->IgnoreTObjectStreamer(); // to avoid trying reading TObject store in AliRawEventHeaderV3_12 - temporary fix 
+       AliRawEventHeaderV3_13::Class()->IgnoreTObjectStreamer(); // to avoid trying reading TObject store in AliRawEventHeaderV3_13 - temporary fix 
        Log("Processing DAQ FXS");
        TList* list = GetFileSources(kDAQ);     
        if (!list) {