]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Added method AliAnalysisManager::AddStatisticsMsg() to add user messages regarding...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 15:55:04 +0000 (15:55 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 5 Nov 2010 15:55:04 +0000 (15:55 +0000)
commite9247450f84e2ac2ebb1e1a64d71cfad280cb1b5
tree60f3e794e5380209f95e2aba98ae4e1e91d95700
parent578f5231738d7a3147fe5f8be91b8c7289fe72aa
Added method AliAnalysisManager::AddStatisticsMsg() to add user messages regarding the ststistics of the analysis session.
The analysis manager dumps all messages in a file called <nevents>.stat (nevents in format %09d) that is written after processing on the slave but also during Terminate (client)
Nevents is the total number of events processed by the manager.
ANALYSIS/AliAnalysisAlien.cxx
ANALYSIS/AliAnalysisManager.cxx
ANALYSIS/AliAnalysisManager.h
ANALYSIS/AliPhysicsSelection.cxx
ANALYSIS/AliPhysicsSelectionTask.cxx
ANALYSIS/AliPhysicsSelectionTask.h