From 23f3ff29801c52cd055a486e0ecaed46bfb638a8 Mon Sep 17 00:00:00 2001 From: agheata Date: Wed, 20 Jun 2012 15:04:11 +0000 Subject: [PATCH] small fix from Laurent --- STEER/AOD/AliAODExtension.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AOD/AliAODExtension.cxx b/STEER/AOD/AliAODExtension.cxx index 3ff72b29eb5..9707104374f 100644 --- a/STEER/AOD/AliAODExtension.cxx +++ b/STEER/AOD/AliAODExtension.cxx @@ -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; -- 2.43.0