]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- Info message corrected for common output container
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Mar 2009 10:12:01 +0000 (10:12 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Mar 2009 10:12:01 +0000 (10:12 +0000)
ANALYSIS/AliAnalysisManager.cxx

index db4fcf6e4a9492ffb183655fc0a1e15f04d9cd19..04531c7fc7280eccd9b43fe446c85825cfc8ee24 100644 (file)
@@ -1312,5 +1312,5 @@ void AliAnalysisManager::SetOutputEventHandler(AliVEventHandler*  handler)
 // Set the input event handler and create a container for it.
    fOutputEventHandler   = handler;
    fCommonOutput = CreateContainer("cAUTO_OUTPUT", TTree::Class(), AliAnalysisManager::kOutputContainer, "default");
-   Warning("SetOutputEventHandler", " An automatic output container for the output tree was created.\nPlease use: mgr->GetCommonInputContainer() to access it.");
+   Warning("SetOutputEventHandler", " An automatic output container for the output tree was created.\nPlease use: mgr->GetCommonOutputContainer() to access it.");
 }