]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
small fix from Laurent
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2012 15:04:11 +0000 (15:04 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2012 15:04:11 +0000 (15:04 +0000)
STEER/AOD/AliAODExtension.cxx

index 3ff72b29eb5af5b0612e56162507615ac1f4a471..9707104374fe79911a6c133610f0da6ffdd9c73d 100644 (file)
@@ -207,7 +207,7 @@ Bool_t AliAODExtension::Init(Option_t *option)
     
     TString test(o->ClassName());
     test.ToUpper();
-    if (test.BeginsWith("HEADER"))
+    if (test.BeginsWith("ALIAODHEADER"))
     {
       // do not allow to drop header branch
       mustKeep=kTRUE;